diff options
author | David Teigland <teigland@redhat.com> | 2014-10-10 15:46:35 -0500 |
---|---|---|
committer | David Teigland <teigland@redhat.com> | 2014-10-17 16:58:50 -0500 |
commit | 3e7915b20aa95759c7e4b92b8cf58de336ac6182 (patch) | |
tree | 681d2b3b8c4199d10b9af6008f5dee88e30ccdc5 /tools/commands.h | |
parent | 4461c624bc59ddca60f4bbf1eb447d64c8d4aeb2 (diff) | |
download | lvm2-dev-dct-systemid2.tar.gz |
system_id: use for VG ownershipdev-dct-systemid2
See included lvmsystemid(7) for full description.
Diffstat (limited to 'tools/commands.h')
-rw-r--r-- | tools/commands.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tools/commands.h b/tools/commands.h index 2e99fb177..03a1f7bc6 100644 --- a/tools/commands.h +++ b/tools/commands.h @@ -954,7 +954,8 @@ xx(vgchange, ignoreskippedcluster_ARG, logicalvolume_ARG, maxphysicalvolumes_ARG, metadataprofile_ARG, monitor_ARG, noudevsync_ARG, metadatacopies_ARG, vgmetadatacopies_ARG, partial_ARG, physicalextentsize_ARG, poll_ARG, - refresh_ARG, resizeable_ARG, resizable_ARG, sysinit_ARG, test_ARG, uuid_ARG) + refresh_ARG, resizeable_ARG, resizable_ARG, sysinit_ARG, test_ARG, uuid_ARG, + systemid_ARG, systemidsource_ARG, force_ARG) xx(vgck, "Check the consistency of volume group(s)", @@ -1016,7 +1017,8 @@ xx(vgcreate, maxphysicalvolumes_ARG, metadataprofile_ARG, metadatatype_ARG, physicalextentsize_ARG, test_ARG, force_ARG, zero_ARG, labelsector_ARG, metadatasize_ARG, pvmetadatacopies_ARG, metadatacopies_ARG, - vgmetadatacopies_ARG, dataalignment_ARG, dataalignmentoffset_ARG) + vgmetadatacopies_ARG, dataalignment_ARG, dataalignmentoffset_ARG, + systemid_ARG, systemidsource_ARG) xx(vgdisplay, "Display volume group information", |