Do not duplicate vers in nfs mount options
On ubuntu 22.04 specifying vers and nfsvers raising error during mount: mount.nfs: multiple version options not permitted To make NFS jobs passing for 22.04 we drop out vers. Needed-By: https://review.opendev.org/c/openstack/openstack-ansible-os_cinder/+/865518/ Change-Id: I925a148febce2bbdc09e60020828947589905dcf
This commit is contained in:
parent
2fc8351c89
commit
ce656384dc
@ -13,7 +13,7 @@ cinder_backends:
|
|||||||
volume_driver: cinder.volume.drivers.nfs.NfsDriver
|
volume_driver: cinder.volume.drivers.nfs.NfsDriver
|
||||||
nfs_shares_config: /etc/cinder/nfs_shares
|
nfs_shares_config: /etc/cinder/nfs_shares
|
||||||
nfs_qcow2_volumes: true
|
nfs_qcow2_volumes: true
|
||||||
nfs_mount_options: vers=4,nfsvers=4,noatime,rw,bg,intr,async,timeo=60
|
nfs_mount_options: nfsvers=4,noatime,rw,bg,intr,async,timeo=60
|
||||||
nfs_snapshot_support: true
|
nfs_snapshot_support: true
|
||||||
nas_secure_file_operations: false
|
nas_secure_file_operations: false
|
||||||
shares:
|
shares:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user