nvazquez commented on issue #5491: URL: https://github.com/apache/cloudstack/issues/5491#issuecomment-1005089155
@Hudratronium do you get the same error if not specifying a value (empty value) for the global setting `secstorage.nfs.version`? I realized in my setup the global setting has an empty value and the secondary storage is mounted with version 4 by default. ``` root@s-21-VM:~# mount | grep nfs 192.168.1.12:/export/secondary on /mnt/SecStorage/dac777a0-4f45-3dca-9a0d-de4e5254d38e type nfs4 (rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,acdirmin=0,acdirmax=0,soft,proto=tcp,timeo=133,retrans=2147483647,sec=sys,clientaddr=192.168.1.61,local_lock=none,addr=192.168.1.12) ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
