> thanks ,-)
> tried that as well. the problem is, that it still completely locks
> I/O-access to the disk (only this lvm to be exact) from time to time
> while deleting. the only work around that seems to work is deleting each
> file separately in a loop and add very short sleep (eg. for i in $(find
> subdir/ -type f); do rm -f $i $$ sleep 0.02; done ).
> that now takes forever, but at least the DRBD-device doesn't block anymore.

Couldn't you improve your mileage by deleting in swaths of (say) a
hundred at a time?
_______________________________________________
drbd-user mailing list
[email protected]
http://lists.linbit.com/mailman/listinfo/drbd-user

Reply via email to