Add a github workflow test for root disk detection (#15267)

Use losetup to create fake disks, start a MinIO cluster, umount 
one disk, and fails if the mount point directory will have format.json
recreated. It should fail because the mount point directory will belong
to the root disk after unmount.
This commit is contained in:
Anis Elleuch
2022-07-14 00:29:44 +01:00
committed by GitHub
parent b4f6901903
commit 1cfa2e04bc
3 changed files with 103 additions and 0 deletions

View File

@@ -48,3 +48,4 @@ jobs:
sudo sysctl net.ipv6.conf.default.disable_ipv6=0
make verify-healing
make verify-healing-inconsistent-versions
make verify-healing-with-root-disks