]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/nfs: remove 'nfs cluster update'
authorSage Weil <sage@newdream.net>
Wed, 5 May 2021 16:59:44 +0000 (12:59 -0400)
committerSage Weil <sage@newdream.net>
Tue, 25 May 2021 14:15:45 +0000 (10:15 -0400)
commite5c1d4aa71ddf24304ec5d18b22bea739c20226d
treed9a01d0cbf83f1f5eb857316c5933ab0b23fe1a6
parent5585fdd5e384ca816a34d7918ccebc02b66d6abc
mgr/nfs: remove 'nfs cluster update'

This command is very awkward to implement unless all service spec fields
are always required.  That will soon mean both the placement *and*
virtual_ip (if any), making it much less useful for a human to make use
of.

Instead, let them update yaml, or adjust the nfs and/or ingress specs
directly.  I don't think this command is needed.

Signed-off-by: Sage Weil <sage@newdream.net>
doc/cephfs/fs-nfs-exports.rst
src/pybind/mgr/nfs/cluster.py
src/pybind/mgr/nfs/module.py