]> sourceware.org Git - lvm2.git/commit
vgextend: pass single vgname as process_each_vg arg
authorDavid Teigland <teigland@redhat.com>
Mon, 30 Nov 2015 23:00:26 +0000 (17:00 -0600)
committerDavid Teigland <teigland@redhat.com>
Tue, 1 Dec 2015 15:36:45 +0000 (09:36 -0600)
commitea74215fa1f76cc965efd4f4656ad74321827161
treee78cfb9328ea3ccb69fe279505a6cd7b80b625ac
parent3bcdf5d14b930ba71c4dc5b03fcde0b19a5c8515
vgextend: pass single vgname as process_each_vg arg

Pass the single vgname as a new process_each_vg arg
instead of setting a cmd flag to tell process_each_vg
to take only the first vgname arg from argv.

Other commands with different argv formats will be
able to use it this way.
16 files changed:
tools/commands.h
tools/polldaemon.c
tools/reporter.c
tools/toollib.c
tools/toollib.h
tools/tools.h
tools/vgcfgbackup.c
tools/vgchange.c
tools/vgck.c
tools/vgconvert.c
tools/vgdisplay.c
tools/vgexport.c
tools/vgextend.c
tools/vgimport.c
tools/vgremove.c
tools/vgscan.c
This page took 0.039042 seconds and 5 git commands to generate.