https://bugzilla.novell.com/show_bug.cgi?id=776154 https://bugzilla.novell.com/show_bug.cgi?id=776154#c0 Summary: btrfs-progs: The command "btrfs subvolume get-default <path>" don't get the default subvolume id Classification: openSUSE Product: openSUSE 12.2 Version: RC 2 Platform: i686 OS/Version: openSUSE 12.2 Status: NEW Severity: Normal Priority: P5 - None Component: Basesystem AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: Hauptverwaltung.ISBD@debeka.de QAContact: qa-bugs@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux i686; rv:14.0) Gecko/20100101 Firefox/14.0.1 The command "btrfs subvolume get-default <path>" don't get the default subvolume id. It shows same output as "btrfs subvolume list <path>". Reproducible: Always Steps to Reproduce: 1. Make the btrfs partition. (mkfs.btrfs /dev/sdaX) 2. mount /dev/sda2 /mnt 3. cd /mnt 4. btrfs subvolume create __subvolume-1 5. btrfs subvolume create __subvolume-2 6. btrfs subvolume list /mnt output: ID 256 top level 5 path __subvolume-1 ID 257 top level 5 path __subvolume-2 7. btrfs subvolume set-default 256 /mnt 8. btrfs subvolume get-default /mnt Actual Results: The command prints subvolumes list. Expected Results: The command should print default subvolume id. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.