From ca6d115deaccc714d53626008bd9a31a9a3b4c6d Mon Sep 17 00:00:00 2001 From: Andrea Bolognani Date: Mon, 13 Jan 2020 11:49:47 +0100 Subject: [PATCH] news: Fix typo (Libivrt -> Libvirt) Signed-off-by: Andrea Bolognani Reviewed-by: Michal Privoznik --- docs/news.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/news.xml b/docs/news.xml index 4f1bea4fb5..f05d5f1736 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -95,7 +95,7 @@ For a long time libvirt was assuming that a backing file is RAW when the format was not specified. This didn't pose a problem until blockdev - support was enabled in last release. Libivrt now requires that + support was enabled in last release. Libvirt now requires that the format is specified in the image metadata or domain XML and the VM will refuse to start otherwise. Additionally the error message now links to the knowledge base which summarizes how to fix the images.