1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-08-25 13:49:28 +03:00

Disable activation/monitoring in testing lvm.conf by default.

This commit is contained in:
Petr Rockai
2011-01-07 13:04:17 +00:00
parent 55be86d4c7
commit a1da766a21

View File

@ -52,7 +52,9 @@ prepare_dmeventd() {
exit 1
}
dmeventd -f &
lvmconf "activation/monitoring = 1"
dmeventd -f "$@" &
echo "$!" > LOCAL_DMEVENTD
}
@ -335,6 +337,7 @@ activation/udev_rules = 1
activation/polling_interval = 0
activation/snapshot_autoextend_percent = 50
activation/snapshot_autoextend_threshold = 50
activation/monitoring = 0
EOF
}