You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When doing read on a file open with O_SYNC, it will trigger zil_commit.
However for snapshot, there's no zil, so we shouldn't be doing that.
Reviewed-by: Brian Behlendorf <[email protected]>
Reviewed-by: George Melikov <[email protected]>
Signed-off-by: Chunwei Chen <[email protected]>
Closes#6478Closes#6494
When doing read on a file open with O_SYNC, it will trigger zil_commit.
However for snapshot, there's no zil, so we shouldn't be doing that.
Reviewed-by: Brian Behlendorf <[email protected]>
Reviewed-by: George Melikov <[email protected]>
Signed-off-by: Chunwei Chen <[email protected]>
Closesopenzfs#6478Closesopenzfs#6494
System information
Describe the problem you're observing
Instant kernel panic when you run qemu-img info on a qcow2 disk image contained in a ZFS snapshot.
Describe how to reproduce the problem
Create a qcow2 disk image, then snapshot the filesystem. Navigate to the snapshot and run "qemu-img info" on the snapshot. Kernel panics.
Include any warning/errors/backtraces from the system logs
The text was updated successfully, but these errors were encountered: