ProxMox forum members,
I recently have started to see this in my kern.log when trying to copy a large (4TB) file between two USB devices both formatted with ZFS under the latest ProxMox (fully updated). The rsync is running from the command line on the ProxMox node, not in a VM. This error has occurred several times during the course of the copy (the copy is still ongoing).
2023-09-10T14:29:59.434665-07:00 pve4-x3650-m3 kernel: [ 5926.088403] INFO: task txg_sync:1943 blocked for more than 120 seconds.
2023-09-10T14:29:59.434692-07:00 pve4-x3650-m3 kernel: [ 5926.095979] Tainted: P O 6.2.16-12-pve #1
2023-09-10T14:29:59.449081-07:00 pve4-x3650-m3 kernel: [ 5926.102588] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
2023-09-10T14:29:59.449088-07:00 pve4-x3650-m3 kernel: [ 5926.111093] task:txg_sync state stack:0 pid:1943 ppid:2 flags:0x00004000
2023-09-10T14:29:59.458889-07:00 pve4-x3650-m3 kernel: [ 5926.120221] Call Trace:
2023-09-10T14:29:59.464104-07:00 pve4-x3650-m3 kernel: [ 5926.123358] <TASK>
2023-09-10T14:29:59.464110-07:00 pve4-x3650-m3 kernel: [ 5926.126126] __schedule+0x402/0x1510
2023-09-10T14:29:59.468379-07:00 pve4-x3650-m3 kernel: [ 5926.130400] schedule+0x63/0x110
2023-09-10T14:29:59.472638-07:00 pve4-x3650-m3 kernel: [ 5926.134648] schedule_timeout+0x95/0x170
2023-09-10T14:29:59.482274-07:00 pve4-x3650-m3 kernel: [ 5926.139250] ? __pfx_process_timeout+0x10/0x10
2023-09-10T14:29:59.482282-07:00 pve4-x3650-m3 kernel: [ 5926.144341] io_schedule_timeout+0x51/0x80
2023-09-10T14:29:59.487087-07:00 pve4-x3650-m3 kernel: [ 5926.149104] __cv_timedwait_common+0x140/0x180 [spl]
2023-09-10T14:29:59.492723-07:00 pve4-x3650-m3 kernel: [ 5926.154735] ? __pfx_autoremove_wake_function+0x10/0x10
2023-09-10T14:29:59.498606-07:00 pve4-x3650-m3 kernel: [ 5926.160609] __cv_timedwait_io+0x19/0x30 [spl]
2023-09-10T14:29:59.508403-07:00 pve4-x3650-m3 kernel: [ 5926.165702] zio_wait+0x13d/0x300 [zfs]
2023-09-10T14:29:59.513296-07:00 pve4-x3650-m3 kernel: [ 5926.170416] dsl_pool_sync+0xce/0x4e0 [zfs]
2023-09-10T14:29:59.518053-07:00 pve4-x3650-m3 kernel: [ 5926.175358] spa_sync+0x560/0x1010 [zfs]
2023-09-10T14:29:59.518944-07:00 pve4-x3650-m3 kernel: [ 5926.180117] ? spa_txg_history_init_io+0x120/0x130 [zfs]
2023-09-10T14:29:59.529539-07:00 pve4-x3650-m3 kernel: [ 5926.186322] txg_sync_thread+0x21a/0x3e0 [zfs]
2023-09-10T14:29:59.530341-07:00 pve4-x3650-m3 kernel: [ 5926.191554] ? __pfx_txg_sync_thread+0x10/0x10 [zfs]
2023-09-10T14:29:59.541558-07:00 pve4-x3650-m3 kernel: [ 5926.197325] ? __pfx_thread_generic_wrapper+0x10/0x10 [spl]
2023-09-10T14:29:59.541565-07:00 pve4-x3650-m3 kernel: [ 5926.203567] thread_generic_wrapper+0x5c/0x70 [spl]
2023-09-10T14:29:59.550892-07:00 pve4-x3650-m3 kernel: [ 5926.209114] kthread+0xe6/0x110
2023-09-10T14:29:59.550898-07:00 pve4-x3650-m3 kernel: [ 5926.212894] ? __pfx_kthread+0x10/0x10
2023-09-10T14:29:59.559422-07:00 pve4-x3650-m3 kernel: [ 5926.217286] ret_from_fork+0x29/0x50
2023-09-10T14:29:59.559430-07:00 pve4-x3650-m3 kernel: [ 5926.221488] </TASK>
root@pve4-x3650-m3:/var/log#
Any ideas from anyone?
Thanks in advance as always to anyone putting time on the concern at issue herein.
Stuart
I recently have started to see this in my kern.log when trying to copy a large (4TB) file between two USB devices both formatted with ZFS under the latest ProxMox (fully updated). The rsync is running from the command line on the ProxMox node, not in a VM. This error has occurred several times during the course of the copy (the copy is still ongoing).
2023-09-10T14:29:59.434665-07:00 pve4-x3650-m3 kernel: [ 5926.088403] INFO: task txg_sync:1943 blocked for more than 120 seconds.
2023-09-10T14:29:59.434692-07:00 pve4-x3650-m3 kernel: [ 5926.095979] Tainted: P O 6.2.16-12-pve #1
2023-09-10T14:29:59.449081-07:00 pve4-x3650-m3 kernel: [ 5926.102588] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
2023-09-10T14:29:59.449088-07:00 pve4-x3650-m3 kernel: [ 5926.111093] task:txg_sync state stack:0 pid:1943 ppid:2 flags:0x00004000
2023-09-10T14:29:59.458889-07:00 pve4-x3650-m3 kernel: [ 5926.120221] Call Trace:
2023-09-10T14:29:59.464104-07:00 pve4-x3650-m3 kernel: [ 5926.123358] <TASK>
2023-09-10T14:29:59.464110-07:00 pve4-x3650-m3 kernel: [ 5926.126126] __schedule+0x402/0x1510
2023-09-10T14:29:59.468379-07:00 pve4-x3650-m3 kernel: [ 5926.130400] schedule+0x63/0x110
2023-09-10T14:29:59.472638-07:00 pve4-x3650-m3 kernel: [ 5926.134648] schedule_timeout+0x95/0x170
2023-09-10T14:29:59.482274-07:00 pve4-x3650-m3 kernel: [ 5926.139250] ? __pfx_process_timeout+0x10/0x10
2023-09-10T14:29:59.482282-07:00 pve4-x3650-m3 kernel: [ 5926.144341] io_schedule_timeout+0x51/0x80
2023-09-10T14:29:59.487087-07:00 pve4-x3650-m3 kernel: [ 5926.149104] __cv_timedwait_common+0x140/0x180 [spl]
2023-09-10T14:29:59.492723-07:00 pve4-x3650-m3 kernel: [ 5926.154735] ? __pfx_autoremove_wake_function+0x10/0x10
2023-09-10T14:29:59.498606-07:00 pve4-x3650-m3 kernel: [ 5926.160609] __cv_timedwait_io+0x19/0x30 [spl]
2023-09-10T14:29:59.508403-07:00 pve4-x3650-m3 kernel: [ 5926.165702] zio_wait+0x13d/0x300 [zfs]
2023-09-10T14:29:59.513296-07:00 pve4-x3650-m3 kernel: [ 5926.170416] dsl_pool_sync+0xce/0x4e0 [zfs]
2023-09-10T14:29:59.518053-07:00 pve4-x3650-m3 kernel: [ 5926.175358] spa_sync+0x560/0x1010 [zfs]
2023-09-10T14:29:59.518944-07:00 pve4-x3650-m3 kernel: [ 5926.180117] ? spa_txg_history_init_io+0x120/0x130 [zfs]
2023-09-10T14:29:59.529539-07:00 pve4-x3650-m3 kernel: [ 5926.186322] txg_sync_thread+0x21a/0x3e0 [zfs]
2023-09-10T14:29:59.530341-07:00 pve4-x3650-m3 kernel: [ 5926.191554] ? __pfx_txg_sync_thread+0x10/0x10 [zfs]
2023-09-10T14:29:59.541558-07:00 pve4-x3650-m3 kernel: [ 5926.197325] ? __pfx_thread_generic_wrapper+0x10/0x10 [spl]
2023-09-10T14:29:59.541565-07:00 pve4-x3650-m3 kernel: [ 5926.203567] thread_generic_wrapper+0x5c/0x70 [spl]
2023-09-10T14:29:59.550892-07:00 pve4-x3650-m3 kernel: [ 5926.209114] kthread+0xe6/0x110
2023-09-10T14:29:59.550898-07:00 pve4-x3650-m3 kernel: [ 5926.212894] ? __pfx_kthread+0x10/0x10
2023-09-10T14:29:59.559422-07:00 pve4-x3650-m3 kernel: [ 5926.217286] ret_from_fork+0x29/0x50
2023-09-10T14:29:59.559430-07:00 pve4-x3650-m3 kernel: [ 5926.221488] </TASK>
root@pve4-x3650-m3:/var/log#
Any ideas from anyone?
Thanks in advance as always to anyone putting time on the concern at issue herein.
Stuart