]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/nfs: adjust test to match pool name
authorSage Weil <sage@newdream.net>
Mon, 28 Jun 2021 17:54:00 +0000 (13:54 -0400)
committerSage Weil <sage@newdream.net>
Wed, 14 Jul 2021 20:20:11 +0000 (16:20 -0400)
Signed-off-by: Sage Weil <sage@newdream.net>
src/pybind/mgr/nfs/tests/test_nfs.py

index 49f719a6b60a63d658f881930c35655f10c13fa2..3e1911d727975c9d56225e71a36d123c428fc433 100644 (file)
@@ -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',