All of lore.kernel.org
 help / color / mirror / Atom feed
* master - vgimport: fix the all VGs case
@ 2015-07-15 14:26 David Teigland
  0 siblings, 0 replies; only message in thread
From: David Teigland @ 2015-07-15 14:26 UTC (permalink / raw)
  To: lvm-devel

Gitweb:        http://git.fedorahosted.org/git/?p=lvm2.git;a=commitdiff;h=e15db1592642d5eb0a2a76b35882502c541302c7
Commit:        e15db1592642d5eb0a2a76b35882502c541302c7
Parent:        2972604f0c189217e9f46280798bd01243d37f83
Author:        David Teigland <teigland@redhat.com>
AuthorDate:    Wed Jul 15 09:26:10 2015 -0500
Committer:     David Teigland <teigland@redhat.com>
CommitterDate: Wed Jul 15 09:26:10 2015 -0500

vgimport: fix the all VGs case

The ALL_VGS_IS_DEFAULT flag was wrongly removed;
it is needed for vgimport -a to work.
---
 tools/commands.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tools/commands.h b/tools/commands.h
index bab7bc9..7f4b4e2 100644
--- a/tools/commands.h
+++ b/tools/commands.h
@@ -1229,7 +1229,7 @@ xx(vgextend,
 
 xx(vgimport,
    "Register exported volume group with system",
-   0,
+   ALL_VGS_IS_DEFAULT,
    "vgimport\n"
    "\t[-a|--all]\n"
    "\t[--commandprofile ProfileName]\n"



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-07-15 14:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-15 14:26 master - vgimport: fix the all VGs case David Teigland

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.