Current-Users archive

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

Re: Reproducible deadlock on fss+dd and login/exit



Hello!

On 7/27/26 1:24 AM, RVP wrote:
dd if=/dev/fss0 of=/dev/null bs=1024k


What happens if you use the raw device there (/dev/rfss0)?

-RVP

Raw device works fine - no panic and no deadlock.

Also tested dump with snapshot (56GB partition, 26GB used) from disk to other disk:

newfs -O 2 /dev/rld1a
mkdir /mnt/target
mount -o log /dev/ld1a /mnt/target
cd /mnt/target
dump -0uaX -f - / | restore rf -

So far no problems encountered - using CURRENT 20260724074047Z.

If I understand correctly, dump command reads raw device - so that's what matters for me - being able to dump snapshot without issues.

Regards
  --Henryk Paluch


Home | Main Index | Thread Index | Old Index