-
Notifications
You must be signed in to change notification settings - Fork 1.8k
ZTS: add mount_loopback to test zfs behind loop dev #17329
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
8415e39
to
c967763
Compare
@behlendorf I included your fixes in my latest push. |
Two thoughts:
|
@robn -
Thanks - I just added a check in my latest push
Yes, its just a basic sanity test to verify "filesystem over loopback over ZFS". |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice, thanks!
It should probably be specified somewhere that skipped test is OK:
|
Add a test case to reproduce issue openzfs#17277: 1. Make a pool 2. Write a file to the pool 3. Mount the file as a loopback device 4. Make an XFS filesystem on the loopback device 5. Mount the XFS filesystem... <hangs> Signed-off-by: Tony Hutter <[email protected]>
This still fails (skips) |
Motivation and Context
Add test for #17277
Description
Add a test case to reproduce issue #17277. This has actually been fixed by #17298, but add a test case for good measure. The test case verifies that we can make an xfs filesystem on a ZFS-backed loopback device.
How Has This Been Tested?
Test case added
Types of changes
Checklist:
Signed-off-by
.