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

Feature to request same type of VMs running in different physical nodes #1253

Open
serlophug opened this issue Nov 24, 2021 · 1 comment
Open
Assignees

Comments

@serlophug
Copy link
Member

I'm thinking of a new feature for IM: the possibility to request the virtual machines of a certain type of node are running in different physical nodes.

Suppose the following scenario: We have a distributed storage system well-configured with redundancy and deployed in HA. If all the VMs that compose the storage infrastructure are running in the same physical node and this node goes down, the storage will be lost. Thus, although the administrator configured the storage with redundancy, the storage can be lost.

Maybe a solution can be implemented as a new field in system specification at the RADL to indicate that the VMs of that type of node must be allocated in different (if it is possible) physical nodes. From the technical point of view, we can check the node affinity policies (https://docs.openstack.org/senlin/pike/scenarios/affinity.html).

@micafer micafer self-assigned this Nov 24, 2021
@micafer
Copy link
Member

micafer commented Nov 26, 2021

Server Groups functionality is not implemented in Libcloud OpenStack driver, we should add it:
Docs:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants