lp://staging/~ntt-pf-lab/nova/openstack-qa-nova-872171
- Get this branch:
- bzr branch lp://staging/~ntt-pf-lab/nova/openstack-qa-nova-872171
Branch merges
Branch information
Recent revisions
- 1617. By Johannes Erdfelt
-
The xenapi driver currently names VDIs in the form "Glance image %d". In cases of failures or other troubleshooting, it's difficult to differentiate VDIs from each other. This patch changes the VDI name to match the instance name.
- 1616. By Rick Harris
-
This patch adds flavor filtering, specifically the ability to flavor on minRam, minDisk, or both, per the 1.1 OSAPI spec.
In addition, this patch refactors instance_
type_get_ all to return a *list* of instance_types instead of a *dict*. This makes it more consistent with the rest of the DB API. - 1615. By William Wolf
-
Add next links for server lists in OSAPI 1.1. This adds servers_links to the json responses, and an extra atom:link element to the servers node in the xml response.
- 1614. By Dan Prince
-
Update exception.
wrap_exception so that all exceptions (not just Error and NovaException types) get logged correctly. - 1613. By Rick Harris
-
This patch adds instance progress which is used by the OpenStack API to indicate how far along the current executing action is (BUILD/REBUILD, MIGRATION/RESIZE).
For the first cut, we decided to keep it simple and compute progress by counting discrete steps. This is not ideal since some steps, in particular, steps which involve transferring large amounts of data over the network, take *much* longer than others. A better approximation would account for the data-transferred to the destination host, since in most cases, this dominates the time spent.
In addition to adding progress, this patch:
- Allows resizes to use same host for source and destination which is useful for dev environments without a second host. This is enabled by the --allow_
resize_ to_same_ host flag. - Fixes a bug in the glance and migration XenAPI plugins where the VHDs were being copied into the SR in the wrong order. Before the base-copy was copied first meaning it was possible for snapwatchd to see the base-copy before the dependent cow was present. It was treat the base_copy as an unreferenced parent, and GC it.
- Additional refactoring and cleanups.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/nova/essex