dcavalca / rpms / util-linux

Forked from rpms/util-linux 2 years ago
Clone

Blame SOURCES/0009-tests-enlarge-backing-file-for-fstab-btrfs.patch

069435
From a0753a5452e293da56e1e8579d17b4eb19a7d6a2 Mon Sep 17 00:00:00 2001
069435
From: Karel Zak <kzak@redhat.com>
069435
Date: Fri, 30 Nov 2018 12:22:48 +0100
069435
Subject: [PATCH 09/14] tests: enlarge backing file for fstab-btrfs
069435
069435
It seems the new limit for Btrfs is 47MiB.
069435
069435
Addresses: https://bugzilla.redhat.com/show_bug.cgi?id=1656437
069435
Upstream: http://github.com/karelzak/util-linux/commit/7174b93dfda08f87228bb7aec6274fe60af581bd
069435
Signed-off-by: Karel Zak <kzak@redhat.com>
069435
---
069435
 tests/ts/mount/fstab-btrfs | 2 +-
069435
 1 file changed, 1 insertion(+), 1 deletion(-)
069435
069435
diff --git a/tests/ts/mount/fstab-btrfs b/tests/ts/mount/fstab-btrfs
069435
index 090f52304..54c6bb8ba 100755
069435
--- a/tests/ts/mount/fstab-btrfs
069435
+++ b/tests/ts/mount/fstab-btrfs
069435
@@ -42,7 +42,7 @@ TS_MOUNTPOINT_SUBVOL="$TS_MOUNTPOINT-subvol"
069435
 TS_MOUNTPOINT_SUBVOLID="$TS_MOUNTPOINT-subvolid"
069435
 TS_MOUNTPOINT_BIND="$TS_MOUNTPOINT-bind"
069435
 
069435
-ts_device_init 42
069435
+ts_device_init 50
069435
 DEVICE=$TS_LODEV
069435
 [ -d "$TS_MOUNTPOINT_CREATE" ] || mkdir -p "$TS_MOUNTPOINT_CREATE"
069435
 [ -d "$TS_MOUNTPOINT_DEFAULT" ] || mkdir -p "$TS_MOUNTPOINT_DEFAULT"
069435
-- 
069435
2.17.2
069435