VMware cluster driver does not favor shared datastores over unshared ones
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Compute (nova) |
Confirmed
|
Medium
|
Unassigned |
Bug Description
For a cluster, especially one that is managed by DRS, placing a new VM on a datastore accessible to the largest number of the cluster's hosts enables capabilities like vMotion, increases resource management flexibility by DRS; whereas placing it in a datastore that is local only to one host has the opposite effect, as it essentially pins the VM to that one host. Hence the driver should by default favor datastores that are more accessible to the cluster's hosts over those that are not. Having this behavior will likely reduce the number of situations when the datastore_regex has to be configured by the administrator to specify allowed datastores. In the degenerate case where there is only one host in the cluster, a local datastore can still be picked for placement.
Changed in nova: | |
assignee: | nobody → Vui Lam (vui) |
summary: |
- VMware cluster driver does not favor shared over unshared datastores + VMware cluster driver does not favor shared datastores over unshared + ones |
description: | updated |
Changed in nova: | |
status: | New → Confirmed |
Changed in nova: | |
importance: | Undecided → High |
tags: | added: havana-backport-potential |
Changed in nova: | |
milestone: | none → icehouse-1 |
Changed in nova: | |
assignee: | Vui Lam (vui) → Radoslav Gerganov (rgerganov) |
Changed in nova: | |
milestone: | icehouse-1 → icehouse-2 |
Changed in nova: | |
importance: | High → Medium |
Changed in nova: | |
milestone: | icehouse-2 → icehouse-3 |
Changed in nova: | |
milestone: | icehouse-3 → icehouse-rc1 |
Changed in nova: | |
milestone: | icehouse-rc1 → next |
tags: | added: icehouse-rc-potential |
tags: | removed: havana-backport-potential icehouse-rc-potential |
Changed in nova: | |
status: | Triaged → Confirmed |
Changed in nova: | |
assignee: | Radoslav Gerganov (rgerganov) → nobody |
Changed in nova: | |
assignee: | nobody → Tracy Jones (tjones-i) |
Changed in nova: | |
status: | Confirmed → In Progress |
Fix proposed to branch: master /review. openstack. org/60010
Review: https:/