Skip to content

Commit 5ca3129

Browse files
committed
address review comments
1 parent 94f284e commit 5ca3129

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

source/adminguide/virtual_machines/importing_unmanaging_vms.rst

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -362,20 +362,21 @@ Preserving unmanaged Instance NICs
362362
The zone setting: unmanage.vm.preserve.nics can be used to preserve Instance NICs and its MAC addresses after unmanaging them. If set to true, the Instance NICs (and their MAC addresses) are preserved when unmanaging it. Otherwise, NICs are removed and MAC addresses can be reassigned.
363363

364364

365-
KVM Specific: Persistent Domain XML when unmanaging Instances
366-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
365+
Persistent KVM Domain XML for Unmanaged Instances
366+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
367367

368-
Since 4.22, domain XML will be made persistent when Instance is unmanaged from CloudStack. This will allow to manage the Instance outside of CloudStack using virsh or other libvirt tools. The domain XML will be stored in directory /etc/libvirt/qemu.
368+
Since 4.22, the domain XML of an Instance is made persistent when it is unmanaged from CloudStack. This allows the Instance to be managed directly outside of CloudStack using `virsh` or other libvirt tools. The domain XML will be stored in the directory `/etc/libvirt/qemu` on the relevant KVM host.
369369

370370
Domain XML is taken from Instance but varies based on their state:
371371

372372
- Running Instance
373-
- Domain XML is contructed from the Instance and persisted on the Host where the Instance is running
373+
- The existing domain XML is retrieved from the Instance and persisted on the host where the Instance is running.
374374
- Stopped Instance
375-
- Domain XML is constructed from the Instance details available in CloudStack database
376-
- Domain XML will pe persisted on the last host where the Instance was running before stopping it
375+
- The domain XML is reconstructed from the Instance details available in the CloudStack database.
376+
- The reconstructed domain XML is persisted on the last host where the Instance was running before is was stopped.
377377

378-
.. note:: We recommend Unmanaging Instance in Running state to preserve the exact domain XML. There is potential to loose some information when unmanaging in Stopped state.
378+
.. note::
379+
It is recommended to unmanage Instances while they are in the **Running** state to ensure the exact domain XML is preserved. When unmanaged in the **Stopped** state, some information may be lost due to reconstruction.
379380

380381

381382
Unmanaging Instance actions

0 commit comments

Comments
 (0)