compute CDM problem
This bug report was converted into a question: question #633533: compute_model problem.
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
watcher |
Fix Released
|
Undecided
|
suzhengwei |
Bug Description
I create a continus audit used vm_workload_
Once a compute node is set disabled, it will be removed from self._compute_
The disabled compute nodes in one availability zone is useful to watcher's strategies. But limited to nova api, we only can get the active compute nodes in the availability zone, so we build an imprecise compute CDM(without disabled compute nodes) in watcher.
description: | updated |
Changed in watcher: | |
assignee: | nobody → sue (sue.sam) |
Changed in watcher: | |
status: | New → Invalid |
summary: |
- compute_model problem + compute_CDM problem |
summary: |
- compute_CDM problem + compute CDM problem |
description: | updated |
description: | updated |
Changed in watcher: | |
status: | Invalid → New |
Reviewed: https:/ /review. openstack. org/489440 /git.openstack. org/cgit/ openstack/ watcher/ commit/ ?id=783627626c7 a1d5156272cb3d6 1faa0a827e023c
Committed: https:/
Submitter: Jenkins
Branch: master
commit 783627626c7a1d5 156272cb3d61faa 0a827e023c
Author: Hidekazu Nakamura <email address hidden>
Date: Tue Aug 1 10:16:26 2017 +0900
Fix compute CDM to include disabled compute node
Currently compute CDM excludes disabled compute node.
This patch set fixes compute CDM to include disabled compute node.
Change-Id: I8236bb73e0d9bb 242251c2abfb59a d5693087afa
Closes-Bug: #1685787