]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/volumes/nfs: remove 'ganesha-' prefix from cluster id
authorVarsha Rao <varao@redhat.com>
Tue, 8 Dec 2020 18:16:27 +0000 (23:46 +0530)
committerVarsha Rao <varao@redhat.com>
Fri, 8 Jan 2021 07:05:53 +0000 (12:35 +0530)
commit24b70c51862c02c3a8ba3d177317c70072867f23
treeb1b3fb01eaeef56f613538f7d640cbcd33adfde3
parent1a16fc9d395def855ac47064240aae7fcbd2e39b
mgr/volumes/nfs: remove 'ganesha-' prefix from cluster id

Orchestrator defines service name as "<service_type>.<service_id>". The ganesha
common config object name in orchestrator is "conf-<service_name>". Volume's
nfs plugin deploys nfs-ganesha clusters with 'ganesha' prefixed to cluster id
and common config object.  It can cause unecessary issues in rook and cephadm.
So let's remove the prefix.

Fixes: https://tracker.ceph.com/issues/48514
Signed-off-by: Varsha Rao <varao@redhat.com>
qa/tasks/cephfs/test_nfs.py
src/pybind/mgr/volumes/fs/nfs.py