]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mgr/dashboard: Fix pg_num counts in pool API tests
authorStephan Müller <smueller@suse.com>
Wed, 13 Nov 2019 12:15:42 +0000 (13:15 +0100)
committerStephan Müller <smueller@suse.com>
Wed, 13 Nov 2019 16:25:29 +0000 (17:25 +0100)
commitca46c9941bc6837f09aab7b4aaab799d8a9ebf48
tree2b513ea3f3103b746b24184f590337e48709174d
parent96fd06b7db1d57b8384edc1af6cc39e4e532fb77
mgr/dashboard: Fix pg_num counts in pool API tests

To prevent the not a number of two cluster health warning, all created
pools now have a pg_num that is a power of two.

Fixes: https://tracker.ceph.com/issues/42776
Signed-off-by: Stephan Müller <smueller@suse.com>
qa/tasks/mgr/dashboard/test_pool.py