]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
util: storage: Link to knowledge base when reporting missing image backing format
authorPeter Krempa <pkrempa@redhat.com>
Fri, 10 Jan 2020 11:27:07 +0000 (12:27 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Fri, 10 Jan 2020 11:49:03 +0000 (12:49 +0100)
Mention the knowledge base article which has tips how to fix the backing
chain to work with current libvirt.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
src/util/virstoragefile.c

index e46ac992192daba439d56e7f1bd7f86cf01c5f43..1397f532fde762654cf9d7a06bbec60a5f0bca4d 100644 (file)
@@ -4979,7 +4979,8 @@ virStorageFileGetMetadataRecurse(virStorageSourcePtr src,
              */
             if (report_broken) {
                 virReportError(VIR_ERR_OPERATION_INVALID,
-                               _("format of backing image '%s' of image '%s' was not specified in the image metadata"),
+                               _("format of backing image '%s' of image '%s' was not specified in the image metadata "
+                                 "(See https://libvirt.org/kbase/backing_chains.html for troubleshooting)"),
                                src->backingStoreRaw, NULLSTR(src->path));
                 return -1;
             }