https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203864
Bug ID: 203864
Summary: ZFS deadlock between zfs send, zfs rename and ctrl-C
Product: Base System
Version: 11.0-CURRENT
Hardware: Any
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: kern
Assignee: [email protected]
Reporter: [email protected]
I tried to abort a zfs send:
07:06:26 2.28G zroot/j/jails/[email protected]
07:06:27 2.29G zroot/j/jails/[email protected]
^C
load: 1.27 cmd: zfs 72318 [tx->tx_sync_done_cv] 101.46r 0.00u 1.89s 0% 4212k
load: 0.84 cmd: zfs 72318 [tx->tx_sync_done_cv] 127.51r 0.00u 1.89s 0% 4212k
load: 0.84 cmd: zfs 72318 [tx->tx_sync_done_cv] 127.98r 0.00u 1.89s 0% 4212k
It turns out the freebsd-snapshot cron was running at that very instant and it
lead to a deadlock:
# ps -axl | grep tx
0 74866 72290 0 20 0 40336 3528 tx->tx_s D - 0:00.00 zfs
rename zroot/j/jails/[email protected] zroot/j/jails/[email protected]
0 72318 69290 0 20 0 42520 4228 tx->tx_s DE+ 0 0:01.89 zfs send
-Rv zroot/j/jails/[email protected]
I've seen this before but never quite at such a bad time. Neither can be kill
-9'ed.
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"