Package: btrfs-tools
Version: 0.19+20130315-2
Severity: important

Just upgraded from stable to sid on a machine where rootfs is on a btrfs
partition. The machine does hangs during boot because fsck failed. The call
chain is:

| init boot
|  \_ /bin/sh /etc/init.d/rc S
|      \_ startpar -p 4 -t 20 -T 3 -M boot -P N -R S
|          \_ /bin/sh /etc/init.d/checkroot.sh start
|              \_ logsave -s /var/log/fsck/checkroot fsck -C -a -t btrfs /run 
/rootdev
|                  \_ fsck -C -a -t btrfs /run/rootdev
|                      \_ /bin/sh /sbin/fsck.btrfs -a /run/rootdev
|

with 

|lrwxrwxrwx 1 root root 7 May 20 11:23 /sbin/fsck.btrfs -> btrfsck

and the output is

| $ /sbin/fsck.btrfs -a /run/rootdev
| Unknown option: -a
| usage: btrfs [--help] [--version] <group> [<group>...] <command> [<args>]
| $ echo $?
| 129

-a and -y should be probably mapped to --repair by fsck for btrfs or
implemented by btrfs-tools. Any idea what is the better way?

Sebastian


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to