From 85e71eb7d40e1bbd2f77dbc8dce65dd42ea85fb1 Mon Sep 17 00:00:00 2001 From: Varsha Rao Date: Tue, 28 Apr 2020 17:19:32 +0530 Subject: [PATCH] mgr/volumes/nfs: Add RADOS notify for common config object Signed-off-by: Varsha Rao --- src/pybind/mgr/volumes/fs/nfs.py | 1 + 1 file changed, 1 insertion(+) 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( -- 2.39.5