This patch series will optimize the wiping process by disable the drbd sync during wipe and reenable it again afterwards. This way we are about 40-100% faster.
René Nussbaumer (4): Make it possible to pause/resume sync of mirrored dev Add backend method for pause/resume sync of devices Add RPC calls for pause/resume sync of devices Pause/Resume sync accordingly before wiping disk lib/backend.py | 20 ++++++++++++++++++++ lib/bdev.py | 38 ++++++++++++++++++++++++++++++++++++++ lib/cmdlib.py | 34 ++++++++++++++++++++++------------ lib/rpc.py | 10 ++++++++++ lib/server/noded.py | 9 +++++++++ 5 files changed, 99 insertions(+), 12 deletions(-) -- 1.7.3.1
