From de82ea08e2de6363cacab027e4061fb7753579ba Mon Sep 17 00:00:00 2001 From: GONG Jie Date: Sun, 31 Dec 2017 23:59:59 +0000 Subject: [PATCH] Remove trailing spaces in file docs/source/guides/admin-guides/references/man1/lsve.1.rst --- .../admin-guides/references/man1/lsve.1.rst | 124 +++++++++--------- 1 file changed, 62 insertions(+), 62 deletions(-) diff --git a/docs/source/guides/admin-guides/references/man1/lsve.1.rst b/docs/source/guides/admin-guides/references/man1/lsve.1.rst index 59c351f2b..ab01f49fb 100644 --- a/docs/source/guides/admin-guides/references/man1/lsve.1.rst +++ b/docs/source/guides/admin-guides/references/man1/lsve.1.rst @@ -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 - Data Center (For type of 'dc', all the elements belongs to the data center will be listed.) B - Cluster B - Storage Domain (To get the status of Storage Doamin, show it from I it attached to. B - Network B - Template - - + + @@ -97,18 +97,18 @@ EXAMPLES 1. To list the data center 'Default', enter: - - + + .. code-block:: perl - + lsve -t dc -m -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 -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 -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 -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 -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 - - + +