mirror of
git://sourceware.org/git/lvm2.git
synced 2025-03-10 16:58:47 +03:00
activation: change log_error to log_warn if refresh before autoactivation fails
This commit is contained in:
parent
d6e67b8503
commit
120df55610
@ -148,7 +148,7 @@ static int _auto_activation_handler(struct cmd_context *cmd,
|
||||
}
|
||||
|
||||
if (!refresh_done)
|
||||
log_error("%s: refresh before autoactivation failed.", vg->name);
|
||||
log_warn("%s: refresh before autoactivation failed.", vg->name);
|
||||
|
||||
if (!vgchange_activate(vg->cmd, vg, activate)) {
|
||||
log_error("%s: autoactivation failed.", vg->name);
|
||||
|
Loading…
x
Reference in New Issue
Block a user