1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +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

@ -1,5 +1,6 @@
Version 2.02.99 -
===================================
Hardcode use_lvmetad=0 if cluster locking used and issue a warning msg.
Avoid reading mirrors with failed devices in its mirrored log.
Avoid reading from mirrors that have failed devices if they block I/O.
Change lvs heading Copy% to Cpy%Sync and print RAID4/5/6 sync% there too.

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);