Back to StorNet Meetings
June 3, 2010
Attendees: Dantong, Dimitrios, Xin, Junmin, Arie, Viji
Status code flow in an ideal scenario
- Client calls reserve()
- The status could be (QUEUED) until it becomes TEMPORARY
- TeraPath waits for commit() to be called within a time period, the status then becomes RESERVED
- If commit() is not called within expiration time, then it becomes TIME_OUT
- Client needs to check status again at the start time of the reservation
- If it is ACTIVATED, then client can start using the bandwidth.
- If a status is pulled after the end time of a reservation, then the returned status is EXPIRED.
DN mappings
- add our DNs to the test machines on both BNL and Michigan
- "/DC=org/DC=doegrids/OU=People/CN=Alexander Sim 546622" asim
- "/DC=org/DC=doegrids/OU=People/CN=Junmin Gu 111597" junmin
Endpoint for Terapaths server
- https://198.124.220.9:48583/StorNetAPI/StorNetAPI
State Transition Diagram