]> sourceware.org Git - lvm2.git/blame - tools/commands.h
Second path on "pvcreate -s"
[lvm2.git] / tools / commands.h
CommitLineData
269930c0
AK
1/*
2 * Copyright (C) 2001 Sistina Software
3 *
4 * LVM is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License as published by
6 * the Free Software Foundation; either version 2, or (at your option)
7 * any later version.
8 *
9 * LVM is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU General Public License for more details.
13 *
14 * You should have received a copy of the GNU General Public License
15 * along with LVM; see the file COPYING. If not, write to
16 * the Free Software Foundation, 59 Temple Place - Suite 330,
17 * Boston, MA 02111-1307, USA.
18 *
19 */
20
21xx(e2fsadm,
22 "Resize logical volume and ext2 filesystem",
23 "e2fsadm "
a03f2320
AK
24 "[-d|--debug] " "[-h|--help] " "[-n|--nofsck]" "\n"
25 "\t{[-l|--extents] [+|-]LogicalExtentsNumber |" "\n"
26 "\t [-L|--size] [+|-]LogicalVolumeSize[kKmMgGtT]}" "\n"
27 "\t[-t|--test] " "\n"
28 "\t[-v|--verbose] " "\n"
29 "\t[--version] " "\n"
30 "\tLogicalVolumePath" "\n",
269930c0
AK
31
32 extents_ARG, size_ARG, nofsck_ARG, test_ARG)
33
34xx(help,
35 "Display help for commands",
a03f2320 36 "help <command>" "\n")
269930c0 37
677a06d5 38/*********
269930c0
AK
39xx(lvactivate,
40 "Activate logical volume on given partition(s)",
e6efb2b0 41 "lvactivate "
269930c0
AK
42 "\t[-d/--debug]\n"
43 "\t[-h/-?/--help]\n"
44 "\t[-v/--verbose]\n"
e6efb2b0 45 "Logical Volume(s)\n")
677a06d5 46***********/
269930c0
AK
47
48xx(lvchange,
49 "Change the attributes of logical volume(s)",
50 "lvchange\n"
51 "\t[-A/--autobackup y/n]\n"
52 "\t[-a/--available y/n]\n"
53 "\t[-C/--contiguous y/n]\n"
54 "\t[-d/--debug]\n"
55 "\t[-h/-?/--help]\n"
812c699c 56 "\t[-M/--persistent y/n] [--minor minor]\n"
f53c6aa6 57 "\t[-P/--partial] " "\n"
269930c0
AK
58 "\t[-p/--permission r/rw]\n"
59 "\t[-r/--readahead ReadAheadSectors]\n"
c2d72fd4 60 "\t[-t/--test]\n"
269930c0
AK
61 "\t[-v/--verbose]\n"
62 "\tLogicalVolume[Path] [LogicalVolume[Path]...]\n",
63
03888774 64 autobackup_ARG, available_ARG, contiguous_ARG,
812c699c 65 minor_ARG, persistent_ARG, partial_ARG,
c2d72fd4 66 permission_ARG, readahead_ARG, test_ARG)
269930c0
AK
67
68xx(lvcreate,
69 "Create a logical volume",
03888774 70 "lvcreate " "\n"
a03f2320
AK
71 "\t[-A|--autobackup {y|n}] " "\n"
72 "\t[-C|--contiguous {y|n}] " "\n"
73 "\t[-d|--debug]" "\n"
74 "\t[-h|--help] " "\n"
75 "\t[-i|--stripes Stripes [-I|--stripesize StripeSize]]" "\n"
76 "\t{-l|--extents LogicalExtentsNumber |" "\n"
77 "\t -L|--size LogicalVolumeSize[kKmMgGtT]} " "\n"
812c699c 78 "\t[-M|--persistent {y|n}] [--minor minor]\n"
a03f2320
AK
79 "\t[-n|--name LogicalVolumeName]" "\n"
80 "\t[-p|--permission {r|rw}] " "\n"
81 "\t[-r|--readahead ReadAheadSectors]" "\n"
82 "\t[-t|--test] " "\n"
83 "\t[-v|--verbose] " "\n"
84 "\t[-Z|--zero {y|n}] " "\n"
85 "\t[--version]" "\n"
86 "\tVolumeGroupName [PhysicalVolumePath...]" "\n\n"
87
88 ,
89/*
269930c0 90 "lvcreate "
a03f2320
AK
91 "\t-s|--snapshot "
92 "\t[-c|--chunksize ChunkSize]" "\n"
93 "\t{-l|--extents LogicalExtentsNumber |" "\n"
94 "\t -L|--size LogicalVolumeSize[kKmMgGtT]}" "\n"
95 "\t-n|--name SnapshotLogicalVolumeName" "\n"
96 "\t[-t|--test]" "\n"
97 "\tLogicalVolume[Path] [PhysicalVolumePath...]" "\n",
03888774
JT
98chunksize_ARG,
99snapshot_ARG,
a03f2320
AK
100*/
101
812c699c 102 autobackup_ARG, contiguous_ARG, stripes_ARG, stripesize_ARG,
03888774 103 extents_ARG, size_ARG, name_ARG, permission_ARG, readahead_ARG,
812c699c 104 minor_ARG, persistent_ARG,
a03f2320 105 test_ARG, zero_ARG)
269930c0
AK
106
107xx(lvdisplay,
108 "Display information about a logical volume",
109 "lvdisplay\n"
110 "\t[-c/--colon]\n"
111 "\t[-d/--debug]\n"
112 "\t[-D/--disk]\n"
113 "\t[-h/-?/--help]\n"
a03f2320 114 "\t[-m/--maps]\n"
7ae5a778 115 "\t[-P/--partial] " "\n"
a03f2320 116 "\t[-v/--verbose]\n"
269930c0
AK
117 "\tLogicalVolume[Path] [LogicalVolume[Path]...]\n",
118
7ae5a778 119 colon_ARG, disk_ARG, maps_ARG, partial_ARG)
269930c0
AK
120
121xx(lvextend,
122 "Add space to a logical volume",
123 "lvextend\n"
124 "\t[-A/--autobackup y/n]\n"
125 "\t[-d/--debug]\n"
126 "\t[-h/-?/--help]\n"
52dc2139 127 "\t[-i|--stripes Stripes [-I|--stripesize StripeSize]]\n"
269930c0
AK
128 "\t{-l/--extents [+]LogicalExtentsNumber |\n"
129 "\t -L/--size [+]LogicalVolumeSize[kKmMgGtT]}\n"
c2d72fd4 130 "\t[-t/--test]\n"
269930c0
AK
131 "\t[-v/--verbose]\n"
132 "\tLogicalVolume[Path] [ PhysicalVolumePath... ]\n",
133
c2d72fd4
AK
134 autobackup_ARG, extents_ARG, size_ARG, stripes_ARG, stripesize_ARG,
135 test_ARG)
269930c0
AK
136
137xx(lvmchange,
a03f2320 138 "With the device mapper, this is obsolete and does nothing.",
03888774 139 "lvmchange\n"
269930c0 140 "\t[-d/--debug]\n"
269930c0 141 "\t[-h/-?/--help]\n"
269930c0
AK
142 "\t[-R/--reset]\n"
143 "\t[-v/--verbose]\n",
144
a03f2320 145 reset_ARG)
269930c0
AK
146
147xx(lvmdiskscan,
148 "List devices that may be used as physical volumes",
149 "lvmdiskscan\n"
150 "\t[-d/--debug]\n"
151 "\t[-h/-?/--help]\n"
af7bbe5a 152 "\t[-l/--lvmpartition]\n",
269930c0
AK
153
154 lvmpartition_ARG)
155
156xx(lvmsadc,
157 "Collect activity data",
158 "lvmsadc\n"
159 "\t[-d/--debug]\n"
160 "\t[-h/-?/--help]\n"
161 "\t[-v/--verbose]\n"
162 "\t[LogFilePath]\n" )
163
164xx(lvmsar,
165 "Create activity report",
166 "lvmsar\n"
167 "\t[-d/--debug]\n"
168 "\t[-f/--full]\n"
169 "\t[-h/-?/--help]\n"
170 "\t[-s/--stdin]\n"
171 "\t[-v/--verbose]\n"
172 "\tLogFilePath\n",
173
174 full_ARG, stdin_ARG)
175
176xx(lvreduce,
177 "Reduce the size of a logical volume",
178 "lvreduce\n"
179 "\t[-A/--autobackup y/n]\n"
180 "\t[-d/--debug]\n"
181 "\t[-f/--force]\n"
182 "\t[-h/-?/--help]\n"
183 "\t{-l/--extents [-]LogicalExtentsNumber |\n"
184 "\t -L/--size [-]LogicalVolumeSize[kKmMgGtT]}\n"
c2d72fd4 185 "\t[-t/--test]\n"
269930c0
AK
186 "\t[-v/--verbose]\n"
187 "\tLogicalVolume[Path]\n",
188
189 autobackup_ARG, force_ARG, extents_ARG,
c2d72fd4 190 size_ARG, test_ARG, yes_ARG)
269930c0
AK
191
192xx(lvremove,
193 "Remove logical volume(s) from the system",
194 "lvremove\n"
195 "\t[-A/--autobackup y/n]\n"
196 "\t[-d/--debug]\n"
197 "\t[-f/--force]\n"
198 "\t[-h/-?/--help]\n"
c2d72fd4 199 "\t[-t/--test]\n"
269930c0
AK
200 "\t[-v/--verbose]\n"
201 "\tLogicalVolume[Path] [LogicalVolume[Path]...]\n",
202
c2d72fd4 203 autobackup_ARG, force_ARG, test_ARG)
269930c0
AK
204
205xx(lvrename,
206 "Rename a logical volume",
207 "lvrename "
a03f2320
AK
208 "\t[-A|--autobackup {y|n}] " "\n"
209 "\t[-d|--debug] " "\n"
210 "\t[-h|--help] " "\n"
211 "\t[-t|--test] " "\n"
212 "\t[-v|--verbose]" "\n"
213 "\t[--version] " "\n"
214 "\t{ OldLogicalVolumePath NewLogicalVolumePath |" "\n"
215 "\t VolumeGroupName OldLogicalVolumeName NewLogicalVolumeName }\n",
269930c0 216
c2d72fd4 217 autobackup_ARG, test_ARG)
269930c0 218
03a8a07d
AK
219xx(lvresize,
220 "Resize a logical volume",
221 "lvresize\n"
222 "\t[-A/--autobackup y/n]\n"
223 "\t[-d/--debug]\n"
224 "\t[-h/-?/--help]\n"
52dc2139 225 "\t[-i|--stripes Stripes [-I|--stripesize StripeSize]]\n"
03a8a07d
AK
226 "\t{-l/--extents [+/-]LogicalExtentsNumber |\n"
227 "\t -L/--size [+/-]LogicalVolumeSize[kKmMgGtT]}\n"
c2d72fd4 228 "\t[-t|--test]\n"
03a8a07d
AK
229 "\t[-v/--verbose]\n"
230 "\tLogicalVolume[Path] [ PhysicalVolumePath... ]\n",
231
c2d72fd4
AK
232 autobackup_ARG, extents_ARG, size_ARG, stripes_ARG, stripesize_ARG,
233 test_ARG)
03a8a07d 234
269930c0
AK
235xx(lvscan,
236 "List all logical volumes in all volume groups",
a03f2320
AK
237 "lvscan " "\n"
238 "\t[-b|--blockdevice] " "\n"
239 "\t[-d|--debug] " "\n"
e59204fc 240 "\t[-D|--disk]" "\n"
a03f2320
AK
241 "\t[-h|--help] " "\n"
242 "\t[-v|--verbose] " "\n"
243 "\t[--version]\n",
269930c0
AK
244
245 blockdevice_ARG, disk_ARG)
246
247xx(pvchange,
248 "Change attributes of physical volume(s)",
249 "pvchange\n"
250 "\t[-A/--autobackup y/n]\n"
251 "\t[-d/--debug]\n"
252 "\t[-h/-?/--help]\n"
253 "\t[-v/--verbose]\n"
254 "\t[-a/--all]\n"
c2d72fd4 255 "\t[-t|--test]\n"
b80f32dd 256 "\t[-x/--allocatable y/n]\n"
269930c0
AK
257 "\t[PhysicalVolumePath...]\n",
258
b80f32dd 259 all_ARG, autobackup_ARG, allocatable_ARG, allocation_ARG, test_ARG)
269930c0
AK
260
261xx(pvcreate,
262 "Initialize physical volume(s) for use by LVM",
a03f2320
AK
263 "pvcreate " "\n"
264 "\t[-d|--debug]" "\n"
265 "\t[-f[f]|--force [--force]] " "\n"
266 "\t[-h|--help] " "\n"
267 "\t[-y|--yes]" "\n"
f48d3bcb 268 "\t[-s|--size PhysicalVolumeSize[kKmMgGtT]" "\n"
a03f2320 269 "\t[-t|--test] " "\n"
add7dc2d 270 "\t[-u|--uuid uuid] " "\n"
a03f2320
AK
271 "\t[-v|--verbose] " "\n"
272 "\t[--version] " "\n"
273 "\tPhysicalVolume [PhysicalVolume...]\n",
269930c0 274
f48d3bcb 275 force_ARG, test_ARG, physicalvolumesize_ARG, uuidstr_ARG, yes_ARG)
269930c0
AK
276
277xx(pvdata,
278 "Display the on-disk metadata for physical volume(s)",
a03f2320
AK
279 "pvdata " "\n"
280 "\t[-a|--all] " "\n"
281 "\t[-d|--debug] " "\n"
282 "\t[-E|--physicalextent] " "\n"
283 "\t[-h|--help]" "\n"
284 "\t[-L|--logicalvolume] " "\n"
285 "\t[-P[P]|--physicalvolume [--physicalvolume]]" "\n"
286 "\t[-U|--uuidlist] " "\n"
287 "\t[-v[v]|--verbose [--verbose]] " "\n"
288 "\t[-V|--volumegroup]" "\n"
289 "\t[--version] " "\n"
290 "\tPhysicalVolume [PhysicalVolume...]\n",
269930c0
AK
291
292 all_ARG, logicalextent_ARG, physicalextent_ARG,
293 physicalvolume_ARG, uuidlist_ARG, volumegroup_ARG)
294
295xx(pvdisplay,
296 "Display various attributes of logical volume(s)",
297 "pvdisplay\n"
298 "\t[-c/--colon]\n"
299 "\t[-d/--debug]\n"
300 "\t[-h/-?/--help]\n"
a03f2320 301 "\t[-m/--maps]\n"
269930c0 302 "\t[-s/--short]\n"
a03f2320 303 "\t[-v/--verbose]\n"
269930c0
AK
304 "\tPhysicalVolumePath [PhysicalVolumePath...]\n",
305
a03f2320 306 colon_ARG, maps_ARG, short_ARG)
269930c0 307
269930c0
AK
308xx(pvmove,
309 "Move extents from one physical volume to another",
310 "pvmove "
311 "[-A|--autobackup {y|n}] "
312 "[-d|--debug] "
313 "[-f|--force]"
314 "[-h|--help]\n\t"
315 "[-t|--test] "
a03f2320 316 "[-v|--verbose] "
269930c0
AK
317 "[--version]\n\t"
318 "[{-n|--name} LogicalVolume[:LogicalExtent[-LogicalExtent]...]]\n\t"
319 "SourcePhysicalVolume[:PhysicalExtent[-PhysicalExtent]...]}\n\t"
320 "[DestinationPhysicalVolume[:PhysicalExtent[-PhysicalExtent]...]...]\n",
321
322 autobackup_ARG, force_ARG, name_ARG, test_ARG)
269930c0
AK
323
324xx(pvscan,
325 "List all physical volumes",
a03f2320
AK
326 "pvscan " "\n"
327 "\t[-d|--debug] " "\n"
328 "\t{-e|--exported | -n/--novolumegroup} " "\n"
329 "\t[-h|--help]" "\n"
330 "\t[-s|--short] " "\n"
331 "\t[-u|--uuid] " "\n"
332 "\t[-v|--verbose] " "\n"
333 "\t[--version]\n",
269930c0
AK
334
335 exported_ARG, novolumegroup_ARG, short_ARG, uuid_ARG)
336
337xx(vgcfgbackup,
338 "Backup volume group configuration(s)",
a03f2320
AK
339 "vgcfgbackup " "\n"
340 "\t[-d|--debug] " "\n"
952d12a5 341 "\t[-f|--file filename] " "\n"
a03f2320
AK
342 "\t[-h|--help] " "\n"
343 "\t[-v|--verbose]" "\n"
344 "\t[-V|--version] " "\n"
2041d905 345 "\t[VolumeGroupName...]\n",
e59204fc 346 file_ARG)
269930c0
AK
347
348xx(vgcfgrestore,
349 "Restore volume group configuration",
a03f2320
AK
350 "vgcfgrestore " "\n"
351 "\t[-d|--debug] " "\n"
952d12a5 352 "\t[-f|--file filename] " "\n"
a03f2320
AK
353 "\t[-l[l]|--list [--list]]" "\n"
354 "\t[-n|--name VolumeGroupName] " "\n"
355 "\t[-h|--help]" "\n"
a03f2320
AK
356 "\t[-t|--test] " "\n"
357 "\t[-v|--verbose]" "\n"
358 "\t[--version] " "\n"
288adea2 359 "\tVolumeGroupName",
269930c0 360
288adea2 361 file_ARG, list_ARG, name_ARG, test_ARG)
269930c0
AK
362
363xx(vgchange,
364 "Change volume group attributes",
a03f2320
AK
365 "vgchange" "\n"
366 "\t[-A|--autobackup {y|n}] " "\n"
f53c6aa6 367 "\t[-P|--partial] " "\n"
a03f2320
AK
368 "\t[-d|--debug] " "\n"
369 "\t[-h|--help] " "\n"
370 "\t[-t|--test]" "\n"
371 "\t[-v|--verbose] " "\n"
372 "\t[--version]" "\n"
373 "\t{-a|--available {y|n} |" "\n"
b80f32dd 374 "\t -x|--resizeable {y|n} |" "\n"
a03f2320
AK
375 "\t -l|--logicalvolume MaxLogicalVolumes}" "\n"
376 "\t[VolumeGroupName...]\n",
269930c0 377
f53c6aa6 378 autobackup_ARG, available_ARG, logicalvolume_ARG, partial_ARG,
03888774 379 resizeable_ARG, resizable_ARG, allocation_ARG,
c2d72fd4 380 test_ARG)
269930c0
AK
381
382xx(vgck,
383 "Check the consistency of volume group(s)",
384 "vgck "
385 "\t[-d/--debug]\n"
386 "\t[-h/-?/--help]\n"
387 "\t[-v/--verbose]\n"
388 "\t[VolumeGroupName...]\n" )
389
390xx(vgcreate,
391 "Create a volume group",
a03f2320
AK
392 "vgcreate" "\n"
393 "\t[-A|--autobackup {y|n}] " "\n"
394 "\t[-d|--debug]" "\n"
395 "\t[-l|--maxlogicalvolumes MaxLogicalVolumes]" "\n"
396 "\t[-p|--maxphysicalvolumes MaxPhysicalVolumes] " "\n"
397 "\t[-h|--help]" "\n"
398 "\t[-s|--physicalextentsize PhysicalExtentSize[kKmMgGtT]] " "\n"
399 "\t[-t|--test] " "\n"
400 "\t[-v|--verbose]" "\n"
401 "\t[--version] " "\n"
402 "\tVolumeGroupName PhysicalVolume [PhysicalVolume...]\n",
269930c0
AK
403
404 autobackup_ARG, maxlogicalvolumes_ARG, maxphysicalvolumes_ARG,
c2d72fd4 405 physicalextentsize_ARG, test_ARG)
269930c0
AK
406
407xx(vgdisplay,
408 "Display volume group information",
a03f2320
AK
409 "vgdisplay " "\n"
410 "\t[-c|--colon | -s|--short | -v|--verbose]" "\n"
411 "\t[-d|--debug] " "\n"
412 "\t[-h|--help] " "\n"
7ae5a778 413 "\t[-P|--partial] " "\n"
a03f2320 414 "\t[-A|--activevolumegroups | [-D|--disk]" "\n"
7ae5a778 415 "\t[--version]" "\n"
a03f2320 416 "\t[VolumeGroupName...] ]\n",
269930c0 417
7ae5a778 418 activevolumegroups_ARG, colon_ARG, disk_ARG, short_ARG, partial_ARG)
269930c0
AK
419
420xx(vgexport,
421 "Unregister volume group(s) from the system",
a03f2320
AK
422 "vgexport " "\n"
423 "\t[-a|--all] " "\n"
424 "\t[-d|--debug] " "\n"
425 "\t[-h|--help]" "\n"
426 "\t[-v|--verbose] " "\n"
427 "\t[--version] " "\n"
428 "\tVolumeGroupName [VolumeGroupName...]\n",
269930c0 429
c2d72fd4 430 all_ARG, test_ARG)
269930c0
AK
431
432xx(vgextend,
433 "Add physical volumes to a volume group",
434 "vgextend\n"
435 "\t[-A/--autobackup y/n]\n"
436 "\t[-d/--debug]\n"
437 "\t[-h/-?/--help]\n"
c2d72fd4 438 "\t[-t/--test]\n"
269930c0 439 "\t[-v/--verbose]\n"
a03f2320 440 "\tVolumeGroupName PhysicalDevicePath [PhysicalDevicePath...]\n",
269930c0 441
c2d72fd4 442 autobackup_ARG, test_ARG)
269930c0
AK
443
444xx(vgimport,
445 "Register exported volume group with system",
a03f2320 446 "vgimport " "\n"
df91af91 447 "\t[-a/--all]\n"
a03f2320
AK
448 "\t[-d|--debug] " "\n"
449 "\t[-f|--force] " "\n"
450 "\t[-h|--help] " "\n"
451 "\t[-t|--test] " "\n"
452 "\t[-v|--verbose]" "\n"
df91af91 453 "\tVolumeGroupName..." "\n",
269930c0 454
df91af91 455 all_ARG, force_ARG, test_ARG)
269930c0
AK
456
457xx(vgmerge,
458 "Merge volume groups",
459 "vgmerge\n"
460 "\t[-A/--autobackup y/n]\n"
461 "\t[-d/--debug]\n"
462 "\t[-h/-?/--help]\n"
463 "\t[-l/--list]\n"
464 "\t[-t/--test]\n"
465 "\t[-v/--verbose]\n"
466 "\tDestinationVolumeGroupName SourceVolumeGroupName\n",
467
468 autobackup_ARG, list_ARG, test_ARG)
469
470xx(vgmknodes,
471 "Create the special files for volume group devices in /dev",
472 "vgmknodes\n"
473 "\t[-d/--debug]\n"
474 "\t[-h/-?/--help]\n"
475 "\t[-v/--verbose]\n"
476 "\t[VolumeGroupName...]\n" )
477
478xx(vgreduce,
479 "Remove physical volume(s) from a volume group",
480 "vgreduce\n"
481 "\t[-a/--all]\n"
482 "\t[-A/--autobackup y/n]\n"
483 "\t[-d/--debug]\n"
484 "\t[-h/-?/--help]\n"
c2d72fd4 485 "\t[-t/--test]\n"
269930c0
AK
486 "\t[-v/--verbose]\n"
487 "\tVolumeGroupName\n"
488 "\t[PhysicalVolumePath...]\n",
489
c2d72fd4 490 all_ARG, autobackup_ARG, test_ARG)
269930c0
AK
491
492xx(vgremove,
493 "Remove volume group(s)",
494 "vgremove\n"
495 "\t[-d/--debug]\n"
496 "\t[-h/-?/--help]\n"
c2d72fd4 497 "\t[-t/--test]\n"
269930c0 498 "\t[-v/--verbose]\n"
c2d72fd4
AK
499 "\tVolumeGroupName [VolumeGroupName...]\n",
500
501 test_ARG)
269930c0
AK
502
503xx(vgrename,
504 "Rename a volume group",
505 "vgrename\n"
506 "\t[-A/--autobackup y/n]\n"
507 "\t[-d/--debug]\n"
677a06d5 508 "\t[-f/--force]\n"
269930c0 509 "\t[-h/-?/--help]\n"
c2d72fd4 510 "\t[-t/--test]\n"
269930c0 511 "\t[-v/--verbose]\n"
a03f2320 512 "\tOldVolumeGroupPath NewVolumeGroupPath |\n"
269930c0
AK
513 "\tOldVolumeGroupName NewVolumeGroupName\n",
514
c2d72fd4 515 autobackup_ARG, force_ARG, test_ARG)
269930c0
AK
516
517xx(vgscan,
518 "Search for all volume groups",
519 "vgscan "
520 "\t[-d/--debug]\n"
521 "\t[-h/-?/--help]\n"
522 "\t[-v/--verbose]\n" )
523
524xx(vgsplit,
525 "Move physical volumes into a new volume group",
a03f2320
AK
526 "vgsplit " "\n"
527 "\t[-A|--autobackup {y|n}] " "\n"
528 "\t[-d|--debug] " "\n"
529 "\t[-h|--help] " "\n"
530 "\t[-l|--list]" "\n"
531 "\t[-t|--test] " "\n"
532 "\t[-v|--verbose] " "\n"
533 "\t[--version]" "\n"
534 "\tExistingVolumeGroupName NewVolumeGroupName" "\n"
535 "\tPhysicalVolumePath [PhysicalVolumePath...]\n",
269930c0
AK
536
537 autobackup_ARG, list_ARG, test_ARG)
fae0c576
AK
538
539xx(version,
540 "Display software and driver version information",
541 "version\n" )
542
This page took 0.088582 seconds and 5 git commands to generate.