From: Luís Henriques Date: Thu, 29 Sep 2022 10:51:32 +0000 (+0100) Subject: qa/tasks/mgr/dashboard/test_health: Add 'max_xattr_size' to the mdsmap schema X-Git-Tag: v18.2.4~396^2~6 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=2d666f006b3ed67988e8e664f10f9e9bcc6cb7c3;p=ceph.git qa/tasks/mgr/dashboard/test_health: Add 'max_xattr_size' to the mdsmap schema Let the mdsmap schema know about the new field 'max_xattr_size'. This prevents the following error: tasks.mgr.dashboard.helper._ValError: \ In `input['fs_map']['filesystems'][0]['mdsmap']`: unknown keys: {'max_xattr_size'} URL: https://tracker.ceph.com/issues/55725 Signed-off-by: Luís Henriques (cherry picked from commit bf7ddd8e45d58dab578d8f01efb3341a93f57bc8) --- diff --git a/qa/tasks/mgr/dashboard/test_health.py b/qa/tasks/mgr/dashboard/test_health.py index b6ffade4c964..c3fdc497b4a7 100644 --- a/qa/tasks/mgr/dashboard/test_health.py +++ b/qa/tasks/mgr/dashboard/test_health.py @@ -29,6 +29,7 @@ class HealthTest(DashboardTestCase): 'in': JList(int), 'last_failure': int, 'max_file_size': int, + 'max_xattr_size': int, 'explicitly_allowed_features': int, 'damaged': JList(int), 'tableserver': int,