Jump to: navigation, search

Difference between revisions of "User:Caitlinbestler"

(Caitlin Bestler's page)
 
(Cinder Taskflows)
Line 9: Line 9:
  
 
[[Cinder Backend Activities]]
 
[[Cinder Backend Activities]]
 +
 +
UML Testing
 +
----------------
 +
#startuml
 +
Host --> CinderBackend : read
 +
CinderBackend --> Host: read_payload
 +
Host --> SwiftServer : put
 +
#enduml

Revision as of 15:32, 18 September 2013

Cinder Taskflows

This is an initiative by Nexenta to enable external Cinder targets to execute tasks efficiently.

Default code tends to assume that Cinder volumes are local, which can be very inefficient when they are in fact on a different server. Tasks such as copying content to a 3rd server are handled more efficiently when offloaded to the target server where the content actually is stored.

Cinder Backend Activities

UML Testing


  1. startuml

Host --> CinderBackend : read CinderBackend --> Host: read_payload Host --> SwiftServer : put

  1. enduml