Jump to: navigation, search

Difference between revisions of "User:Caitlinbestler"

(Cinder Taskflows)
(Cinder Taskflows)
Line 9: Line 9:
  
 
[[Cinder Backend Activities]]
 
[[Cinder Backend Activities]]
 
+
[[Cinder Backend Activity Attributes]]
UML Testing
 
----------------
 
#startuml
 
Host --> CinderBackend : read
 
CinderBackend --> Host: read_payload
 
Host --> SwiftServer : put
 
#enduml
 

Revision as of 20:13, 25 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 Cinder Backend Activity Attributes