From: Varsha Rao Date: Tue, 28 Apr 2020 11:49:32 +0000 (+0530) Subject: mgr/volumes/nfs: Add RADOS notify for common config object X-Git-Tag: v16.1.0~2196^2~20 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=85e71eb7d40e1bbd2f77dbc8dce65dd42ea85fb1;p=ceph.git mgr/volumes/nfs: Add RADOS notify for common config object Signed-off-by: Varsha Rao --- diff --git a/src/pybind/mgr/volumes/fs/nfs.py b/src/pybind/mgr/volumes/fs/nfs.py index b3319e15140..5dcf9a7673e 100644 --- a/src/pybind/mgr/volumes/fs/nfs.py +++ b/src/pybind/mgr/volumes/fs/nfs.py @@ -250,6 +250,7 @@ class FSExport(object): ioctx.set_namespace(self.rados_namespace) if append: ioctx.append(obj, raw_config.encode('utf-8')) + ioctx.notify(obj) else: ioctx.write_full(obj, raw_config.encode('utf-8')) log.debug(