diff --git a/xCAT-client/pods/man1/cfgve.1.pod b/xCAT-client/pods/man1/cfgve.1.pod index 5bcf43e9e..3f8dc37f5 100644 --- a/xCAT-client/pods/man1/cfgve.1.pod +++ b/xCAT-client/pods/man1/cfgve.1.pod @@ -4,15 +4,15 @@ B - Configure the elements for a virtual environment. =head1 SYNOPSIS -B B<-t> dc B<-m> manager B<-o> object [B<-c> | B<-r>] +B B<-t> dc B<-m> manager B<-o> object [B<-c> B<-k> nfs|localfs | B<-r>] -B B<-t> cl B<-m> manager B<-o> object [B<-c> | B<-r> B<-f>] +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<-r>] +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> tpl B<-m> manager B<-o> object [B<-r>] @@ -40,7 +40,7 @@ B - The B and B operations are supported. B - The B, B, B, B, B and B operations are supported. -B - The B and B operations are supported. +B - The B, B, B and B operations are supported. B - The B operation is supported. @@ -53,7 +53,8 @@ The mandatory parameter B<-o object> is used to specify which object to configur =over 2 -=item B<-t> +=item B<-t> I + Specify the B of the target object. Supported types: @@ -63,21 +64,43 @@ Supported types: B - Network B - Template -=item B<-m> +=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> +=item B<-o> I + The name of the target object. -=item B<-d> +=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<-c> To create the target object.