[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Dolphin problems with NFS file transfer cancellation



Hi all,

I experience Dolphin problems when moving files from local folder to NFS
share.

How to reproduce:
Mount NFS share in some folder.
Select big files from your local computer and start moving them to NFS
share.
Transfer starts (LAN + Gigabit Ethernet, basically two computers next to
each other)
ALL Dolphin windows become unresponsive at this point. Very very slow
reaction. Basically I can't do nothing, window responds after 30 seconds
or a minute. But transfer progresses nicely in the background.
At some point 10 minutes later I cancel the transfer, because I need to
go away and sleep the computer.
I click Cancel in Dolpin Moving Files notification window
Notification dissapears, but I see that network transfers still going in
bpytop.
5 minutes later, network transfers are still going.
I try to sleep computer. Nothing happens, sleep is prevented.
I look info dmesg. kernel critical error - INFO: task dolphin:1775617
blocked for more than 120 seconds. and Call Trace (log file attached)
Somehow I figure that umount -f /home/user/myNFSshare will help. I issue
the command.
Computer immediately goes to sleep as intended.
Upon waking up next day, everything is as usual, all normal.

This problem only happens when I want to cancel transfer. Dolphin don't
know how to CANCEL the tranfer. If I don't cancel and let it run,
everything is fine.

Is this KDE issue or Linux kernel issue? Where to report a bug?
I use clean Debian Testing, untainted kernel. No weird stuff, almost
everything from Debian repos.

$ inxi -F
System:
  Host: ryzen Kernel: 5.15.0-3-amd64 x86_64 bits: 64
    Desktop: KDE Plasma 5.23.5 Distro: Debian GNU/Linux bookworm/sid

dmesg says:
[399243.523138] nfs: server 192.168.1.zz not responding, still trying

Why is Linux still trying to keep connection to NFS open, preventing
sleep? Why is dolphin hanging hard in this situation, throwing critical
timeout errors in dmesg? How to fix it?

This is my fstab line (some fields replaced with x y z)
192.168.1.zz:/home/xxx/Share                       /home/yyy/Share
   nfs4    noatime,user,noauto,x-systemd.mount-timeout-30,_netdev 0 2

Any help appreciated!

--
With kindest regards, Piotr.

⢀⣴⠾⠻⢶⣦⠀
⣾⠁⢠⠒⠀⣿⡁ Debian - The universal operating system
⢿⡄⠘⠷⠚⠋⠀ https://www.debian.org/
⠈⠳⣄⠀⠀⠀⠀
[399064.214375] Lockdown: systemd-logind: hibernation is restricted; see man kernel_lockdown.7
[399064.215781] Lockdown: systemd-logind: hibernation is restricted; see man kernel_lockdown.7
[399064.349670] r8169 0000:06:00.0 ethernet: Link is Down
[399064.641462] PM: suspend entry (deep)
[399065.451014] Lockdown: systemd-logind: hibernation is restricted; see man kernel_lockdown.7
[399065.452222] Lockdown: systemd-logind: hibernation is restricted; see man kernel_lockdown.7
[399065.452337] Lockdown: systemd-logind: hibernation is restricted; see man kernel_lockdown.7
[399235.335288] INFO: task dolphin:1775617 blocked for more than 120 seconds.
[399235.335293]       Not tainted 5.15.0-3-amd64 #1 Debian 5.15.15-2
[399235.335295] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[399235.335296] task:dolphin         state:D stack:    0 pid:1775617 ppid:  3567 flags:0x00004000
[399235.335299] Call Trace:
[399235.335300]  <TASK>
[399235.335302]  __schedule+0x2f3/0x940
[399235.335307]  schedule+0x44/0xa0
[399235.335308]  io_schedule+0x42/0x70
[399235.335309]  wait_on_page_bit_common+0x100/0x390
[399235.335312]  ? dio_warn_stale_pagecache.part.0+0x50/0x50
[399235.335314]  wait_on_page_writeback+0x22/0x70
[399235.335315]  __filemap_fdatawait_range+0x81/0xf0
[399235.335317]  ? mls_compute_context_len+0x1f/0x200
[399235.335319]  filemap_write_and_wait_range+0x85/0xf0
[399235.335323]  nfs_getattr+0x3d3/0x3f0 [nfs]
[399235.335336]  vfs_statx+0xa0/0x130
[399235.335338]  do_statx+0x40/0x80
[399235.335340]  __x64_sys_statx+0x1b/0x20
[399235.335342]  do_syscall_64+0x3b/0xc0
[399235.335343]  entry_SYSCALL_64_after_hwframe+0x44/0xae
[399235.335346] RIP: 0033:0x7fd2f7b0850a
[399235.335347] RSP: 002b:00007ffe6d6977e8 EFLAGS: 00000202 ORIG_RAX: 000000000000014c
[399235.335349] RAX: ffffffffffffffda RBX: 0000556fbea8edd0 RCX: 00007fd2f7b0850a
[399235.335350] RDX: 0000000000000000 RSI: 0000556fbf2e7e68 RDI: 00000000ffffff9c
[399235.335351] RBP: 0000000000000000 R08: 00007ffe6d697840 R09: 0000000000000000
[399235.335351] R10: 0000000000000fff R11: 0000000000000202 R12: 0000556fbea8edb8
[399235.335352] R13: 0000000072a67077 R14: 00007ffe6d697820 R15: 00007ffe6d697818
[399235.335354]  </TASK>
[399235.335391] INFO: task dolphin:1877801 blocked for more than 120 seconds.
[399235.335392]       Not tainted 5.15.0-3-amd64 #1 Debian 5.15.15-2
[399235.335393] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[399235.335394] task:dolphin         state:D stack:    0 pid:1877801 ppid:  3567 flags:0x00004000
[399235.335395] Call Trace:
[399235.335396]  <TASK>
[399235.335397]  __schedule+0x2f3/0x940
[399235.335398]  schedule+0x44/0xa0
[399235.335399]  io_schedule+0x42/0x70
[399235.335400]  wait_on_page_bit_common+0x100/0x390
[399235.335402]  ? dio_warn_stale_pagecache.part.0+0x50/0x50
[399235.335403]  wait_on_page_writeback+0x22/0x70
[399235.335404]  __filemap_fdatawait_range+0x81/0xf0
[399235.335406]  ? mls_compute_context_len+0x1f/0x200
[399235.335407]  filemap_write_and_wait_range+0x85/0xf0
[399235.335409]  nfs_getattr+0x3d3/0x3f0 [nfs]
[399235.335418]  vfs_statx+0xa0/0x130
[399235.335419]  do_statx+0x40/0x80
[399235.335421]  __x64_sys_statx+0x1b/0x20
[399235.335422]  do_syscall_64+0x3b/0xc0
[399235.335423]  entry_SYSCALL_64_after_hwframe+0x44/0xae
[399235.335425] RIP: 0033:0x7efd37d88d9a
[399235.335426] RSP: 002b:00007ffe70a0f728 EFLAGS: 00000202 ORIG_RAX: 000000000000014c
[399235.335427] RAX: ffffffffffffffda RBX: 000056071096efc0 RCX: 00007efd37d88d9a
[399235.335427] RDX: 0000000000000000 RSI: 000056071096eea8 RDI: 00000000ffffff9c
[399235.335428] RBP: 0000000000000000 R08: 00007ffe70a0f780 R09: 0000000000000000
[399235.335429] R10: 0000000000000fff R11: 0000000000000202 R12: 000056071096efa8
[399235.335429] R13: 0000000072a67077 R14: 00007ffe70a0f760 R15: 00007ffe70a0f758
[399235.335430]  </TASK>
[399235.335436] INFO: task kioslave5:1898351 blocked for more than 120 seconds.
[399235.335437]       Not tainted 5.15.0-3-amd64 #1 Debian 5.15.15-2
[399235.335438] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[399235.335438] task:kioslave5       state:D stack:    0 pid:1898351 ppid:     1 flags:0x00004004
[399235.335440] Call Trace:
[399235.335440]  <TASK>
[399235.335441]  __schedule+0x2f3/0x940
[399235.335442]  schedule+0x44/0xa0
[399235.335443]  io_schedule+0x42/0x70
[399235.335444]  wait_on_page_bit_common+0x100/0x390
[399235.335446]  ? dio_warn_stale_pagecache.part.0+0x50/0x50
[399235.335447]  wait_on_page_writeback+0x22/0x70
[399235.335448]  __filemap_fdatawait_range+0x81/0xf0
[399235.335450]  filemap_write_and_wait_range+0x85/0xf0
[399235.335452]  nfs_wb_all+0x22/0xf0 [nfs]
[399235.335463]  nfs4_file_flush+0x6b/0xa0 [nfsv4]
[399235.335481]  filp_close+0x32/0x70
[399235.335483]  __x64_sys_close+0xd/0x40
[399235.335484]  do_syscall_64+0x3b/0xc0
[399235.335485]  entry_SYSCALL_64_after_hwframe+0x44/0xae
[399235.335486] RIP: 0033:0x7f560a494cc3
[399235.335487] RSP: 002b:00007fffe392c768 EFLAGS: 00000246 ORIG_RAX: 0000000000000003
[399235.335488] RAX: ffffffffffffffda RBX: 000055e2270df310 RCX: 00007f560a494cc3
[399235.335489] RDX: 00007f560ab20ae0 RSI: 0000000000000000 RDI: 0000000000000006
[399235.335489] RBP: 000055e2270dc8b0 R08: 0000000000000000 R09: 00007f560ac03e40
[399235.335490] R10: 00007f560a537fc0 R11: 0000000000000246 R12: 0000000000000001
[399235.335490] R13: 0000000000000006 R14: 00007fffe392c870 R15: 00007fffe39acbe0
[399235.335491]  </TASK>
[399235.335492] INFO: task kioslave5:1898405 blocked for more than 120 seconds.
[399235.335493]       Not tainted 5.15.0-3-amd64 #1 Debian 5.15.15-2
[399235.335494] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[399235.335494] task:kioslave5       state:D stack:    0 pid:1898405 ppid:     1 flags:0x00004000
[399235.335495] Call Trace:
[399235.335496]  <TASK>
[399235.335496]  __schedule+0x2f3/0x940
[399235.335498]  schedule+0x44/0xa0
[399235.335498]  io_schedule+0x42/0x70
[399235.335499]  wait_on_page_bit_common+0x100/0x390
[399235.335501]  ? dio_warn_stale_pagecache.part.0+0x50/0x50
[399235.335502]  wait_on_page_writeback+0x22/0x70
[399235.335503]  __filemap_fdatawait_range+0x81/0xf0
[399235.335504]  ? mls_compute_context_len+0x1f/0x200
[399235.335506]  filemap_write_and_wait_range+0x85/0xf0
[399235.335508]  nfs_getattr+0x3d3/0x3f0 [nfs]
[399235.335517]  vfs_statx+0xa0/0x130
[399235.335519]  do_statx+0x40/0x80
[399235.335521]  __x64_sys_statx+0x1b/0x20
[399235.335522]  do_syscall_64+0x3b/0xc0
[399235.335523]  entry_SYSCALL_64_after_hwframe+0x44/0xae
[399235.335524] RIP: 0033:0x7f5412ef7d9a
[399235.335525] RSP: 002b:00007ffe56396498 EFLAGS: 00000246 ORIG_RAX: 000000000000014c
[399235.335526] RAX: ffffffffffffffda RBX: 000000000000001f RCX: 00007f5412ef7d9a
[399235.335526] RDX: 0000000000000100 RSI: 0000559ffe5933b8 RDI: 00000000ffffff9c
[399235.335527] RBP: 00007ffe563966b0 R08: 00007ffe56396510 R09: 0000559ffe5847a0
[399235.335527] R10: 0000000000000a79 R11: 0000000000000246 R12: 0000000000000000
[399235.335528] R13: 00007ffe563966d8 R14: 0000000000000002 R15: 00007ffe56396510
[399235.335529]  </TASK>
[399235.335529] INFO: task kioslave5:1898471 blocked for more than 120 seconds.
[399235.335530]       Not tainted 5.15.0-3-amd64 #1 Debian 5.15.15-2
[399235.335531] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[399235.335531] task:kioslave5       state:D stack:    0 pid:1898471 ppid:     1 flags:0x00004000
[399235.335532] Call Trace:
[399235.335533]  <TASK>
[399235.335533]  __schedule+0x2f3/0x940
[399235.335534]  schedule+0x44/0xa0
[399235.335535]  io_schedule+0x42/0x70
[399235.335536]  wait_on_page_bit_common+0x100/0x390
[399235.335538]  ? dio_warn_stale_pagecache.part.0+0x50/0x50
[399235.335539]  wait_on_page_writeback+0x22/0x70
[399235.335540]  __filemap_fdatawait_range+0x81/0xf0
[399235.335541]  ? mls_compute_context_len+0x1f/0x200
[399235.335542]  filemap_write_and_wait_range+0x85/0xf0
[399235.335544]  nfs_getattr+0x3d3/0x3f0 [nfs]
[399235.335552]  vfs_statx+0xa0/0x130
[399235.335554]  do_statx+0x40/0x80
[399235.335556]  __x64_sys_statx+0x1b/0x20
[399235.335557]  do_syscall_64+0x3b/0xc0
[399235.335558]  entry_SYSCALL_64_after_hwframe+0x44/0xae
[399235.335559] RIP: 0033:0x7f35f9367d9a
[399235.335560] RSP: 002b:00007ffef14b7d48 EFLAGS: 00000246 ORIG_RAX: 000000000000014c
[399235.335560] RAX: ffffffffffffffda RBX: 000000000000001f RCX: 00007f35f9367d9a
[399235.335561] RDX: 0000000000000100 RSI: 000055bb56cf8758 RDI: 00000000ffffff9c
[399235.335562] RBP: 00007ffef14b7f60 R08: 00007ffef14b7dc0 R09: 000055bb56d17910
[399235.335562] R10: 0000000000000a79 R11: 0000000000000246 R12: 0000000000000000
[399235.335563] R13: 00007ffef14b7f88 R14: 0000000000000002 R15: 00007ffef14b7dc0
[399235.335564]  </TASK>
[399235.335572] INFO: task systemd-sleep:1899251 blocked for more than 120 seconds.
[399235.335573]       Not tainted 5.15.0-3-amd64 #1 Debian 5.15.15-2
[399235.335573] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[399235.335574] task:systemd-sleep   state:D stack:    0 pid:1899251 ppid:     1 flags:0x00004000
[399235.335575] Call Trace:
[399235.335575]  <TASK>
[399235.335576]  __schedule+0x2f3/0x940
[399235.335577]  schedule+0x44/0xa0
[399235.335578]  io_schedule+0x42/0x70
[399235.335579]  wait_on_page_bit_common+0x100/0x390
[399235.335580]  ? dio_warn_stale_pagecache.part.0+0x50/0x50
[399235.335582]  wait_on_page_writeback+0x22/0x70
[399235.335582]  __filemap_fdatawait_range+0x81/0xf0
[399235.335584]  ? set_user_nice.part.0+0x12f/0x240
[399235.335586]  filemap_fdatawait_keep_errors+0x1a/0x50
[399235.335588]  sync_inodes_sb+0x225/0x2c0
[399235.335590]  ? __x64_sys_tee+0xd0/0xd0
[399235.335592]  iterate_supers+0x8e/0x100
[399235.335593]  ksys_sync+0x40/0xb0
[399235.335595]  ksys_sync_helper+0x13/0x80
[399235.335597]  pm_suspend.cold+0x235/0x374
[399235.335600]  state_store+0x71/0xd0
[399235.335601]  kernfs_fop_write_iter+0x11c/0x1b0
[399235.335604]  new_sync_write+0x11f/0x1b0
[399235.335606]  vfs_write+0x1ce/0x260
[399235.335607]  ksys_write+0x5f/0xe0
[399235.335608]  do_syscall_64+0x3b/0xc0
[399235.335609]  entry_SYSCALL_64_after_hwframe+0x44/0xae
[399235.335610] RIP: 0033:0x7f03c6d17603
[399235.335611] RSP: 002b:00007ffe723ac178 EFLAGS: 00000246 ORIG_RAX: 0000000000000001
[399235.335611] RAX: ffffffffffffffda RBX: 0000000000000004 RCX: 00007f03c6d17603
[399235.335612] RDX: 0000000000000004 RSI: 00007ffe723ac260 RDI: 0000000000000004
[399235.335613] RBP: 00007ffe723ac260 R08: 0000000000000007 R09: 000055e7673681a0
[399235.335613] R10: 00007f03c6dbafc0 R11: 0000000000000246 R12: 0000000000000004
[399235.335614] R13: 000055e7673642d0 R14: 0000000000000004 R15: 00007f03c6df88a0
[399235.335615]  </TASK>
[399243.523138] nfs: server 192.168.1.44 not responding, still trying
[399243.523157] nfs: server 192.168.1.44 not responding, still trying
[399243.523167] nfs: server 192.168.1.44 not responding, still trying
[399243.523172] nfs: server 192.168.1.44 not responding, still trying
[399243.523178] nfs: server 192.168.1.44 not responding, still trying
[399243.523194] nfs: server 192.168.1.44 not responding, still trying
[399243.523201] nfs: server 192.168.1.44 not responding, still trying
[399243.523205] nfs: server 192.168.1.44 not responding, still trying
[399243.523214] nfs: server 192.168.1.44 not responding, still trying
[399243.523219] nfs: server 192.168.1.44 not responding, still trying
[399356.168720] INFO: task dolphin:1775617 blocked for more than 241 seconds.
[399356.168725]       Not tainted 5.15.0-3-amd64 #1 Debian 5.15.15-2
[399356.168727] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[399356.168727] task:dolphin         state:D stack:    0 pid:1775617 ppid:  3567 flags:0x00004004
[399356.168730] Call Trace:
[399356.168732]  <TASK>
[399356.168734]  __schedule+0x2f3/0x940
[399356.168738]  schedule+0x44/0xa0
[399356.168740]  io_schedule+0x42/0x70
[399356.168741]  wait_on_page_bit_common+0x100/0x390
[399356.168744]  ? dio_warn_stale_pagecache.part.0+0x50/0x50
[399356.168745]  wait_on_page_writeback+0x22/0x70
[399356.168746]  __filemap_fdatawait_range+0x81/0xf0
[399356.168748]  ? mls_compute_context_len+0x1f/0x200
[399356.168750]  filemap_write_and_wait_range+0x85/0xf0
[399356.168754]  nfs_getattr+0x3d3/0x3f0 [nfs]
[399356.168765]  vfs_statx+0xa0/0x130
[399356.168768]  do_statx+0x40/0x80
[399356.168770]  __x64_sys_statx+0x1b/0x20
[399356.168771]  do_syscall_64+0x3b/0xc0
[399356.168773]  entry_SYSCALL_64_after_hwframe+0x44/0xae
[399356.168775] RIP: 0033:0x7fd2f7b0850a
[399356.168776] RSP: 002b:00007ffe6d6977e8 EFLAGS: 00000202 ORIG_RAX: 000000000000014c
[399356.168778] RAX: ffffffffffffffda RBX: 0000556fbea8edd0 RCX: 00007fd2f7b0850a
[399356.168779] RDX: 0000000000000000 RSI: 0000556fbf2e7e68 RDI: 00000000ffffff9c
[399356.168780] RBP: 0000000000000000 R08: 00007ffe6d697840 R09: 0000000000000000
[399356.168780] R10: 0000000000000fff R11: 0000000000000202 R12: 0000556fbea8edb8
[399356.168781] R13: 0000000072a67077 R14: 00007ffe6d697820 R15: 00007ffe6d697818
[399356.168783]  </TASK>
[399356.168823] INFO: task dolphin:1877801 blocked for more than 241 seconds.
[399356.168825]       Not tainted 5.15.0-3-amd64 #1 Debian 5.15.15-2
[399356.168826] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[399356.168827] task:dolphin         state:D stack:    0 pid:1877801 ppid:  3567 flags:0x00004004
[399356.168829] Call Trace:
[399356.168830]  <TASK>
[399356.168831]  __schedule+0x2f3/0x940
[399356.168833]  schedule+0x44/0xa0
[399356.168834]  io_schedule+0x42/0x70
[399356.168835]  wait_on_page_bit_common+0x100/0x390
[399356.168838]  ? dio_warn_stale_pagecache.part.0+0x50/0x50
[399356.168840]  wait_on_page_writeback+0x22/0x70
[399356.168841]  __filemap_fdatawait_range+0x81/0xf0
[399356.168842]  ? mls_compute_context_len+0x1f/0x200
[399356.168844]  filemap_write_and_wait_range+0x85/0xf0
[399356.168846]  nfs_getattr+0x3d3/0x3f0 [nfs]
[399356.168858]  vfs_statx+0xa0/0x130
[399356.168860]  do_statx+0x40/0x80
[399356.168862]  __x64_sys_statx+0x1b/0x20
[399356.168863]  do_syscall_64+0x3b/0xc0
[399356.168864]  entry_SYSCALL_64_after_hwframe+0x44/0xae
[399356.168866] RIP: 0033:0x7efd37d88d9a
[399356.168867] RSP: 002b:00007ffe70a0f728 EFLAGS: 00000202 ORIG_RAX: 000000000000014c
[399356.168868] RAX: ffffffffffffffda RBX: 000056071096efc0 RCX: 00007efd37d88d9a
[399356.168868] RDX: 0000000000000000 RSI: 000056071096eea8 RDI: 00000000ffffff9c
[399356.168869] RBP: 0000000000000000 R08: 00007ffe70a0f780 R09: 0000000000000000
[399356.168869] R10: 0000000000000fff R11: 0000000000000202 R12: 000056071096efa8
[399356.168870] R13: 0000000072a67077 R14: 00007ffe70a0f760 R15: 00007ffe70a0f758
[399356.168871]  </TASK>
[399356.168875] INFO: task kioslave5:1898351 blocked for more than 241 seconds.
[399356.168876]       Not tainted 5.15.0-3-amd64 #1 Debian 5.15.15-2
[399356.168876] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[399356.168877] task:kioslave5       state:D stack:    0 pid:1898351 ppid:     1 flags:0x00004004
[399356.168878] Call Trace:
[399356.168879]  <TASK>
[399356.168880]  __schedule+0x2f3/0x940
[399356.168881]  schedule+0x44/0xa0
[399356.168882]  io_schedule+0x42/0x70
[399356.168882]  wait_on_page_bit_common+0x100/0x390
[399356.168884]  ? dio_warn_stale_pagecache.part.0+0x50/0x50
[399356.168885]  wait_on_page_writeback+0x22/0x70
[399356.168886]  __filemap_fdatawait_range+0x81/0xf0
[399356.168888]  filemap_write_and_wait_range+0x85/0xf0
[399356.168889]  nfs_wb_all+0x22/0xf0 [nfs]
[399356.168900]  nfs4_file_flush+0x6b/0xa0 [nfsv4]
[399356.168916]  filp_close+0x32/0x70
[399356.168918]  __x64_sys_close+0xd/0x40
[399356.168920]  do_syscall_64+0x3b/0xc0
[399356.168920]  entry_SYSCALL_64_after_hwframe+0x44/0xae
[399356.168922] RIP: 0033:0x7f560a494cc3
[399356.168922] RSP: 002b:00007fffe392c768 EFLAGS: 00000246 ORIG_RAX: 0000000000000003
[399356.168923] RAX: ffffffffffffffda RBX: 000055e2270df310 RCX: 00007f560a494cc3
[399356.168924] RDX: 00007f560ab20ae0 RSI: 0000000000000000 RDI: 0000000000000006
[399356.168924] RBP: 000055e2270dc8b0 R08: 0000000000000000 R09: 00007f560ac03e40
[399356.168925] R10: 00007f560a537fc0 R11: 0000000000000246 R12: 0000000000000001
[399356.168925] R13: 0000000000000006 R14: 00007fffe392c870 R15: 00007fffe39acbe0
[399356.168926]  </TASK>
[399356.168927] INFO: task kioslave5:1898405 blocked for more than 241 seconds.
[399356.168928]       Not tainted 5.15.0-3-amd64 #1 Debian 5.15.15-2
[399356.168928] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[399356.168929] task:kioslave5       state:D stack:    0 pid:1898405 ppid:     1 flags:0x00004000
[399356.168930] Call Trace:
[399356.168930]  <TASK>
[399356.168931]  __schedule+0x2f3/0x940
[399356.168932]  schedule+0x44/0xa0
[399356.168933]  io_schedule+0x42/0x70
[399356.168934]  wait_on_page_bit_common+0x100/0x390
[399356.168935]  ? dio_warn_stale_pagecache.part.0+0x50/0x50
[399356.168936]  wait_on_page_writeback+0x22/0x70
[399356.168937]  __filemap_fdatawait_range+0x81/0xf0
[399356.168938]  ? mls_compute_context_len+0x1f/0x200
[399356.168940]  filemap_write_and_wait_range+0x85/0xf0
[399356.168941]  nfs_getattr+0x3d3/0x3f0 [nfs]
[399356.168950]  vfs_statx+0xa0/0x130
[399356.168952]  do_statx+0x40/0x80
[399356.168953]  __x64_sys_statx+0x1b/0x20
[399356.168954]  do_syscall_64+0x3b/0xc0
[399356.168955]  entry_SYSCALL_64_after_hwframe+0x44/0xae
[399356.168957] RIP: 0033:0x7f5412ef7d9a
[399356.168957] RSP: 002b:00007ffe56396498 EFLAGS: 00000246 ORIG_RAX: 000000000000014c
[399356.168958] RAX: ffffffffffffffda RBX: 000000000000001f RCX: 00007f5412ef7d9a
[399356.168959] RDX: 0000000000000100 RSI: 0000559ffe5933b8 RDI: 00000000ffffff9c
[399356.168959] RBP: 00007ffe563966b0 R08: 00007ffe56396510 R09: 0000559ffe5847a0
[399356.168960] R10: 0000000000000a79 R11: 0000000000000246 R12: 0000000000000000
[399356.168960] R13: 00007ffe563966d8 R14: 0000000000000002 R15: 00007ffe56396510
[399356.168961]  </TASK>
[399392.819680] rpc_check_timeout: 20 callbacks suppressed
[399392.819683] nfs: server 192.168.1.44 not responding, still trying
[399392.819706] nfs: server 192.168.1.44 not responding, still trying
[399392.820085] nfs: server 192.168.1.44 not responding, timed out
[399392.987380] Filesystems sync: 328.342 seconds
[399392.987528] Freezing user space processes ... (elapsed 0.002 seconds) done.
[399392.989698] OOM killer disabled.
[399392.989698] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
[399392.990899] printk: Suspending console(s) (use no_console_suspend to debug)
[399393.030868] sd 3:0:0:0: [sdc] Synchronizing SCSI cache
[399393.030897] sd 0:0:0:0: [sda] Synchronizing SCSI cache
[399393.030897] sd 5:0:0:0: [sde] Synchronizing SCSI cache
[399393.030899] sd 1:0:0:0: [sdb] Synchronizing SCSI cache
[399393.030900] sd 4:0:0:0: [sdd] Synchronizing SCSI cache
[399393.031056] sd 3:0:0:0: [sdc] Stopping disk
[399393.031179] sd 0:0:0:0: [sda] Stopping disk
[399393.031179] sd 1:0:0:0: [sdb] Stopping disk
[399393.031188] sd 4:0:0:0: [sdd] Stopping disk
[399393.119036] sd 5:0:0:0: [sde] Stopping disk
[399393.811342] [drm] free PSP TMR buffer
[399393.863651] amdgpu 0000:09:00.0: amdgpu: MODE1 reset
[399393.863654] amdgpu 0000:09:00.0: amdgpu: GPU mode1 reset
[399393.863718] amdgpu 0000:09:00.0: amdgpu: GPU smu mode1 reset
[399394.593277] ACPI: PM: Preparing to enter system sleep state S3
[399395.125374] ACPI: PM: Saving platform NVS memory
[399395.125445] Disabling non-boot CPUs ...
[399395.127228] smpboot: CPU 1 is now offline

Reply to: