Jump to: navigation, search

Start

Start by Nova-Scheduler

This is a new start logic.
This is slightly different from the original version.
This version is modified from SAMSUNG sds
If you start the instance after stop, the instance will started at optimal Compute host.
The selected host is through the nova-scheduler.

<Before Logic>
1. Do not use the scheduler originally in start logic of Openstack Nova
2. Start on the host where the instance is created
2013-08-13 11.04.56.png

<After Logic>
1. When the stopped instance start, Changed to start from the hosts that is selected by nova-scheduler
2. When the VM starts, Check the resources through check_resource_limit()
2013-08-13 11.05.01.png


Pros
- You can use resources efficiently
- When you start a virtual machine, You can solve the problem that is error caused by the lack of resources on a host.

This is a sequence diagram. This logic already implemented in Folsom Logic at Samsung SDS

Folsom start sequence diagram.png