Discussion:
[ovirt-users] Re: Adding a Ubuntu Host's NFS share to oVirt
Nir Soffer
2021-06-02 00:08:45 UTC
Permalink
Hello,
Is it possible to use Ubuntu to share an NFS export with oVirt?
I'm trying to setup a Backup Domain for my environment.
I got to the point of actually adding the new Storage Domain.
When I click OK, I see the storage domain appear momentarily before disappearing, at which point I get a message about oVirt not being able to obtain a lock.
It may be he issue describe here:
https://github.com/oVirt/ovirt-site/pull/2433

The fix is to change this on the serve side:

# grep RPCMOUNTDOPTS /etc/default/nfs-kernel-server
# --manage-gids is not compatible with oVirt.
#RPCMOUNTDOPTS="--manage-gids"
RPCMOUNTDOPTS=""
The issue is not related to the file system, and it is likely the same
issue described
in this thread.
From what I'm reading on that thread and elsewhere, it sounds like this problem is a result of SELinux not being present, is that correct?
This seems to be incompatible NFS server defaults on Ubuntu.
Is my only option here to install an OS that supports SELinux?
This is another option, RHEL (like) server is a safe bet.

Nir
_______________________________________________
Users mailing list -- ***@ovirt.org
To unsubscribe send an email to users-***@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: https://www.ovirt.org/community/about/community-guidelines/
List Archives: https://lists.ovirt.org/archives/list/***@ovirt.org/message/MWHE7HMHDSPY4T7LXOQMW65K44YBCPYM/
Nir Soffer
2021-06-02 01:00:58 UTC
Permalink
Post by Nir Soffer
Hello,
Is it possible to use Ubuntu to share an NFS export with oVirt?
I'm trying to setup a Backup Domain for my environment.
I got to the point of actually adding the new Storage Domain.
When I click OK, I see the storage domain appear momentarily before disappearing, at which point I get a message about oVirt not being able to obtain a lock.
https://github.com/oVirt/ovirt-site/pull/2433
# grep RPCMOUNTDOPTS /etc/default/nfs-kernel-server
# --manage-gids is not compatible with oVirt.
#RPCMOUNTDOPTS="--manage-gids"
RPCMOUNTDOPTS=""
The issue is not related to the file system, and it is likely the same
issue described
in this thread.
From what I'm reading on that thread and elsewhere, it sounds like this problem is a result of SELinux not being present, is that correct?
This seems to be incompatible NFS server defaults on Ubuntu.
Is my only option here to install an OS that supports SELinux?
This is another option, RHEL (like) server is a safe bet.
Nir
_______________________________________________
Users mailing list -- ***@ovirt.org
To unsubscribe send an email to users-***@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: https://www.ovirt.org/community/about/community-guidelines/
List Archives: https://lists.ovirt.org/archives/list/***@ovirt.org/message/5VRBUPMSYP56LPEUA62H34K5UH
Loading...