Would anyone be interested in testing a panic condition on a FreeBSD host? I can easily trigger a ZFS-related panic on builds from the latest 10.3 going all the way back to last summer. I was hoping someone could independently reproduce the issue to verify that it isn't something specific to my setup.
For reference, I filed a bug on this last week: PR 207464
All it takes is any zpool with one filesystem mounted at / (called 'data' in this example). Then, run the three operations below twice in succession:
For reference, I filed a bug on this last week: PR 207464
All it takes is any zpool with one filesystem mounted at / (called 'data' in this example). Then, run the three operations below twice in succession:
Code:
zfs snapshot data@panic
ls -d /data/.zfs/snapshot/panic
zfs destroy data@panic