-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
smbtorture: Add Shadow Copy related tests
- Some of the sparse file related tests are expected to fail due to limitations in CephFS, mark the same - Make sure that ioctl tests are expected to strictly pass against CephFS and CephFS.vfs only. Signed-off-by: Shwetha K Acharya <[email protected]>
- Loading branch information
1 parent
5426d82
commit 2e8117a
Showing
5 changed files
with
20 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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,3 +31,4 @@ | |
- smb2.bench | ||
- smb2.winattr2 | ||
- smb2.charset | ||
- smb2.ioctl |