1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-03-10 16:58:47 +03:00

Always print warning if activation is disabled.

This commit is contained in:
Alasdair Kergon 2005-12-22 16:13:38 +00:00
parent c9dcba6b16
commit bfe2b5480e
2 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,6 @@
Version 2.02.02 -
====================================
Always print warning if activation is disabled.
Add --mirrorsonly to vgreduce.
vgreduce replaces active LVs with error segment before removing them.
Set block_on_error parameter if available.

View File

@ -176,7 +176,7 @@ void set_activation(int act)
log_verbose("Activation enabled. Device-mapper kernel "
"driver will be used.");
else
log_verbose("Activation disabled. No device-mapper "
log_print("WARNING: Activation disabled. No device-mapper "
"interaction will be attempted.");
}