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: v15.2.5~166^2~60 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=8e171289c753b7c324f744e650ee1176bafdd89d;p=ceph.git mgr/volumes/nfs: Add RADOS notify for common config object Signed-off-by: Varsha Rao (cherry picked from commit 85e71eb7d40e1bbd2f77dbc8dce65dd42ea85fb1) --- diff --git a/src/pybind/mgr/volumes/fs/nfs.py b/src/pybind/mgr/volumes/fs/nfs.py index b3319e151404..5dcf9a7673e5 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(