mirror of
git://sourceware.org/git/lvm2.git
synced 2025-07-30 23:41:55 +03:00
o Add autobackup support to tools (follows most vg_write calls).
o Skip autobackup when in test mode. o Set test mode from config file. o Create system/backup dirs if not present (unless LVM_SYSTEM_DIR holds "").
This commit is contained in:
@ -39,6 +39,8 @@ void init_verbose(int level) {
|
||||
|
||||
void init_test(int level) {
|
||||
_test = level;
|
||||
if (_test)
|
||||
log_print("Test mode. Metadata will NOT be updated.");
|
||||
}
|
||||
|
||||
int test_mode() {
|
||||
|
Reference in New Issue
Block a user