1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

dmeventd: mirror plugin update

Don't use  --config  - this requires reload of lvm.conf
This commit is contained in:
Zdenek Kabelac 2015-10-22 17:09:43 +02:00
parent 9c5c9e2355
commit 91350f5c6a

View File

@ -220,8 +220,7 @@ int register_device(const char *device,
}
if (!dmeventd_lvm2_command(state->mem, state->cmd_lvconvert, sizeof(state->cmd_lvconvert),
"lvconvert --config devices{ignore_suspended_devices=1} "
"--repair --use-policies", device)) {
"lvconvert --repair --use-policies", device)) {
dmeventd_lvm2_exit_with_pool(state);
goto_bad;
}