From: Sage Weil Date: Mon, 28 Jun 2021 17:54:00 +0000 (-0400) Subject: mgr/nfs: adjust test to match pool name X-Git-Tag: v17.1.0~1390^2~25 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=362e121e468f7f2b16eb457ba24d9af8b74c3f9c;p=ceph.git mgr/nfs: adjust test to match pool name Signed-off-by: Sage Weil --- diff --git a/src/pybind/mgr/nfs/tests/test_nfs.py b/src/pybind/mgr/nfs/tests/test_nfs.py index 49f719a6b60a6..3e1911d727975 100644 --- a/src/pybind/mgr/nfs/tests/test_nfs.py +++ b/src/pybind/mgr/nfs/tests/test_nfs.py @@ -83,13 +83,13 @@ EXPORT conf_nodeb = '%url "rados://ganesha/ns/export-1"' conf_nfs_foo = ''' -%url "rados://ganesha2/foo/export-1" +%url "rados://nfs-ganesha/foo/export-1" -%url "rados://ganesha2/foo/export-2"''' +%url "rados://nfs-ganesha/foo/export-2"''' clusters = { 'foo': { - 'pool': 'ganesha2', + 'pool': 'nfs-ganesha', 'namespace': 'foo', 'type': "ORCHESTRATOR", 'daemon_conf': 'conf-nfs.foo',