2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-15 10:50:28 +00:00

Remove trailing spaces in file docs/source/guides/admin-guides/references/man1/lsve.1.rst

This commit is contained in:
GONG Jie
2017-12-31 23:59:59 +00:00
parent 744a5fe928
commit de82ea08e2

View File

@ -27,16 +27,16 @@ DESCRIPTION
***********
The \ **lsve**\ command can be used to list a virtual environment for
The \ **lsve**\ command can be used to list a virtual environment for
'Data Center', 'Cluster', 'Storage Domain', 'Network' and 'Template' objects.
The mandatory parameter \ **-m**\ \ *manager*\ is used to specify the address of the
The mandatory parameter \ **-m**\ \ *manager*\ is used to specify the address of the
manager of virtual environment. xCAT needs it to access the RHEV manager.
The mandatory parameter \ **-t**\ \ *type*\ is used to specify the type of the target
The mandatory parameter \ **-t**\ \ *type*\ is used to specify the type of the target
object.
Basically, \ **lsve**\ command supports three types of object: \ **dc**\ , \ **cl**\ , \ **sd**\ , \ **nw**\
Basically, \ **lsve**\ command supports three types of object: \ **dc**\ , \ **cl**\ , \ **sd**\ , \ **nw**\
and \ **tpl**\ .
The parameter \ **-o object**\ is used to specify which object to list. If no \ **-o**\ is specified,
@ -54,9 +54,9 @@ OPTIONS
\ **-m**\ Specify the manager of the virtual environment.
For RHEV, the FQDN (Fully Qualified Domain Name) of the rhev manager have to be specified.
\ **-o**\ The target object to display.
@ -64,19 +64,19 @@ OPTIONS
\ **-t**\ Specify the \ **type**\ of the target object.
Supported types:
.. code-block:: perl
B<dc> - Data Center (For type of 'dc', all the elements belongs to the data center will be listed.)
B<cl> - Cluster
B<sd> - Storage Domain (To get the status of Storage Doamin, show it from I<data center> it attached to.
B<nw> - Network
B<tpl> - Template
@ -97,18 +97,18 @@ EXAMPLES
1. To list the data center 'Default', enter:
.. code-block:: perl
lsve -t dc -m <FQDN of rhev manager> -o Default
Output is similar to:
.. code-block:: perl
datacenters: [Default]
description: The default Data Center
state: up
@ -148,44 +148,44 @@ EXAMPLES
state: ok
stateless: false
type: desktop
2. To list the cluster 'Default', enter:
.. code-block:: perl
lsve -t cl -m <FQDN of rhev manager> -o Default
Output is similar to:
.. code-block:: perl
cpu: Intel Westmere Family
description: The default server cluster
memory_hugepage: true
memory_overcommit: 10
3. To list the Storage Domain 'image', enter:
.. code-block:: perl
lsve -t sd -m <FQDN of rhev manager> -o image
Output is similar to:
.. code-block:: perl
storagedomains: [image]
available: 55834574848
committed: 13958643712
@ -197,44 +197,44 @@ EXAMPLES
storage_type: nfs
type: data
used: 9663676416
4. To list the network 'rhevm', enter:
.. code-block:: perl
lsve -t nw -m <FQDN of rhev manager> -o rhevm
Output is similar to:
.. code-block:: perl
networks: [rhevm]
description: Management Network
state: operational
stp: false
5. To list the template 'tpl01', enter:
.. code-block:: perl
lsve -t tpl -m <FQDN of rhev manager> -o tpl01
Output is similar to:
.. code-block:: perl
templates: [tpl01]
bootorder: network
cpucore: 2
@ -245,8 +245,8 @@ EXAMPLES
state: ok
stateless: false
type: server