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: v16.2.7~116^2~57 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b0b4395daecda6898e202ce2f63c4477cc526141;p=ceph.git mgr/nfs: adjust test to match pool name Signed-off-by: Sage Weil (cherry picked from commit 362e121e468f7f2b16eb457ba24d9af8b74c3f9c) --- diff --git a/src/pybind/mgr/nfs/tests/test_nfs.py b/src/pybind/mgr/nfs/tests/test_nfs.py index 49f719a6b60a..3e1911d72797 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',