HomeSort by: relevance | last modified time | path
    Searched refs:vgsplit (Results 1 - 10 of 10) sorted by relevancy

  /src/external/gpl2/lvm2/dist/test/
t-vgsplit-usage.sh 12 # Test vgsplit command options for validity
24 # NOTE: if we're using lvm1, we must use -M on vgsplit
26 vgsplit -M$mdatype $vg1 $vg2 $dev1
30 vgsplit -M$mdatype $vg2 $vg1 $dev1
34 # vgsplit accepts new vg as destination of split
37 vgsplit $vg1 $vg2 $dev1 1>err
42 # vgsplit accepts existing vg as destination of split
45 vgsplit $vg1 $vg2 $dev1 1>err
50 # vgsplit accepts --maxphysicalvolumes 128 on new VG
52 vgsplit --maxphysicalvolumes 128 $vg1 $vg2 $dev1
    [all...]
t-vgsplit-stacked.sh 18 not vgsplit $vg $vg1 $dev3
t-vgsplit-operation.sh 12 # Test vgsplit operation, including different LV types
26 # vgsplit can be done into a new or existing VG
35 COMM "vgsplit correctly splits single linear LV into $i VG ($j args)"
43 vgsplit $vg1 $vg2 $dev1
45 vgsplit -n $lv1 $vg1 $vg2
57 COMM "vgsplit correctly splits single striped LV into $i VG ($j args)"
65 vgsplit $vg1 $vg2 $dev1 $dev2
67 vgsplit -n $lv1 $vg1 $vg2
77 COMM "vgsplit correctly splits mirror LV into $i VG ($j args)"
85 vgsplit $vg1 $vg2 $dev1 $dev2 $dev
    [all...]
  /src/external/gpl2/lvm2/sbin/lvm/
Makefile 24 vgsplit.c lvm.c
50 vgs.8 vgscan.8 vgsplit.8
95 vgsplit.8 vgsplit.1
  /src/external/gpl2/lvm2/dist/man/
Makefile 34 vgrename.8 vgs.8 vgscan.8 vgsplit.8 $(FSADMMAN)
Makefile.in 34 vgrename.8 vgs.8 vgscan.8 vgsplit.8 $(FSADMMAN)
  /src/external/gpl2/lvm2/dist/tools/
Makefile 66 vgsplit.c
Makefile.in 66 vgsplit.c
commands.h 974 xx(vgsplit,
977 "vgsplit " "\n"
vgsplit.c 1 /* $NetBSD: vgsplit.c,v 1.1.1.2 2009/12/02 00:25:46 haad Exp $ */
203 * Create or open the destination of the vgsplit operation.
219 * read the existing VG - the vgsplit will be into an existing VG.
249 * Open the source of the vgsplit operation.
280 int vgsplit(struct cmd_context *cmd, int argc, char **argv) function
435 * new VG and redoing the vgsplit.

Completed in 25 milliseconds