]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/nfs: merge 'nfs export {update,import}' -> 'nfs export apply'
authorSage Weil <sage@newdream.net>
Tue, 15 Jun 2021 17:34:47 +0000 (12:34 -0500)
committerSage Weil <sage@newdream.net>
Mon, 21 Jun 2021 18:13:15 +0000 (14:13 -0400)
commit2cb2abb385f97714cbe59371aa788394799db925
treebc90685fe342f65723b5f309ab6c248d5a64857e
parent69681f04ba78ad377219d113593759218e5bf4e4
mgr/nfs: merge 'nfs export {update,import}' -> 'nfs export apply'

The only thing we lose is a strict 'update' that errors out if the
export didn't already exist, and we don't have any known need for that.

Fixes: https://tracker.ceph.com/issues/51265
Signed-off-by: Sage Weil <sage@newdream.net>
src/pybind/mgr/nfs/export.py
src/pybind/mgr/nfs/module.py
src/pybind/mgr/nfs/tests/test_nfs.py