These two tests checks different mount scenarios when logdev/rtdevs are marked up up as read-only. Currently these fail (mount fails if rtdevs/logdevs are ro), but I've submitted a patch to adress this: https://marc.info/?l=linux-xfs&m=174557094404857&w=2 Hans Holmberg (2): xfs: add mount test for read only rt devices xfs: add mount test for read only log devices tests/xfs/837 | 55 +++++++++++++++++++++++++++++++++++++++++++++++ tests/xfs/837.out | 10 +++++++++ tests/xfs/838 | 55 +++++++++++++++++++++++++++++++++++++++++++++++ tests/xfs/838.out | 10 +++++++++ 4 files changed, 130 insertions(+) create mode 100755 tests/xfs/837 create mode 100644 tests/xfs/837.out create mode 100755 tests/xfs/838 create mode 100644 tests/xfs/838.out -- 2.34.1