Le 13 avr. 2014 à 00:13, Ben RUBSON <[email protected]> a écrit :
> I'm wondering about "WRITE SAME" which has been introduced in 3.10.
> Quite the same issue here :
> http://www.redhat.com/archives/dm-devel/2013-September/msg00093.html
> I'll try to disable it.
> However, any known workaround, patch… ?

OK, after further tests, "WRITE SAME" (which fails) seems to be the root cause.
Here is a workaround, to launch at boot time :
find /sys/devices/ -name max_write_same_blocks -exec sh -c 'echo 0 > {}’ \;

So, kernel should be improved to detect "WRITE SAME" compliance more friendly.
Or DRBD should include a patch to ignore such errors.
But sounds like that work should be done at kernel side.

Ben
_______________________________________________
drbd-user mailing list
[email protected]
http://lists.linbit.com/mailman/listinfo/drbd-user

Reply via email to