]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: update cluster log health warning message 21885/head
authorPatrick Donnelly <pdonnell@redhat.com>
Fri, 13 Jul 2018 17:57:24 +0000 (10:57 -0700)
committerPatrick Donnelly <pdonnell@redhat.com>
Fri, 13 Jul 2018 19:06:11 +0000 (12:06 -0700)
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
qa/suites/fs/basic_functional/tasks/sessionmap.yaml
qa/suites/kcephfs/recovery/tasks/sessionmap.yaml
qa/tasks/cephfs/test_sessionmap.py

index 054fdb70792348223828c20b19732657fe89cde7..2926c73243a9b43dfe88ea8ae0eb735d75b0b514 100644 (file)
@@ -5,7 +5,7 @@ overrides:
       global:
         ms type: simple
     log-whitelist:
-      - client session with invalid root
+      - client session with non-allowable root
 
 tasks:
   - cephfs_test_runner:
index 9be8338a86cd9fb480d0b3d3af40807f0c388195..9e3c8b645c7276607f415fb8cb2e7a531e9177ed 100644 (file)
@@ -5,7 +5,7 @@ overrides:
       global:
         ms type: simple
     log-whitelist:
-      - client session with invalid root
+      - client session with non-allowable root
 
 tasks:
   - cephfs_test_runner:
index 9d12ab6d8bee6dbf345ab470547f896b82f4983f..8bd7f5c1602dfe8e71ee0ef6a600b9198d321a65 100644 (file)
@@ -230,6 +230,6 @@ class TestSessionMap(CephFSTestCase):
         # Configure the client to claim that its mount point metadata is /baz
         self.set_conf("client.badguy", "client_metadata", "root=/baz")
         # Try to mount the client, see that it fails
-        with self.assert_cluster_log("client session with invalid root '/baz' denied"):
+        with self.assert_cluster_log("client session with non-allowable root '/baz' denied"):
             with self.assertRaises(CommandFailedError):
                 self.mount_b.mount(mount_path="/foo/bar")