]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
qa/cephfs: add 'rhel' to family of RH OS in xfstest_dev.py 52585/head
authorRishabh Dave <ridave@redhat.com>
Thu, 16 Feb 2023 12:02:37 +0000 (17:32 +0530)
committerRishabh Dave <ridave@redhat.com>
Fri, 25 Aug 2023 06:41:17 +0000 (12:11 +0530)
commit73f879f48fcc568164800d3726e12967a862da8f
treed11fa21d39df60abedfd6a1b1551f62fe5f28f79
parenta422acda0d3a3e4c0eb1049fa95b3d1abb2b8571
qa/cephfs: add 'rhel' to family of RH OS in xfstest_dev.py

The string returned by get_system_type() for RHEL 8.4 recently wasn't
one of the strings that xfstests_dev.py expects. The string returned
this time was instead "rhel". Add this string to the list of strings
that xfstests_dev.py expects for Red Hat OS family so that this failure
won't occur again in future. Also log the detected distro and version so
that it is easier to debug when this issue occurs next time.

Fixes: https://tracker.ceph.com/issues/58726
Signed-off-by: Rishabh Dave <ridave@redhat.com>
(cherry picked from commit fec9be184d06f3c322ec03b75d9ed4a9b7ec3093)
qa/tasks/cephfs/xfstests_dev.py