Package: btrfs-compsize
Version: 1.5-1.1
Severity: normal
Tags: upstream
When run on an active NFS server it repeatedly fails with the following error
message:
open("FILENAME REDACTED"): Resource temporarily unavailable
Here's the relevant strace output:
openat(AT_FDCWD, "FILENAME REDACTED", O_RDONLY|O_NOCTTY|O_NONBLOCK|O_NOFOLLOW)
= -1 EAGAIN (Resource temporarily unavailable)
write(2, "open(\"FILENAME REDACTED"..., 92) = 92
exit_group(1) = ?
+++ exited with 1 +++
What I expect to happen is one of two things:
1) Just skip that file with an error message and report on the tens of
thousands of files that it could open without EAGAIN.
2) Retry the file, the lock is of short duration and it shouldn't delay
the overall process much.
-- System Information:
Debian Release: forky/sid
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 7.1.3+deb14-amd64 (SMP w/18 CPU threads; PREEMPT)
Kernel taint flags: TAINT_CPU_OUT_OF_SPEC
Locale: LANG=en_AU, LC_CTYPE=en_AU (charmap=ISO-8859-1), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: unable to detect
Versions of packages btrfs-compsize depends on:
ii libc6 2.42-17
btrfs-compsize recommends no packages.
Versions of packages btrfs-compsize suggests:
ii btrfs-progs 7.0-1+b1
-- debconf-show failed