[Bug 286869] ctld randomly corrupted data
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 286869] ctld randomly corrupted data"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 29 May 2025 17:38:17 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=286869 --- Comment #3 from Martin Birgmeier <d8zNeCFG@aon.at> --- Rebooted the server under openSUSE Leap 15.6 (fully updated) and again ran the same commands on the client as before (only "1m" replaced by "1024k" and "hd" by "hexdump -C" to adapt to Linux conventions): [0]# diff =(dd if=/dev/da0 bs=1m count=64 | hd) =(ssh -n orion "dd if=/dev/zvol/orion.12/50/vdisks/914 bs=1024k count=64 | hexdump -C") | less diff =(dd if=/dev/da0 bs=1m count=64 | hd) 24.92s user 1.46s system 91% cpu 28.711 total less 0.01s user 0.00s system 0% cpu 34.771 total [0]# cmp -x <(dd if=/dev/da0 bs=1m count=1024) <(ssh -n orion "dd if=/dev/zvol/orion.12/50/vdisks/914 bs=1024k count=1024") | less [0]# In both cases, no differences at all. -- Martin -- You are receiving this mail because: You are the assignee for the bug.