forked from samba-in-kubernetes/sit-test-cases
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
testcases/smbtorture: use filesystem variant to set flapping list
The smbtorture results could vary based on the filesystem variant used. We use the variant passed in the test-info.yml to set the flapping list used. Signed-off-by: Sachin Prabhu <[email protected]>
- Loading branch information
1 parent
cfdae8a
commit 7e5e871
Showing
4 changed files
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# CephFS does not explicitly track which parts of a file are allocated/written with sparse files, | ||
# the st_blocks field is always populated by the file size divided by the block size. | ||
# This will cause tools like du(1) to overestimate consumed space. | ||
# (The recursive size field, maintained by CephFS, also includes file “holes” in its count.) | ||
|
||
# Refer: https://github.com/samba-in-kubernetes/sit-test-cases/issues/86 | ||
^samba3.smb2.ioctl.sparse_punch | ||
^samba3.smb2.ioctl.sparse_qar_ob1 | ||
^samba3.smb2.ioctl.sparse_punch_invalid | ||
^samba3.smb2.ioctl.copy-chunk streams |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters