You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2018/04/23 17:40:43 UTC

[GitHub] khos2ow commented on issue #2412: CLOUDSTACK-9677: Adding storage policy support for swift as secondary…

khos2ow commented on issue #2412: CLOUDSTACK-9677: Adding storage policy support for swift as secondary…
URL: https://github.com/apache/cloudstack/pull/2412#issuecomment-383660557
 
 
   Finally I managed some time to test this! (sorry for delay). I did couple round of manual tests as follow:
   - created a secondary storage of type Swift with storage policy: `region-1`
   - created a VM: `vm-1`
   - created a volume (`vm-1-vol-1`) and attached to it
   - created a snapshot of that volume and checked to see validated it ended up in `region-1`
   - deleted secondary storage `region-1`
   - created a secondary storage of type Swift with storage policy: `region-2`
   - created a VM: `vm-2`
   - created a volume (`vm-2-vol-1`) and attached to it
   - created a snapshot of that volume and checked to see validated it ended up in `region-2`

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services