summaryrefslogtreecommitdiff
path: root/tools/pvmove.c
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2018-03-27 21:08:20 +0200
committerZdenek Kabelac <zkabelac@redhat.com>2018-04-20 12:17:01 +0200
commitd437bd86ffcb8dc589ddf941ec7c12d493c89b33 (patch)
tree6ad14216ea8eb9808bc22635860c232c7068221a /tools/pvmove.c
parent7323557379d9dc40e68203a467e8ec541e512789 (diff)
downloadlvm2-d437bd86ffcb8dc589ddf941ec7c12d493c89b33.tar.gz
cleanup: display_lvname update message
Add more display_lvname usage. Update some error messages. Indent.
Diffstat (limited to 'tools/pvmove.c')
-rw-r--r--tools/pvmove.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/pvmove.c b/tools/pvmove.c
index 9ad17f637..754bd5857 100644
--- a/tools/pvmove.c
+++ b/tools/pvmove.c
@@ -465,7 +465,7 @@ static struct logical_volume *_set_up_pvmove_lv(struct cmd_context *cmd,
/* With exclusive pvmove skip LV when:
* - is active remotely
* - is not active locally and cannot be activated exclusively locally
- *
+ *
* Note: lvm2 can proceed with exclusive pvmove for 'just' locally active LVs
* in the case it's NOT active anywhere else, since LOCKED LVs cannot be
* later activated by user.