From fd2ff2aab939821247489a53297422be06e0d682 Mon Sep 17 00:00:00 2001 From: Axel Beckert Date: Tue, 24 Mar 2015 16:51:45 +0100 Subject: [PATCH] Known regression with older LVM releases and --yes to fix before the next release --- KNOWN_BUGS.markdown | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/KNOWN_BUGS.markdown b/KNOWN_BUGS.markdown index 093d1cc..88ba793 100644 --- a/KNOWN_BUGS.markdown +++ b/KNOWN_BUGS.markdown @@ -4,7 +4,12 @@ KNOWN BUGS in xen-tools Bugs to fix before next release ------------------------------- -[None so far] +* Older versions of LVM don't understand `--yes` while newer versions + require it. The fix for the latter + ([Debian bug report 754517](https://bugs.debian.org/754517)) + introduced a regression with older LVM versions, e.g. on Debian 7 + Wheezy. There's likely an LVM version check and an according switch + necessary. Bugs to fix rather soon -----------------------