Jump to: navigation, search

Difference between revisions of "Start"

(Heading text)
 
(6 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 />
  
====
+
<big><Before Logic><br /></big>
This is a new start logic.
+
1. Do not use the scheduler originally in start logic of Openstack Nova<br />
This is slightly different from the original version.
+
2. Start on the host where the instance is created<br />
This version is modified from SAMSUNG sds
+
[[File:2013-08-13 11.04.56.png]]
If you start the instance after stop, the instance will started at optimal Compute host.
 
The selected host is through the nova-scheduler.  
 
====
 
  
<Before>
+
<big><After Logic><br /></big>
- Do not use the scheduler originally in start logic of Openstack Nova
+
1. When the stopped instance start, Changed to start from the hosts that is selected by nova-scheduler<br />
- Start on the host where the instance is created
+
2. When the VM starts, Check the resources through check_resource_limit()<br />
 +
[[File:2013-08-13 11.05.01.png]]
 +
 
 +
 
 +
<big>Pros<br /></big>
 +
- You can use resources efficiently <br />
 +
- 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