Skip to content

Commit 15149bd

Browse files
committed
Fixed warnings for title formatting
1 parent 299d3ed commit 15149bd

File tree

2 files changed

+12
-11
lines changed

2 files changed

+12
-11
lines changed

source/adminguide/virtual_machines/importing_unmanaging_vms.rst

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
under the License.
1515
1616
About Import Export Instances
17-
-------------------------
17+
-----------------------------
1818

1919

2020
For certain hypervisors, CloudStack supports importing of Instances from Managed Hosts, External Hosts, Local Storage and Shared Storage, into CloudStack.
2121

2222
Manage or Unmanage Instances on Managed Hosts
23-
-------------------------
23+
---------------------------------------------
2424

2525
.. note:: This is currently only available for **vSphere** and **KVM** clusters.
2626

@@ -72,7 +72,7 @@ Listing unmanaged Instances
7272
---------------------------
7373

7474
Prerequisites to list unmanaged Instances (vSphere or KVM)
75-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
75+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7676

7777
In order for CloudStack to list the Instances that are not managed by CloudStack on a host/cluster, the instances must exist on the hosts that are already part to the CloudStack.
7878

@@ -407,7 +407,8 @@ Unmanaging Instance actions
407407
- For the Instance being unmanaged: stopped and destroyed usage events (similar to the generated usage events when expunging an Instance), with types: ‘VM.STOP’ and ‘VM.DESTROY', unless the instance has been already stopped before being unmanaged and in this case only ‘VM.DESTROY' is generated.
408408

409409
Import Instances from External Hosts
410-
-------------------------
410+
------------------------------------
411+
411412
.. note:: This is currently only available for **KVM** hypervisor.
412413

413414
External Host
@@ -504,7 +505,7 @@ choose the temporary storage location on the external host for the converted fil
504505
Same response as that of deployVirtualMachine API.
505506
506507
Import Instances from Local/Shared Storage
507-
----------------------------------------
508+
------------------------------------------
508509

509510
.. note:: This is currently only available for **KVM** hypervisor.
510511

@@ -540,7 +541,7 @@ The importVm API is utilized to create instances using QCOW2 file from an existi
540541
Same response as that of deployVirtualMachine API.
541542
542543
Import Instances from Shared Storage
543-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
544+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
544545

545546
The importVm API is utilized to create instances using QCOW2 file from an existing Shared Storage pool of a KVM cluster within the CloudStack infrastructure.
546547
Only NFS Storage Pool are supported.

source/installguide/configuration.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1005,7 +1005,7 @@ XenServer and KVM hosts can be added to a cluster at any time.
10051005

10061006

10071007
Requirements for XenServer and KVM Hosts
1008-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1008+
****************************************
10091009

10101010
.. warning::
10111011
Make sure the hypervisor host does not have any instances already running before
@@ -1026,7 +1026,7 @@ hypervisor in the CloudStack Installation Guide.
10261026
Since CloudStack 4.20.0, the host arch type is auto detected when adding the host into CloudStack and it must match the cluster arch type for the operation to succeed.
10271027

10281028
XenServer Host Additional Requirements
1029-
''''''''''''''''''''''''''''''''''''''
1029+
**************************************
10301030

10311031
If network bonding is in use, the administrator must cable the new host
10321032
identically to other hosts in the cluster.
@@ -1060,7 +1060,7 @@ bonds on the new hosts in the cluster.
10601060
10611061
10621062
KVM Host Additional Requirements
1063-
''''''''''''''''''''''''''''''''
1063+
********************************
10641064

10651065
- If shared mountpoint storage is in use, the administrator should
10661066
ensure that the new host has all the same mountpoints (with storage
@@ -1082,7 +1082,7 @@ KVM Host Additional Requirements
10821082
defaults:cloudstack !requiretty
10831083
10841084
Adding a XenServer Host
1085-
^^^^^^^^^^^^^^^^^^^^^^^
1085+
***********************
10861086

10871087
#. If you have not already done so, install the hypervisor software on
10881088
the host. You will need to know which version of the hypervisor
@@ -1126,7 +1126,7 @@ Adding a XenServer Host
11261126

11271127

11281128
Adding a KVM Host
1129-
^^^^^^^^^^^^^^^^^
1129+
*****************
11301130

11311131
The steps to add a KVM host are same as adding a XenServer Host as mentioned in
11321132
the above section.

0 commit comments

Comments
 (0)