From 695f498f2a4799e90698a19866491ced8a9fca7d Mon Sep 17 00:00:00 2001 From: daniceexi Date: Fri, 21 Sep 2012 01:54:34 +0000 Subject: [PATCH] fix the -n and flag order git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@13865 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-client/pods/man1/cfgve.1.pod | 130 +++++++++++++++--------------- 1 file changed, 67 insertions(+), 63 deletions(-) diff --git a/xCAT-client/pods/man1/cfgve.1.pod b/xCAT-client/pods/man1/cfgve.1.pod index 3f8dc37f5..dd45f0215 100644 --- a/xCAT-client/pods/man1/cfgve.1.pod +++ b/xCAT-client/pods/man1/cfgve.1.pod @@ -11,8 +11,8 @@ B B<-t> cl B<-m> manager B<-o> object [B<-c> B<-p> cpu type| B<-r> B<-f>] B B<-t> sd B<-m> manager B<-o> object [B<-c> | B<-g> | B<-s> | B<-a> | B<-b> | B<-r> B<-f>] -B B<-t> nw B<-m> manager B<-o> object [B<-c> B<-d> data center B<-v> -vlan ID | B<-a> | B<-b> | B<-r>] +B B<-t> nw B<-m> manager B<-o> object [B<-c> B<-d> data center B<-n> +vlan ID | B<-a> B<-l> cluster | B<-b> | B<-r>] B B<-t> tpl B<-m> manager B<-o> object [B<-r>] @@ -53,53 +53,11 @@ The mandatory parameter B<-o object> is used to specify which object to configur =over 2 -=item B<-t> I +=item B<-a> +To attach the target object. -Specify the B of the target object. - -Supported types: - B - Data Center - B - Cluster - B - Storage Domain - B - Network - B - Template - -=item B<-m> I - -Specify the manager of the virtual environment. - -For RHEV, the FQDN (Fully Qualified Domain Name) of the rhev manager have -to be specified. - -=item B<-o> I - -The name of the target object. - -=item B<-d> I - -The name of data center. - -Specify the 'Data Center' that will be used for the object to be attached to. -It is used by type. - -=item B<-p> I - -To specify the cpu type when creating the cluster. -B is default type. - -Supported type: B, B, -B, B, B, -B, B - -=item B<-k> I - -To specify the type of the storage type when creating the data center. - -Supported type: nfs; localfs. - -=item B<-v> I - -To specify the vlan number when creating a network. +=item B<-b> +To detach the target object. =item B<-c> To create the target object. @@ -130,37 +88,83 @@ B - A host must be specified for a storage doamin as SPM may be migrated to other host by rhev-m during the running of the datacenter (For example, when the current SPM encountered issue or going to maintenance status. - + B - The storage will be attached to. 'Default' data center is the default value. =back -=item B<-g> -To activate the target object. +=item B<-d> I -=item B<-s> -To deactivate the target object. +The name of data center. -=item B<-a> -To attach the target object. - -=item B<-b> -To detach the target object. - -=item B<-r> -To remove the target object. - -For removing of B, the storage space will be formatted after removing. +Specify the 'Data Center' that will be used for the object to be attached to. +It is used by type. =item B<-f> It can be used with B<-r> to remove the target object by force. For removing of B, if B<-f> is specified, the storage domain will be deactivated and detached from data center before the removing. +=item B<-g> +To activate the target object. + =item B<-h> Display usage message. +=item B<-k> I + +To specify the type of the storage type when creating the data center. + +Supported type: nfs; localfs. + +=item B<-l> I + +Specify the cluster for the network to attach to. + +=item B<-m> I + +Specify the manager of the virtual environment. + +For RHEV, the FQDN (Fully Qualified Domain Name) of the rhev manager have +to be specified. + +=item B<-n> I + +To specify the vlan number when creating a network. + +=item B<-o> I + +The name of the target object. + +=item B<-p> I + +To specify the cpu type when creating the cluster. +B is default type. + +Supported type: B, B, +B, B, B, +B, B + +=item B<-r> +To remove the target object. + +For removing of B, the storage space will be formatted after removing. + +=item B<-s> +To deactivate the target object. + +=item B<-t> I + +Specify the B of the target object. + +Supported types: + B - Data Center + B - Cluster + B - Storage Domain + B - Network + B - Template + =back =head1 RETURN VALUE