diff --git a/nova/virt/libvirt/driver.py b/nova/virt/libvirt/driver.py index 3cc061d1aae9..8ab19f7adfdb 100644 --- a/nova/virt/libvirt/driver.py +++ b/nova/virt/libvirt/driver.py @@ -5803,10 +5803,8 @@ class LibvirtDriver(driver.ComputeDriver): raise exception.MigrationPreCheckError(reason=msg) elif not (dest_check_data.is_shared_block_storage or dest_check_data.is_shared_instance_path): - reason = _("Live migration can not be used " - "without shared storage except " - "a booted from volume VM which " - "does not have a local disk.") + reason = _("Shared storage live-migration requires either shared " + "storage or boot-from-volume with no local disks.") raise exception.InvalidSharedStorage(reason=reason, path=source) # NOTE(mikal): include the instance directory name here because it