[ovirt-users] Re: "Add NFS storage domain", "status": "FAILED",

2020-09-10 Thread Strahil Nikolov via Users
Failed to resolve is pretty obvious: - typo in the NFS host name - DNS issue You can test by adding an entry for the NFS host in /etc/hosts. Best Regards, Strahil Nikolov В четвъртък, 10 септември 2020 г., 19:34:33 Гринуич+3, написа: MainProcess|jsonrpc/4::DEBUG::2020-09-10 18:14:

[ovirt-users] Re: "Add NFS storage domain", "status": "FAILED",

2020-09-10 Thread Edward Berger
It would seem your host can't resolve the ip address for the server FQDN listed for the NFS server. You should fix the DNS problem or try mounting via ip address once you're sure that it is reachable from the server. On Thu, Sep 10, 2020 at 12:33 PM wrote: > MainProcess|jsonrpc/4::DEBUG::2020-0

[ovirt-users] Re: "Add NFS storage domain", "status": "FAILED",

2020-09-10 Thread Strahil Nikolov via Users
Ssh to the host that failed to mount and then: mount -t nfs :/ /mnt To verify the mount: findmnt /mnt Usually it is recommended to set the NFS with anonguid and anonuid to '36'  and also use 'all_squash'. This will prevent a lot of issues. Best Regards, Strahil Nikolov В четвъртък, 10 септ

[ovirt-users] Re: "Add NFS storage domain", "status": "FAILED",

2020-09-10 Thread info
MainProcess|jsonrpc/4::DEBUG::2020-09-10 18:14:39,299::commands::211::root::(execCmd) /usr/bin/taskset --cpu-list 0-7 /usr/bin/mount -t nfs -o soft,nosharecache,timeo=100,retrans=3,nolock storage.world.co.za:/export/nfs/data /rhev/data-center/mnt/storage.world.co.za:_export_nfs_data (cwd None)

[ovirt-users] Re: "Add NFS storage domain", "status": "FAILED",

2020-09-10 Thread info
No i did not try to mount it, to be honest, I am not sure how to mount it ___ 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:

[ovirt-users] Re: "Add NFS storage domain", "status": "FAILED",

2020-09-09 Thread Strahil Nikolov via Users
>Failed\". Fault detail is \"[Problem while trying to mount target]\". HTTP >response code is 400.\n", >                "nfs": { >                    "address": "storage01.worldhostess.co.za", >                    "mount_options": null, >                    "path": "/data/nfs", >                  

[ovirt-users] Re: "Add NFS storage domain", "status": "FAILED",

2020-09-08 Thread Yedidyah Bar David
On Tue, Sep 8, 2020 at 10:39 AM wrote: > > I am new to oVirt and this is my first installation > “https://ovirt.org/documentation/installing_ovirt_as_a_self-hosted_engine_us > ing_the_cockpit_web_interface/” > > Everything seems fine, but then when I tried step 5, "Hosted Engine > Deployment" it k