Jump to: navigation, search

Difference between revisions of "HostAgent"

 
Line 3: Line 3:
  
 
Live Notes may be taken for this topic at: http://etherpad.openstack.org/HostAgent
 
Live Notes may be taken for this topic at: http://etherpad.openstack.org/HostAgent
 +
 +
=== Considerations ===
 +
 +
* Heavy I/O operations should be executed with Processing Pools (or some mechanism that limits concurrent operations)
 +
* Upgrades to [[HostAgent]] code (apt-get update) without breaking current long running tasks (spawning of instances)
 +
* [[HostAgent]] should be stateless, with persistent state in the datastore

Revision as of 11:42, 13 July 2010

Host Agent

Live Notes may be taken for this topic at: http://etherpad.openstack.org/HostAgent

Considerations

  • Heavy I/O operations should be executed with Processing Pools (or some mechanism that limits concurrent operations)
  • Upgrades to HostAgent code (apt-get update) without breaking current long running tasks (spawning of instances)
  • HostAgent should be stateless, with persistent state in the datastore