]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/nfs: don't output any message
authorRamana Raja <rraja@redhat.com>
Sun, 10 Apr 2022 18:18:53 +0000 (14:18 -0400)
committerRamana Raja <rraja@redhat.com>
Tue, 12 Apr 2022 20:20:15 +0000 (16:20 -0400)
commit99906ea6cef747d8ab6c154ccc884cd4f3187dc2
tree2de6686b2cca28ab889f535b6346176268f65e67
parentbd82d21943f9be8e4948542d9cd09ba54735a49a
mgr/nfs: don't output any message

... when `nfs cluster create/rm` succeeds. This also fixes the
misleading output message that said NFS cluster creation or
removal was complete when the `nfs cluster create/rm` command
returned. The `nfs cluster create/rm` command triggers the
asynchronous creation/removal of the NFS daemons and ingress
service of the cluster.

Fixes: https://tracker.ceph.com/issues/55299
Signed-off-by: Ramana Raja <rraja@redhat.com>
src/pybind/mgr/nfs/cluster.py