Hi,
I have a problem when mounting a NFS share from a ceph cluster.
Mounting that share to a ESXi server doen not work.
Now I saw from the mount command,
that it seems an ceph nfs export uses another port and some mount folder than a, let's say classic NFS mount.
But how could I mount that share to an ESXi server.
Thanks.
I have a problem when mounting a NFS share from a ceph cluster.
Mounting that share to a ESXi server doen not work.
Now I saw from the mount command,
Code:
sudo mount -t nfs -o vers=4,port=2249 192.168.4.179:vm_pool /mnt/vm_pool
But how could I mount that share to an ESXi server.
Thanks.
Comment