Add cephfs_nfs_cluster_id option

As part of change I1826f2970528928a31b32a664013380e38bbd7c9
we added a configuration option to the manila cephfs nfs driver
when deployed using cephadm.

We also need this option set here to get the m-shr service
to pick the right helper when deploying with DevStack

Change-Id: If99714e07f4b75c76db29a660ad8d1e93f7055e5
This commit is contained in:
Victoria Martinez de la Cruz 2022-09-14 16:22:22 +00:00
parent 3c0ce20d00
commit 46186d062b
1 changed files with 4 additions and 0 deletions

View File

@ -73,5 +73,9 @@ if (is_ceph_enabled_for_service manila); then
MANILA_OPTGROUP_cephfsnfs1_ganesha_rados_store_enable=${MANILA_CEPH_GANESHA_RADOS_STORE}
MANILA_OPTGROUP_cephfsnfs1_ganesha_rados_store_pool_name=${CEPHFS_DATA_POOL}
fi
if [ "$CEPHADM_DEPLOY" = "True" ]; then
MANILA_OPTGROUP_cephfsnfs1_cephfs_nfs_cluster_id=${FSNAME}
fi
fi
fi