From 2b255bfe1f65a46a8b5ea7148cc7d4738c5c5b00 Mon Sep 17 00:00:00 2001 From: Daniel Clavijo Coca Date: Fri, 8 Nov 2024 11:06:18 -0600 Subject: [PATCH] Clarify live migration storage limitation --- .../vm_management/vm_instances.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/source/management_and_operations/vm_management/vm_instances.rst b/source/management_and_operations/vm_management/vm_instances.rst index 69cc62bcca..5190f84b99 100644 --- a/source/management_and_operations/vm_management/vm_instances.rst +++ b/source/management_and_operations/vm_management/vm_instances.rst @@ -854,10 +854,10 @@ To explain that, we are gonna use an example: leases: terminate: edit: false - execute_after_weeks: 3 + execute_after_weeks: 3 poweroff: edit: true - execute_after_minutes: 5 + execute_after_minutes: 5 The previous example will create two schedule actions: @@ -1017,7 +1017,7 @@ There are some ``onevm`` commands operations meant for the cloud administrators: **Deployment:** - ``deploy``: Starts an existing VM in a specific Host. -- ``migrate --live``: The Virtual Machine is transferred between Hosts with no noticeable downtime. +- ``migrate --live``: The Virtual Machine is transferred between Hosts with no noticeable downtime. The VM storage cannot be migrated to other system datastores. - ``migrate``: The VM gets stopped and resumed in the target host. In an infrastructure with :ref:`multiple system datastores `, the VM storage can be also migrated (the datastore id can be specified). Note: By default, the above operations do not check the target host capacity. You can use the ``--enforce`` option to be sure that the host capacity is not overcommitted. @@ -1186,10 +1186,10 @@ After that you can access the VM and configure the SSH service: .. |sunstone_guac_rdp| image:: /images/sunstone_guac_rdp.png .. |sunstone_guac_rdp_interface| image:: /images/sunstone_guac_rdp_interface.png .. |sunstone_guac_nic_1| image:: /images/sunstone_guac_nic_1.png -.. |sunstone_guac_nic_2| image:: /images/sunstone_guac_nic_2.png +.. |sunstone_guac_nic_2| image:: /images/sunstone_guac_nic_2.png .. |sunstone_sg_main_view| image:: /images/sunstone_sg_main_view.png .. |sunstone_sg_attach| image:: /images/sunstone_sg_attach.png .. |fireedge_sunstone_ssh_list| image:: /images/fireedge_sunstone_ssh_list.png :width: 45% .. |fireedge_sunstone_ssh_console| image:: /images/fireedge_sunstone_ssh_console.png - :width: 45% \ No newline at end of file + :width: 45%