]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
qa/tasks/mgr/dashboard/test_health: Add 'max_xattr_size' to the mdsmap schema
authorLuís Henriques <lhenriques@suse.de>
Thu, 29 Sep 2022 10:51:32 +0000 (11:51 +0100)
committerMykola Golub <mgolub@suse.com>
Fri, 3 Nov 2023 16:33:25 +0000 (18:33 +0200)
commit2d666f006b3ed67988e8e664f10f9e9bcc6cb7c3
tree10285609ad6e838c22383184dc1daa5abf025743
parent65238bc89ef6dfa2e4bd758b76f841d2c05d4852
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 <lhenriques@suse.de>
(cherry picked from commit bf7ddd8e45d58dab578d8f01efb3341a93f57bc8)
qa/tasks/mgr/dashboard/test_health.py