summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Teigland <teigland@redhat.com>2016-04-27 14:49:27 -0500
committerDavid Teigland <teigland@redhat.com>2016-04-27 15:38:34 -0500
commit263c1a4db51184c718e85c1c3fdcef7908dd7c88 (patch)
tree0982453b2a0596fba4d8a92f845d6479c49e1ea6
parent3c53acb378478f23acf624be8836c0cb24c2724e (diff)
downloadlvm2-263c1a4db51184c718e85c1c3fdcef7908dd7c88.tar.gz
lvmetad: improve warning after lvmetad message fails
Make it more consistent with the other similar warning.
-rw-r--r--lib/cache/lvmetad.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/cache/lvmetad.c b/lib/cache/lvmetad.c
index 8a1a2c538..8b6369691 100644
--- a/lib/cache/lvmetad.c
+++ b/lib/cache/lvmetad.c
@@ -643,7 +643,7 @@ fail:
* commands will not use it until it's been properly repopulated.
*/
if (action_modifies)
- log_error("lvmetad update failed. Restart lvmetad immediately.");
+ log_warn("WARNING: To avoid corruption, restart lvmetad (or disable with use_lvmetad=0).");
return 0;
}