[ovirt-users] Re: New setup - Failing to Activate storage domain on NFS shared storage

2021-01-27 Thread Matt Snow
Pull request sent. On Mon, Jan 25, 2021 at 11:21 AM Nir Soffer wrote: > On Mon, Jan 25, 2021 at 7:23 PM Matt Snow wrote: > > > > I can confirm that removing "--manage-gids" flag from RPCMOUNTDOPTS in > /etc/default/nfs-kernel-server now allows me to add the ZFS backed NFS > share. > > > > From

[ovirt-users] Re: New setup - Failing to Activate storage domain on NFS shared storage

2021-01-25 Thread Nir Soffer
On Mon, Jan 25, 2021 at 7:23 PM Matt Snow wrote: > > I can confirm that removing "--manage-gids" flag from RPCMOUNTDOPTS in > /etc/default/nfs-kernel-server now allows me to add the ZFS backed NFS share. > > From the man page: > > -g or --manage-gids > Accept requests from the kernel to map user

[ovirt-users] Re: New setup - Failing to Activate storage domain on NFS shared storage

2021-01-25 Thread Matt Snow
I can confirm that removing "--manage-gids" flag from RPCMOUNTDOPTS in /etc/default/nfs-kernel-server now allows me to add the ZFS backed NFS share. >From the man page : -g or --manage-gids Accept requests from the kernel to map user id numbers into lists

[ovirt-users] Re: New setup - Failing to Activate storage domain on NFS shared storage

2021-01-25 Thread Nir Soffer
On Mon, Jan 25, 2021 at 12:33 AM Matt Snow wrote: I reproduced the issue with ubuntu server 20.04 nfs server. The root cause is this setting in /etc/default/nfs-kernel-server: RPCMOUNTDOPTS="--manage-gids" Looking at https://bugs.launchpad.net/ubuntu/+source/nfs-utils/+bug/1454112 it seems

[ovirt-users] Re: New setup - Failing to Activate storage domain on NFS shared storage

2021-01-24 Thread Matt Snow
Hi Nir, as a test I setup a CentOS 8.3 cloud VM and exported an NFS share. It worked as expected! Clearly something is wrong with how Ubuntu exports NFS shares regardless of ZFS or other filesystems. Unfortunately that is where my storage is. =\ On Thu, Jan 21, 2021 at 6:27 AM Nir Soffer

[ovirt-users] Re: New setup - Failing to Activate storage domain on NFS shared storage

2021-01-24 Thread Strahil Nikolov via Users
Can you try to alter the share options like this (check for typos as I am typing by memory):anonuid=36,anongid=36, all_squash And of course export a fresh one: Best Regards,Strahil Nikolov Sent from Yahoo Mail on Android On Mon, Jan 25, 2021 at 0:51, Matt Snow wrote:

[ovirt-users] Re: New setup - Failing to Activate storage domain on NFS shared storage

2021-01-23 Thread Matt Snow
Thanks, Joop. I saw this solution on the list and tried it as well. It did not work for me. On Fri, Jan 22, 2021 at 3:48 AM Joop wrote: > Hallo All, > > I'm not sure if this was mentioned but I had some problems with NFS, > using Synology, a while back and the solution for me was to use a >

[ovirt-users] Re: New setup - Failing to Activate storage domain on NFS shared storage

2021-01-22 Thread Joop
Hallo All, I'm not sure if this was mentioned but I had some problems with NFS, using Synology, a while back and the solution for me was to use a subfolder instead of the root of the NFS mount. My exports: /volume1/nfs*(rw,sec=sys,anonuid=36,anongid=36) And I mount data in oVirt as

[ovirt-users] Re: New setup - Failing to Activate storage domain on NFS shared storage

2021-01-21 Thread Matt Snow
Hi Nir, I will check selinux on both NFS servers. I've created a centos8.3 cloud image KVM on the Ubuntu 20.04 laptop. I am stepping through the installing ovirt as a standalone manager with local databases instructions

[ovirt-users] Re: New setup - Failing to Activate storage domain on NFS shared storage

2021-01-21 Thread Nir Soffer
On Wed, Jan 20, 2021 at 7:36 PM Matt Snow wrote: > > > > On Wed, Jan 20, 2021 at 2:46 AM Nir Soffer wrote: >> >> On Mon, Jan 18, 2021 at 8:58 AM Matt Snow wrote: >> > >> > I installed ovirt node 4.4.4 as well as 4.4.5-pre and experience the same >> > problem with both versions. The issue

[ovirt-users] Re: New setup - Failing to Activate storage domain on NFS shared storage

2021-01-20 Thread Matt Snow
On Wed, Jan 20, 2021 at 2:46 AM Nir Soffer wrote: > On Mon, Jan 18, 2021 at 8:58 AM Matt Snow wrote: > > > > I installed ovirt node 4.4.4 as well as 4.4.5-pre and experience the > same problem with both versions. The issue occurs in both cockpit UI and > tmux'd CLI of ovirt-hosted-engine-setup.

[ovirt-users] Re: New setup - Failing to Activate storage domain on NFS shared storage

2021-01-20 Thread Matt Snow
On Wed, Jan 20, 2021 at 3:00 AM Nir Soffer wrote: > On Wed, Jan 20, 2021 at 3:52 AM Matt Snow wrote: > > > > [root@brick ~]# ps -efz | grep sanlock > > Sorry, its "ps -efZ", but we already know its not selinux. > > > [root@brick ~]# ps -ef | grep sanlock > > sanlock 1308 1 0 10:21 ?

[ovirt-users] Re: New setup - Failing to Activate storage domain on NFS shared storage

