Actions
Bug #7485
closedPanic while copying data to a mount point using dd command
Start date:
2016-10-21
Due date:
% Done:
0%
Estimated time:
Difficulty:
Medium
Tags:
needs-triage
Gerrit CR:
External Bug:
Description
Steps to reproduce the panic (rpool/test is any not yet existing zfs filesystem):
# zfs create -o nbmand=on rpool/test # MNT=`zfs get -H -o value mountpoint rpool/test` # dd if=/dev/zero of=$MNT
Actions