Jump to: navigation, search

Difference between revisions of "Start"

 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
== Start by Nova-Scheduler ==
 
== Start by Nova-Scheduler ==
  
 +
This is a new start logic.<br />
 +
This is slightly different from the original version.<br />
 +
This version is modified from SAMSUNG sds<br />
 +
If you start the instance after stop, the instance will started at optimal Compute host.<br />
 +
The selected host is through the nova-scheduler.<br /><br />
  
==== This is a new start logic.====
+
<big><Before Logic><br /></big>
 +
1. Do not use the scheduler originally in start logic of Openstack Nova<br />
 +
2. Start on the host where the instance is created<br />
 +
[[File:2013-08-13 11.04.56.png]]
  
This is slightly different from the original version.
+
<big><After Logic><br /></big>
This version is modified from SAMSUNG sds
+
1. When the stopped instance start, Changed to start from the hosts that is selected by nova-scheduler<br />
If you start the instance after stop, the instance will started at optimal Compute host.
+
2. When the VM starts, Check the resources through check_resource_limit()<br />
The selected host is through the nova-scheduler.  
+
[[File:2013-08-13 11.05.01.png]]
  
  
<Before>
+
<big>Pros<br /></big>
- Do not use the scheduler originally in start logic of Openstack Nova
+
- You can use resources efficiently <br />
- Start on the host where the instance is created
+
- When you start a virtual machine, You can solve the problem that is error caused by the lack of resources on a host.<br /><br />
 +
 
 +
<big>This is a sequence diagram. This logic already implemented in Folsom Logic at Samsung SDS</big><br />
  
 
[[File:Folsom start sequence diagram.png]]
 
[[File:Folsom start sequence diagram.png]]

Latest revision as of 07:45, 13 August 2013

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