Package: glusterfs Severity: important Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu lunar ubuntu-patch X-Debbugs-Cc: juli...@ubuntu.com
In Ubuntu, the attached patch was applied to achieve the following: * debian/tests/create-volume: Bump volume size to 500MB to accomodate mkfs.xfs lower limit in xfsprogs 6.0 (+ some headroom) Thanks for considering the patch. -- System Information: Debian Release: bookworm/sid APT prefers lunar APT policy: (500, 'lunar'), (500, 'kinetic-security'), (500, 'jammy-security') Architecture: amd64 (x86_64) Kernel: Linux 6.1.0-060100rc5-generic (SMP w/16 CPU threads; PREEMPT) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled -- debian developer - deb.li/jak | jak-linux.org - free software dev ubuntu core developer i speak de, en
diff -Nru glusterfs-10.3/debian/tests/create-volume glusterfs-10.3/debian/tests/create-volume --- glusterfs-10.3/debian/tests/create-volume 2022-11-22 15:17:48.000000000 +0100 +++ glusterfs-10.3/debian/tests/create-volume 2022-12-05 10:17:52.000000000 +0100 @@ -56,7 +56,7 @@ } printf "\n\nCreating backend brick file\n" -dd if=/dev/zero of="${brick1_file}" bs=1k count=100k +dd if=/dev/zero of="${brick1_file}" bs=100M count=5 loop=$(losetup -f --show "${brick1_file}") [ -e "${loop}" ] || {