Package: fsarchiver
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:

  * Update XFS test to use a 500MB filesystem as mkfs.xfs now imposes
    a 300MB minimum size since 6.0.0


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 fsarchiver-0.8.6/debian/tests/backup-and-restore-xfs.sh 
fsarchiver-0.8.6/debian/tests/backup-and-restore-xfs.sh
--- fsarchiver-0.8.6/debian/tests/backup-and-restore-xfs.sh     2021-02-27 
19:56:03.000000000 +0100
+++ fsarchiver-0.8.6/debian/tests/backup-and-restore-xfs.sh     2022-12-01 
17:56:02.000000000 +0100
@@ -8,7 +8,7 @@
 FILE=/tmp/loop
 
 # Create a 100M file
-dd if=/dev/zero of=$FILE bs=1M count=100 status=none
+dd if=/dev/zero of=$FILE bs=1M count=500 status=none
 
 DEVICE=$(losetup -fP --show $FILE)
 echo "Successfully created $DEVICE"

Reply via email to