Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP7:Update
resource-agents.27072
0001-VirtualDomain-drop-prefix-xenmigr-from-mig...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0001-VirtualDomain-drop-prefix-xenmigr-from-migrate-uri.patch of Package resource-agents.27072
From 51b41a4b54b21813020b3212e818ee4d462c8abe Mon Sep 17 00:00:00 2001 From: Gang He <ghe@suse.com> Date: Thu, 5 Aug 2021 16:45:39 +0800 Subject: [PATCH 1/1] VirtualDomain: drop prefix xenmigr from migrate uri Since 'xenmigr' scheme was no longer supported by libvirt, we should remove the prefix 'xenmigr' from migrate uri. Otherwise, there will be an error when migrate VM. --- heartbeat/VirtualDomain | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/heartbeat/VirtualDomain b/heartbeat/VirtualDomain index 4142cad5..097ce012 100755 --- a/heartbeat/VirtualDomain +++ b/heartbeat/VirtualDomain @@ -854,7 +854,7 @@ mk_migrateuri() { echo "tcp:${migrate_target}:${OCF_RESKEY_migrateport}" ;; xen) - echo "xenmigr://${migrate_target}" + echo "${migrate_target}" ;; *) ocf_log warn "$DOMAIN_NAME: Migration via dedicated network currently not supported for ${hypervisor}." -- 2.31.1
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor