|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [OSSTEST PATCH 01/12] ts-xen-build-prep: avoid lvextend segfault (Debian #736173) with wheezy
Signed-off-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx>
---
ts-xen-build-prep | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/ts-xen-build-prep b/ts-xen-build-prep
index b395584..528d0a4 100755
--- a/ts-xen-build-prep
+++ b/ts-xen-build-prep
@@ -133,7 +133,9 @@ sub lvextend1 ($$$) {
my $stripes_free = $stripe_count * $stripe_minfree;
$do_limit_pe->(\$stripes_free, 'striped');
- if ($stripe_minfree && $stripe_count>1) {
+ if ($stripe_minfree && $stripe_count>1
+ && $ho->{Suite} !~ m/wheezy/ # bugs.debian.org/736173
+ ) {
overall_limit_pe(\$stripes_free);
$more_pe += $stripes_free;
target_cmd_root($ho, "lvextend -i$stripe_count -l +$stripes_free $lv");
--
1.7.10.4
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
http://lists.xen.org/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |