]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
qa: always format the pgid in hex 42069/head
authorXiubo Li <xiubli@redhat.com>
Mon, 24 May 2021 02:49:09 +0000 (10:49 +0800)
committerPatrick Donnelly <pdonnell@redhat.com>
Mon, 28 Jun 2021 19:49:02 +0000 (12:49 -0700)
commit14a3e9fb169106d08de8ac7e47ad8cedcec00f18
tree239726e759fef24f44749716292803b7739bd681
parent2e1902f3a43860da461e68ebea5ef8dd48418278
qa: always format the pgid in hex

If the pg number is larger than 9, this won't match the array index,
which was in dec just before this.

Fixes: https://tracker.ceph.com/issues/50808
Signed-off-by: Xiubo Li <xiubli@redhat.com>
(cherry picked from commit 2b9b2a3fbd5d4e1f01b96a96d4abaccffb8b9e3a)
qa/tasks/cephfs/test_data_scan.py