1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-10-08 19:33:19 +03:00

lvmetad: whats_new + more explanation for previous commit

This commit is contained in:
Peter Rajnoha
2012-10-25 14:47:45 +02:00
parent 2fdd0840d5
commit 10492b238d
2 changed files with 3 additions and 1 deletions

View File

@@ -416,7 +416,8 @@ static int _process_config(struct cmd_context *cmd)
if (find_config_tree_int(cmd, "global/locking_type", 1) != 3)
lvmetad_set_active(find_config_tree_int(cmd, "global/use_lvmetad", 0));
else {
log_warn("WARNING: use_lvmetad overriden to 0 due to locking_type 3");
log_warn("WARNING: configuration setting use_lvmetad overriden to 0 due to locking_type 3. "
"Clustered environment not supported by lvmetad yet.");
lvmetad_set_active(0);
}
lvmetad_init(cmd);