Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

F OpenNebula/one#6430: Refactor capacity planning section #2953

Merged
merged 1 commit into from
Jul 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified source/images/sunstone_update_quota.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified source/images/sunstone_user_info_quotas.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added source/images/vmg_wizard_create-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified source/images/vmg_wizard_create.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ To create a VM Group, use the Sunstone web interface, or create a template file
Placement Policies
================================================================================

The following placement policies cane be applied to the VMs of a VM Group.
The following placement policies can be applied to the VMs of a VM Group.

VM to Host Affinity
--------------------------------------------------------------------------------
Expand Down Expand Up @@ -98,7 +98,7 @@ Role to Role Affinity

Specifies whether the VMs of a role have to be placed together or separately with the VMs of other role. This useful to combine the Host-VM and VM-VM policies. Affinity rules for roles are set with the ``AFFINED`` and ``ANTI_AFFINED`` attributes.

For example, consider that you need the VMs of a database to run together so they access the same storage. At the same time, you need all the backup VMs to run in a separate hosts; and you need database and backups to be also in different hosts. Finally, you may have some constraints about where the database and backups may run:
For example, consider that you need the VMs of a database to run together so they access the same storage. At the same time, you need all the backup VMs to run in a separate hosts; and you need database and backups to also be in different hosts. Finally, you may have some constraints about where the database and backups may run:

.. prompt:: bash $ auto

Expand Down Expand Up @@ -157,5 +157,7 @@ Managing VM Groups with Sunstone
You can also manage VM Groups using :ref:`Sunstone <sunstone>`, through the VM Group tab.

|vmg_wizard_create|
|vmg_wizard_create-2|

.. |vmg_wizard_create| image:: /images/vmg_wizard_create.png
.. |vmg_wizard_create-2| image:: /images/vmg_wizard_create-2.png
Loading