[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  wrote:

> 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 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 running.
> >> > I tried to do some debugging on my own before reaching out to this
> list. Any help is much appreciated!
> >> >
> >> > ovirt node hardware: NUC format Jetway w/ Intel N3160 (Braswell 4
> cores/4threads), 8GB RAM, 64GB SSD. I understand this is underspec'd, but I
> believe it meets the minimum requirements.
> >> >
> >> > NFS server:
> >> > * Ubuntu 19.10 w/ ZFS share w/ 17TB available space.
> >>
> >> We don't test ZFS, but since  you tried also non-ZFS server with same
> issue, the
> >> issue is probably not ZFS.
> >>
> >> > * NFS share settings are just 'rw=@172.16.1.0/24' but have also
> tried 'rw,sec=sys,anon=0' and '@172.16.1.0/24,insecure'
> >>
> >> You are missing anonuid=36,anongid=36. This should not affect sanlock,
> but
> >> you will have issues with libvirt without this.
> >
> >
> > I found this setting in another email thread and have applied it
> >
> > root@stumpy:/tanker/ovirt/host_storage# zfs get all tanker/ovirt| grep
> nfs
> >
> > tanker/ovirt  sharenfs  rw,anonuid=36,anongid=36  local
> >
> > root@stumpy:/tanker/ovirt/host_storage#
> >>
> >>
> >> Here is working export from my test system:
> >>
> >> /export/00 *(rw,sync,anonuid=36,anongid=36,no_subtree_check)
> >>
> > I have updated both ZFS server and the Ubuntu 20.04 NFS server to use
> the above settings.
> >  # ZFS Server
> >
> > root@stumpy:/tanker/ovirt/host_storage# zfs set
> sharenfs="rw,sync,anonuid=36,anongid=36,no_subtree_check" tanker/ovirt
> >
> > root@stumpy:/tanker/ovirt/host_storage# zfs get all tanker/ovirt| grep
> nfs
> >
> > tanker/ovirt  sharenfs
> rw,sync,anonuid=36,anongid=36,no_subtree_check  local
> >
> > root@stumpy:/tanker/ovirt/host_storage#
> >
> > # Ubuntu laptop
> >
> > ls -ld /exports/host_storage
> >
> > drwxr-xr-x 2 36 36 4096 Jan 16 19:42 /exports/host_storage
> >
> > root@msnowubntlt:/exports/host_storage# showmount -e dongle
> >
> > Export list for dongle:
> >
> > /exports/host_storage *
> >
> > root@msnowubntlt:/exports/host_storage# grep host_storage /etc/exports
> >
> > /exports/host_storage *(rw,sync,anonuid=36,anongid=36,no_subtree_check)
> >
> > root@msnowubntlt:/exports/host_storage#
> >
> >
> >
> > Interesting point - upon being re-prompted to configure storage after
> initial failure I provided *different* NFS server information (the ubuntu
> laptop)
> > **snip**
> >
> > [ INFO  ] TASK [ovirt.ovirt.hosted_engine_setup : Activate storage
> domain]
> >
> > [ ERROR ] ovirtsdk4.Error: Fault reason is "Operation Failed". Fault
> detail is "[]". HTTP response code is 400.
> >
> > [ ERROR ] fatal: [localhost]: FAILED! => {"changed": false, "msg":
> "Fault reason is \"Operation Failed\". Fault detail is \"[]\". HTTP
> response code is 400."}
> >
> >   Please specify the storage you would like to use (glusterfs,
> iscsi, fc, nfs)[nfs]: nfs
> >
> >   Please specify the nfs version you would like to use (auto,
> v3, v4, v4_0, v4_1, v4_2)[auto]:
> >
> >   Please specify the full shared storage connection path to use
> (example: host:/path): dongle:/exports/host_storage
> >
> >   If needed, specify additional mount options for the connection
> to the hosted-engine storagedomain (example: rsize=32768,wsize=32768) []:
> >
> > [ INFO  ] Creating Storage Domain
> >
> > [ INFO  ] TASK [ovirt.ovirt.hosted_engine_setup : Execute just a
> specific set of steps]
> >
> > **snip**
> >
> > [ INFO  ] TASK [ovirt.ovirt.hosted_engine_setup : Activate storage
> domain]
> >
> > [ ERROR ] ovirtsdk4.Error: Fault reason is "Operation Failed". Fault
> detail is "[]". HTTP response code is 400.
> >
> > [ ERROR ] fatal: [localhost]: FAILED! => {"changed": false, "msg":
> "Fault reason is \"Operation Failed\". Fault detail is \"[]\". HTTP
> response code is 400."}
> >
> >   Please specify the storage you would like to use (glusterfs,
> iscsi, fc, nfs)[nfs]:
> >
> > **snip**
> > Upon checking mounts I see that the original server is still being used.
> >
> > [root@brick ~]# mount | grep nfs
> >
> > sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw,relatime)
> >
> > stumpy:/tanker/ovirt/host_storage on
> /rhev/data-center/mnt/stumpy:_tanker_ovirt_host__storage type nfs4
> 

[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:   
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@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/users@ovirt.org/message/BLFODDM63I6IRUV5CEZAFBJLE25UQZQL/
  
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@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/users@ovirt.org/message/Z46A52GG2MWTBCGIRMUOQUZQFSORT3JI/


[ovirt-users] Re: Red Hat 8.3 install error

2021-01-24 Thread Yedidyah Bar David
On Sun, Jan 24, 2021 at 5:25 PM  wrote:
>
> I think is not the same thing.
> I'm not trying to configure the kernel.
> The problem here is, I download RH8 from the Red Hat Developer.
> In the first stage of the installation I'm able to register the subscription, 
> but the error during the packages installation, it tries to register again 
> and fails.
> So the problem is due to the Red Hat developer registration.

OK, so perhaps supply some more details? What you do, what happens,
more output/logs, etc.?

Anyway, if it's indeed a bug around Red Hat subscription/registration,
it's not related to oVirt. Perhaps open a bug in bugzilla or report in
some relevant mailing list (not sure which, sorry).

Thanks and best regards,

>
>
> 
> De: "Yedidyah Bar David" 
> Para: supo...@logicworks.pt
> Cc: "users" 
> Enviadas: Domingo, 24 De Janeiro de 2021 11:10:40
> Assunto: Re: [ovirt-users] Red Hat 8.3 install error
>
> On Fri, Jan 22, 2021 at 10:02 PM José Ferradeira via Users
>  wrote:
> >
> > I'm trying to install a RH 8.3 VM, but during installation always get this 
> > error:
> >
> > anaconda 33.16.3.26 exception report
> > Traceback (most recent call first):
> >   File "/usr/lib/python3.6/site-packages/dasbus/client/handler.py", line 
> > 497, in _handle_method_error
> > raise exception from None
> >   File "/usr/lib/python3.6/site-packages/dasbus/client/handler.py", line 
> > 477, in _get_method_reply
> > return self._handle_method_error(error)
> >   File "/usr/lib/python3.6/site-packages/dasbus/client/handler.py", line 
> > 447, in _call_method
>
> A quick search for this line finds me:
>
> https://bugzilla.redhat.com/show_bug.cgi?id=1912898
>
> > **kwargs,
> >
> >
> > No problem when installing Centos 8.3
> > Ovirt version Version 4.4.4.7-1.el8
> >
> > Any idea?
>
> Perhaps check if the above bug applies to your case?
> If so, you can try to work around it by installing 8.2 and then upgrade.
> Also, perhaps attach your logs to that bug, and/or comment adding
> relevant information from your case.
>
> In any case, this does not sound like an oVirt bug to me.
>
> Thanks and best regards,
> --
> Didi



-- 
Didi
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@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/users@ovirt.org/message/TYRQHXQXVD2NUM4NDU7KSIUPP7MPDM3C/


[ovirt-users] Re: Red Hat 8.3 install error

2021-01-24 Thread José Ferradeira via Users
I think is not the same thing. 
I'm not trying to configure the kernel. 
The problem here is, I download RH8 from the Red Hat Developer. 
In the first stage of the installation I'm able to register the subscription, 
but the error during the packages installation, it tries to register again and 
fails. 
So the problem is due to the Red Hat developer registration. 



De: "Yedidyah Bar David"  
Para: supo...@logicworks.pt 
Cc: "users"  
Enviadas: Domingo, 24 De Janeiro de 2021 11:10:40 
Assunto: Re: [ovirt-users] Red Hat 8.3 install error 

On Fri, Jan 22, 2021 at 10:02 PM José Ferradeira via Users 
 wrote: 
> 
> I'm trying to install a RH 8.3 VM, but during installation always get this 
> error: 
> 
> anaconda 33.16.3.26 exception report 
> Traceback (most recent call first): 
> File "/usr/lib/python3.6/site-packages/dasbus/client/handler.py", line 497, 
> in _handle_method_error 
> raise exception from None 
> File "/usr/lib/python3.6/site-packages/dasbus/client/handler.py", line 477, 
> in _get_method_reply 
> return self._handle_method_error(error) 
> File "/usr/lib/python3.6/site-packages/dasbus/client/handler.py", line 447, 
> in _call_method 

A quick search for this line finds me: 

https://bugzilla.redhat.com/show_bug.cgi?id=1912898 

> **kwargs, 
> 
> 
> No problem when installing Centos 8.3 
> Ovirt version Version 4.4.4.7-1.el8 
> 
> Any idea? 

Perhaps check if the above bug applies to your case? 
If so, you can try to work around it by installing 8.2 and then upgrade. 
Also, perhaps attach your logs to that bug, and/or comment adding 
relevant information from your case. 

In any case, this does not sound like an oVirt bug to me. 

Thanks and best regards, 
-- 
Didi 
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@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/users@ovirt.org/message/N7WPFNVNTWFP57KOJSUQ65HQILHPXHGB/


[ovirt-users] Re: Red Hat 8.3 install error

2021-01-24 Thread Yedidyah Bar David
On Fri, Jan 22, 2021 at 10:02 PM José Ferradeira via Users
 wrote:
>
> I'm trying to install a RH 8.3 VM, but during installation always get this 
> error:
>
> anaconda 33.16.3.26 exception report
> Traceback (most recent call first):
>   File "/usr/lib/python3.6/site-packages/dasbus/client/handler.py", line 497, 
> in _handle_method_error
> raise exception from None
>   File "/usr/lib/python3.6/site-packages/dasbus/client/handler.py", line 477, 
> in _get_method_reply
> return self._handle_method_error(error)
>   File "/usr/lib/python3.6/site-packages/dasbus/client/handler.py", line 447, 
> in _call_method

A quick search for this line finds me:

https://bugzilla.redhat.com/show_bug.cgi?id=1912898

> **kwargs,
>
>
> No problem when installing Centos 8.3
> Ovirt version Version 4.4.4.7-1.el8
>
> Any idea?

Perhaps check if the above bug applies to your case?
If so, you can try to work around it by installing 8.2 and then upgrade.
Also, perhaps attach your logs to that bug, and/or comment adding
relevant information from your case.

In any case, this does not sound like an oVirt bug to me.

Thanks and best regards,
-- 
Didi
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@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/users@ovirt.org/message/RSDEH6WQ7CQRPWDZZ5FWQBIYUU55VYQC/