mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-13 08:58:33 +03:00
qemu: driver: Fix error message in qemuDomainBlockCommit
When qemu does not support changing of the backing store string, we'd reaport that block pull is not supported instead of block commit. Signed-off-by: Peter Krempa <pkrempa@redhat.com>
This commit is contained in:
parent
18ba54c015
commit
e8da1a61ca
@ -17705,7 +17705,7 @@ qemuDomainBlockCommit(virDomainPtr dom,
|
||||
topSource != disk->src) {
|
||||
if (!virQEMUCapsGet(priv->qemuCaps, QEMU_CAPS_CHANGE_BACKING_FILE)) {
|
||||
virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
|
||||
_("this qemu doesn't support relative blockpull"));
|
||||
_("this qemu doesn't support relative block commit"));
|
||||
goto endjob;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user