Skip to content

Commit c7ffb3e

Browse files
committed
el7+: support live storage migration for kvm by default
Considering that we have addressed a considerable effort on allowing KVM to perform storage data motion, this PR proposes updating the 'hypervisor_capabilities' table setting the 'storage_motion_supported' to '1' for KVM. PRs that implemented KVM storage motion features: Non-managed storages apache#2997 KVM VM live migration with ROOT volume on file storage type apache#2983 KVM live storage migration intra cluster from NFS source and destination Managed storages apache#2298 CLOUDSTACK-9620: Enhancements for managed storage Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
1 parent f155caa commit c7ffb3e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

engine/schema/src/main/resources/META-INF/db/schema-41300to41400.sql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,5 @@
1919
-- Schema upgrade from 4.13.0.0 to 4.14.0.0
2020
--;
2121

22+
-- KVM: enable storage data motion on KVM hypervisor_capabilities
23+
UPDATE `cloud`.`hypervisor_capabilities` SET `storage_motion_supported` = 1 WHERE `hypervisor_capabilities`.`hypervisor_type` = 'KVM';

0 commit comments

Comments
 (0)