2021-01-20 Thread Nir Soffer
On Wed, Jan 20, 2021 at 3:52 AM Matt Snow wrote: > > [root@brick ~]# ps -efz | grep sanlock Sorry, its "ps -efZ", but we already know its not selinux. > [root@brick ~]# ps -ef | grep sanlock > sanlock 1308 1 0 10:21 ?00:00:01 /usr/sbin/sanlock daemon Does sanlock run with

[ovirt-users] Re: New setup - Failing to Activate storage domain on NFS shared storage

2021-01-20 Thread Nir Soffer
On Wed, Jan 20, 2021 at 6:45 AM Matt Snow wrote: > > Hi Nir, Yedidyah, > for what it's worth I ran through the steps outlined here: > https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/using_selinux/troubleshooting-problems-related-to-selinux_using-selinux > and

[ovirt-users] Re: New setup - Failing to Activate storage domain on NFS shared storage

2021-01-20 Thread Nir Soffer
On Mon, Jan 18, 2021 at 8:58 AM Matt Snow wrote: > > I installed ovirt node 4.4.4 as well as 4.4.5-pre and experience the same > problem with both versions. The issue occurs in both cockpit UI and tmux'd > CLI of ovirt-hosted-engine-setup. I get passed the point where the VM is > created and

[ovirt-users] Re: New setup - Failing to Activate storage domain on NFS shared storage

2021-01-19 Thread Matt Snow
Hi Nir, Yedidyah, for what it's worth I ran through the steps outlined here: https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/using_selinux/troubleshooting-problems-related-to-selinux_using-selinux and eventually got to running `setenforce 0` and the issue still

[ovirt-users] Re: New setup - Failing to Activate storage domain on NFS shared storage

2021-01-19 Thread Matt Snow
[root@brick ~]# ps -efz | grep sanlock error: unsupported SysV option Usage: ps [options] Try 'ps --help ' or 'ps --help ' for additional help text. For more details see ps(1). [root@brick ~]# ps -ef | grep sanlock sanlock 1308 1 0 10:21 ?00:00:01

[ovirt-users] Re: New setup - Failing to Activate storage domain on NFS shared storage

2021-01-19 Thread Nir Soffer
On Tue, Jan 19, 2021 at 6:13 PM Matt Snow wrote: > > > [root@brick log]# cat sanlock.log > > 2021-01-15 18:18:48 3974 [36280]: sanlock daemon started 3.8.2 host > 3b903780-4f79-1018-816e-aeb2724778a7 (brick.co.slakin.net) > 2021-01-15 19:17:31 7497 [36293]: s1 lockspace >

[ovirt-users] Re: New setup - Failing to Activate storage domain on NFS shared storage

2021-01-19 Thread Nir Soffer
On Tue, Jan 19, 2021 at 3:43 PM Yedidyah Bar David wrote: ... > > 2021-01-18 08:43:25,524-0700 INFO (jsonrpc/0) [storage.SANLock] > > Initializing sanlock for domain 4b3fb9a9-6975-4b80-a2c1-af4e30865088 > >

[ovirt-users] Re: New setup - Failing to Activate storage domain on NFS shared storage

2021-01-19 Thread Matt Snow
[root@brick log]# cat sanlock.log 2021-01-15 18:18:48 3974 [36280]: sanlock daemon started 3.8.2 host 3b903780-4f79-1018-816e-aeb2724778a7 (brick.co.slakin.net) 2021-01-15 19:17:31 7497 [36293]: s1 lockspace

[ovirt-users] Re: New setup - Failing to Activate storage domain on NFS shared storage

2021-01-19 Thread Yedidyah Bar David
On Mon, Jan 18, 2021 at 6:01 PM Matt Snow wrote: > > Hi Didi, > I did log clean up and am re-running ovirt-hosted-engine-cleanup && > ovirt-hosted-engine-setup to get you cleaner log files. > > searching for host_storage in vdsm.log... > **snip** > 2021-01-18 08:43:18,842-0700 INFO (jsonrpc/3)

[ovirt-users] Re: New setup - Failing to Activate storage domain on NFS shared storage

2021-01-18 Thread Matt Snow
Complete logs can be found here: vdsm.log - https://paste.c-net.org/DownloadPressure supervdsm.log - https://paste.c-net.org/LaterScandals ___ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-le...@ovirt.org Privacy Statement:

[ovirt-users] Re: New setup - Failing to Activate storage domain on NFS shared storage

2021-01-18 Thread Matt Snow
In case its useful here is the mount occurring. [root@brick setup_debugging_logs]# while :; do mount | grep stumpy ; sleep 1; done stumpy:/tanker/ovirt/host_storage on

[ovirt-users] Re: New setup - Failing to Activate storage domain on NFS shared storage

2021-01-18 Thread Matt Snow
Hi Didi, I did log clean up and am re-running ovirt-hosted-engine-cleanup && ovirt-hosted-engine-setup to get you cleaner log files. searching for host_storage in vdsm.log... **snip** 2021-01-18 08:43:18,842-0700 INFO (jsonrpc/3) [api.host] FINISH getStats return={'status': {'code': 0,

[ovirt-users] Re: New setup - Failing to Activate storage domain on NFS shared storage

2021-01-17 Thread Yedidyah Bar David
On Mon, Jan 18, 2021 at 8:58 AM Matt Snow wrote: > > I installed ovirt node 4.4.4 as well as 4.4.5-pre and experience the same > problem with both versions. The issue occurs in both cockpit UI and tmux'd > CLI of ovirt-hosted-engine-setup. I get passed the point where the VM is > created and