File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ For each combination the following steps run sequentially:
173173| UsedBytes reflects the write | ` usedBytes >= 30 MB ` |
174174| UsedBytes within bounds | ` usedBytes <= totalBytes ` |
175175| UsagePercent in valid range | ` 0 <= usagePct <= 1 ` |
176- | UsagePercent is plausible | ` usagePct >= 0.20 ` |
176+ | UsagePercent is plausible | ` usagePct >= 0.15 ` |
177177| Used + Free approximates Total | ` abs(used + free - total) / total <= 10% ` |
178178
179179##### 7. Cleanup (deferred, runs in reverse order)
Original file line number Diff line number Diff line change @@ -103,6 +103,7 @@ func TestDiskFilesystemMetrics(t *testing.T) {
103103 test .RequireCmd (t , "mkfs.btrfs" )
104104 case "zfs" :
105105 test .RequireCmd (t , "zpool" )
106+ test .RequireCmd (t , "zfs" )
106107 }
107108
108109 if tc .strategy == "lvm" {
You can’t perform that action at this time.
0 commit comments