Search results

  1. S

    Unable to mount NFS storage

    @Alwin : I was trying to debug my NFS server with rpcinfo and I came across this in rpcinfo's manpage. -t' Make an RPC call to procedure 0 of prognum on the specified host using TCP, and report whether a response was received. This option is made obsolete by the -T option as shown in the third...
  2. S

    Unable to mount NFS storage

    Thanks for replying. If I do this, will it still be considered as a shared storage by Proxmox? Also just to point out that it is a perfectly valid use case of running a NFS4 only service without rpcbind https://www.suse.com/support/kb/doc/?id=000019530
  3. S

    Unable to mount NFS storage

    Yes, I have tested. root@pve-macpro-16:~# mount -t nfs -o vers=4 10.187.20.140:/vsphere /NFSVMware The command works perfectly. Not sure if your patch will fix my issue. root@pve-macpro-16:~# rpcinfo -t 10.187.20.140 nfs 4 10.187.20.140: RPC: Remote system error - No route to host
  4. S

    Unable to mount NFS storage

    Thanks for looking into it. If you want to reproduce you could easily spin up the docker container I mentioned. I am able to mount the NFS without any issues on ESXi and Linux command line. I think the showmount issue stops Proxmox
  5. S

    Unable to mount NFS storage

    @Alwin root@pve-macpro-16:~# rpcinfo -u 10.187.20.140 nfs 4 10.187.20.140: RPC: Unable to receive root@pve-macpro-16:~# rpcinfo -u 10.187.20.140 nfs 3 10.187.20.140: RPC: Unable to receive root@pve-macpro-16:~# rpcinfo -t 10.187.20.140 nfs 4 10.187.20.140: RPC: Remote system error - No route...
  6. S

    Proxmox VE 6.3 available

    @Fabian_E : Thanks for the info. It would be great to add this to known issues for Proxmox 6.3
  7. S

    Unable to mount NFS storage

    @Alwin : Thanks for coming back to me pvesm status root@pve-macpro-14:~# pvesm status storage 'NFSVMware' is not online Name Type Status Total Used Available % Images cephfs active 1171828736 35426304 1136402432...
  8. S

    Unable to mount NFS storage

    Hi all, I am trying to mount an existing NFS server running on docker using container : https://hub.docker.com/r/itsthenetwork/nfs-server-alpine but it fails all the time. When I try to manually mount NFS using shell it works fine root@pve-macpro-16:~# mount -t nfs -o vers=4...
  9. S

    Proxmox VE 6.3 available

    @Fabian_E @t.lamprecht So after a lot of testing related to EFI Disk, I have found out the the EFI disk still has issues on Ceph RBD. I have a Ceph Hyperconverged setup with 3 hosts and as soon as I move the EFI disk to Ceph RBD the VM starts having guest display init issue. Moving efidisk...
  10. S

    Proxmox VE 6.3 available

    @Fabian_E That's correct as I removed the ide0 from the config before pasting it as it isn't supposed to be shared. Its still the same even when all the disks are removed. Cheers
  11. S

    Proxmox VE 6.3 available

    Facing issues with my VMs. Most of the time it starts with "Guest has not initialized the display (yet)" root@pve-macpro-14:~# qm config 100 perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LC_TERMINAL...