HWCloudEngine / hybrid_cloud

6 stars 12 forks source link

[Storage Gateway] Basic Control Plane #116

Open yinweiishere opened 7 years ago

yinweiishere commented 7 years ago

This work is to enable integration test with SG. Currently, we take a temporary approach: volume with SG volume type, we will enable to create/delete/attach/detach this type of volume. (Later on, we will make it a more flexible feature: user could enable SG service on volume with any volume type, once the volume is available. So SG is a decoration service which enable volume of any type to replicate/backup across clouds.) Bin is working on this item

yinweiishere commented 7 years ago

status: volume attach sequence with sg graph Done; fix bugs in Journal lease, Journal Replayer; modify nova driver and cinder driver, attach volume with storage-gateway (tgt) in vCloud Done;

updated it on behalf of Bin: plan: modify nova driver and cinder driver, attach volume with storage-gateway in aws (tgt); test journal replayer; implement storage-gateway agent;

smile-luobin commented 7 years ago

status: modify nova driver and cinder driver, attach volume with storage-gateway in aws (tgt) Done;

plan: test attach volume and detach volume with storage-gateway in CI; implement storage-gateway agent;

smile-luobin commented 7 years ago

status on 2016-10-25:

  1. integration test with SG done;
  2. Basic Control Pane design done;
  3. SGDriver class diagram done; plan:
  4. implement SGDriver;
  5. implement SG control rpc-server, SG control rpc-client;