This is an automated email from the ASF dual-hosted git repository.
pearl11594 pushed a change to branch clvm-enhancements
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
from 190b201d9e5 clvm deletion called explicitly
add 8fb082c9eee made necessary changes to allow migration of lock and
deletion of detached volumes
No new revisions were added by this update.
Summary of changes:
...rationCommand.java => PreMigrationCommand.java} | 16 ++--
.../engine/subsystem/api/storage/VolumeInfo.java | 6 --
.../com/cloud/vm/VirtualMachineManagerImpl.java | 40 ++++++++++
.../engine/orchestration/VolumeOrchestrator.java | 34 +++++++--
.../storage/endpoint/DefaultEndPointSelector.java | 53 +++++++++++++-
.../cloudstack/storage/volume/VolumeObject.java | 7 +-
.../wrapper/LibvirtMigrateCommandWrapper.java | 3 -
.../LibvirtPostMigrationCommandWrapper.java | 2 +-
.../wrapper/LibvirtPreMigrationCommandWrapper.java | 85 ++++++++++++++++++++++
.../com/cloud/storage/VolumeApiServiceImpl.java | 46 +++++++++++-
10 files changed, 266 insertions(+), 26 deletions(-)
copy core/src/main/java/com/cloud/agent/api/{PostMigrationCommand.java =>
PreMigrationCommand.java} (69%)
create mode 100644
plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/resource/wrapper/LibvirtPreMigrationCommandWrapper.java