diff options
author | Paul Zuchowski <[email protected]> | 2019-01-13 13:06:13 -0500 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2019-01-13 10:06:13 -0800 |
commit | 83c796c5e9d9ecb28e9553338f079a5d6b015b10 (patch) | |
tree | 7b6661d3070441ad1472111fe2c92879a1a3d057 /tests/runfiles | |
parent | a13392a6a1a0e3858a11f79cf3fc2f2026b4dcc0 (diff) |
zfs filesystem skipped by df -h
On full pool when pool root filesystem references very few bytes,
the f_blocks returned to statvfs is 0 but should be at least 1.
Reviewed by: Tom Caputi <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Paul Zuchowski <[email protected]>
Closes #8253
Closes #8254
Diffstat (limited to 'tests/runfiles')
-rw-r--r-- | tests/runfiles/linux.run | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/runfiles/linux.run b/tests/runfiles/linux.run index 0b41d087b..d3ecf6274 100644 --- a/tests/runfiles/linux.run +++ b/tests/runfiles/linux.run @@ -656,7 +656,8 @@ tests = ['nestedfs_001_pos'] tags = ['functional', 'nestedfs'] [tests/functional/no_space] -tests = ['enospc_001_pos', 'enospc_002_pos', 'enospc_003_pos'] +tests = ['enospc_001_pos', 'enospc_002_pos', 'enospc_003_pos', + 'enospc_df'] tags = ['functional', 'no_space'] [tests/functional/nopwrite] |