
* Update efficacy indicators and specs. Because audit can not know actual number of instances migrated in previous audits, this patch updates LiveInstanceMigrateCount means the number of instances should be live migrated in each audit. live_instance_migrate_ratio is also updated to PlannedLiveInstanceMigrateCount / LiveInstanceMigrateCount. Cold migration, volume migration, and volume update were also updated as the same way. * Update how to prioritize instances and volumes. The strategy chooses instances in descending order of one of the list. To choosing volumes is also updated as the same manner. * Remove changing migration parallel number by network workload. The number of actions to be run in parallel per node or pool is given by the input parameter and not vary from now on. Change-Id: I740e13ec235d80b55f38582906132a01b90387a6
Team and repository tags
README
Watcher Specifications
This git repository is used to hold approved design specifications for additions to the Watcher project. Reviews of the specs are done in gerrit, using a similar workflow to how we review and merge changes to the code itself. For specific policies around specification review, refer to the end of this document.
The layout of this repository is:
specs/<release>/
Where there are two sub-directories:
specs/<release>/approved: specifications approved, but not yet implemented specs/<release>/implemented: implemented specifications
Description
Languages
Python
100%