----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/5719/ -----------------------------------------------------------
Review request for cloudstack, Prachi Damle and Nitin Mehta. Description ------- Issue happens when ROOT volume gets created and there is subsequent failure in starting the VM. During retry if allocator assigns a different storage pool the scenario was not handled. Now in case of local storage the volume get recreated on the newly assigned pool and old one gets cleaned up. In case of shared storage the existing volume is migrated to new storage pool. Diffs ----- server/src/com/cloud/storage/StorageManagerImpl.java 3fe27ae Diff: https://reviews.apache.org/r/5719/diff/ Testing ------- Yes Thanks, Koushik Das