add the supported type for dc,cl

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@13681 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
daniceexi 2012-08-31 07:06:43 +00:00
parent 28d00d9d8a
commit 628c765718

View File

@ -4,13 +4,17 @@ B<cfgve> - Configure the elements for a virtual environment.
=head1 SYNOPSIS
B<cfgve> [B<-t> sd] [B<-m> manager] [B<-o> object] [B<-c> | B<-g> | B<-s>
B<cfgve> B<-t> dc B<-m> manager B<-o> object [B<-c> | B<-r>]
B<cfgve> B<-t> cl B<-m> manager B<-o> object [B<-c> | B<-r> B<-f>]
B<cfgve> B<-t> sd B<-m> manager B<-o> object [B<-c> | B<-g> | B<-s>
| B<-a> | B<-b> | B<-r> B<-f>]
B<cfgve> [B<-t> nw] [B<-m> manager] [B<-o> object] [B<-c> B<-d> data center
B<cfgve> B<-t> nw B<-m> manager B<-o> object [B<-c> B<-d> data center
| B<-r>]
B<cfgve> [B<-t> tpl] [B<-m> manager] [B<-o> object] [B<-r>]
B<cfgve> B<-t> tpl B<-m> manager B<-o> object [B<-r>]
=head1 DESCRIPTION
@ -24,11 +28,15 @@ manager of virtual environment. xCAT needs it to access the RHEV manager.
The mandatory parameter B<-t type> is used to specify the type of the target
object.
Basically, B<cfgve> command supports three types of object: B<sd>, B<nw>
and B<tpl>.
Basically, B<cfgve> command supports five types of object: B<dc>, B<cl>,
B<sd>, B<nw> and B<tpl>.
=over 3
B<dc> - The B<create> and B<remove> operations are supported.
B<cl> - The B<create> and B<remove> operations are supported.
B<sd> - The B<create>, B<attach>, B<detach>, B<activate>,
B<deactivate> and B<remove> operations are supported.
@ -49,6 +57,8 @@ The mandatory parameter B<-o object> is used to specify which object to configur
Specify the B<type> of the target object.
Supported types:
B<dc> - Data Center
B<cl> - Cluster
B<sd> - Storage Domain
B<nw> - Network
B<tpl> - Template
@ -84,11 +94,13 @@ B<virtsd.node> - The name of the storage domain.
B<virtsd.sdtype> - The type of storage domain. Valid value: data, iso, export.
Default value is 'data'.
B<virtsd.stype> - The storage type. Currently only 'nfs' is supported.
B<virtsd.stype> - The storage type. "nfs" or "localfs".
B<virtsd.location> - The location of the storage. Format: [nfsserver:nfspath].
B<virtsd.location> - The location of the storage.
B<nfs>: Format: [nfsserver:nfspath].
The NFS export directory must be configured for read write access and must
be owned by vdsm:kvm.
B<localfs>: "/data/images/rhev" is set by default.
B<virtsd.host> - A host must be specified for a storage doamin as SPM
(Storage Pool Manager) when initialize the storage domain. The role of SPM
@ -171,4 +183,4 @@ To remove the template 'tpl01', enter:
=head1 SEE ALSO
L<lsve(1)|lsve.1>
L<lsve(1)|lsve.1>