Jump to: navigation, search

Difference between revisions of "Start"

Line 1: Line 1:
 
== Start by Nova-Scheduler ==
 
== Start by Nova-Scheduler ==
  
<big>This is a new start logic.<br />
+
This is a new start logic.<br />
 
This is slightly different from the original version.<br />
 
This is slightly different from the original version.<br />
 
This version is modified from SAMSUNG sds<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 />  
 
If you start the instance after stop, the instance will started at optimal Compute host.<br />  
The selected host is through the nova-scheduler.</big>
+
The selected host is through the nova-scheduler.<br />
  
Before <br />
+
<big>Before Logic <br /></big>
 
1. Do not use the scheduler originally in start logic of Openstack Nova<br />
 
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 />
 
2. Start on the host where the instance is created<br />
 
[[File:2013-08-13 11.04.56.png]]
 
[[File:2013-08-13 11.04.56.png]]
  
After<br />
+
<big>After<br /></big>
 
[[File:2013-08-13 11.05.01.png]]
 
[[File:2013-08-13 11.05.01.png]]
  
 
[[File:Folsom start sequence diagram.png]]
 
[[File:Folsom start sequence diagram.png]]

Revision as of 07:31, 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
2013-08-13 11.05.01.png

Folsom start sequence diagram.png