mirror of
https://github.com/minio/minio.git
synced 2025-11-07 12:52:58 -05:00
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:
1
.github/workflows/go-healing.yml
vendored
1
.github/workflows/go-healing.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user