<div dir="ltr">good morning,<div> i am having trouble understanding how to config different nfs shares on different nfs servers, one for cinder and ANOTHER one for use for cinder-backup, this is my files:</div><div><br></div><div>(already check both nfs export are reachable and works fine in rw inside openstack)</div><div>(kolla latest version on ubuntu 22 hosts, all-in-one-deploy)</div><div><br></div><div>[globals.yaml]</div><div>...</div><div>enable_cinder: "yes"<br>enable_cinder_backend_nfs: "yes"<br>enable_cinder_backup: "yes"<br>cinder_backup_driver: "nfs"<br>cinder_backup_share: "192.168.100.100:/exports/backup"<br>cinder_backup_mount_options_nfs: "vers=3"<br></div><div><br></div><div>[config/nfs_shares]</div><div>192.168.100.100:/exports/backup</div><div>192.168.200.200:/exports/volumes<br></div><div><br></div><div>thank you.</div><div><br></div></div>