summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Teigland <teigland@redhat.com>2014-04-16 15:13:16 -0500
committerDavid Teigland <teigland@redhat.com>2014-04-22 13:39:49 -0500
commit2e12941c55184320169b239d09b4fa91fc97bb28 (patch)
tree627ae04703b4db3dd8e2d63802e4f331d75ad4f0
parentcff7b1dc523f2ef3a9c0728d05b583e517c87110 (diff)
downloadlvm2-2e12941c55184320169b239d09b4fa91fc97bb28.tar.gz
pvmove: improve comment about searching all vgs
-rw-r--r--tools/commands.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/commands.h b/tools/commands.h
index 05b09f7b3..d84224bda 100644
--- a/tools/commands.h
+++ b/tools/commands.h
@@ -720,8 +720,9 @@ xx(pvdisplay,
unbuffered_ARG, units_ARG)
/*
- * pvmove needs ALL_VGS_IS_DEFAULT because it calls polldaemon which
- * calls process_each_vg to find work.
+ * When pvmove is called with no PV arguments, the polldaemon uses
+ * process_each_vg to search all VGs for pvmoves still in progress.
+ * This search of all vgs requires ALL_VGS_IS_DEFAULT.
*/
xx(pvmove,