term1: dd if=/dev/dm-12 of=/dev/null status=progress iflag=direct bs=128K
term2: iostat -xdm dm-12 1
Before iostat show 2x what dd shows.
With new kernel - the same results
term1: dd if=/dev/dm-12 of=/dev/null status=progress iflag=direct bs=128K
term2: iostat -xdm dm-12 1
Before iostat show 2x what dd shows.
With new kernel - the same results
BTW: That is why I prefere "wipefs -a <device>" instead of "dd" - when want to cleanup disk.
BTW: That is why I prefere "wipefs -a <device>" instead of "dd" - when want to cleanup disk.