]> 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)
committerSebastian Wagner <sewagner@redhat.com>
Thu, 9 Sep 2021 14:17:53 +0000 (16:17 +0200)
Signed-off-by: Sage Weil <sage@newdream.net>
(cherry picked from commit 362e121e468f7f2b16eb457ba24d9af8b74c3f9c)

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',