Hide Forgot
Description of problem: [root@hp-dl388eg8-01 mount]# mount | grep /mnt/scratch /dev/loop0 on /mnt/scratch type btrfs (rw,relatime,seclabel,space_cache) [root@hp-dl388eg8-01 mount]# btrfs subvolume get-default /mnt/scratch ID 5 (FS_TREE) [root@hp-dl388eg8-01 mount]# echo $? 1 <==== should be 0 Seems like a regression, I haven't seen this before. Version-Release number of selected component (if applicable): btrfs-progs-0.20.rc1.20130917git194aa4a-1.el7 How reproducible: always Steps to Reproduce: 1. mount a btrfs at /mnt 2. btrfs subvolume get-default /mnt 3. echo $? Actual results: return value is 1 Expected results: return value should be 0 Additional info:
Eryu, since you have this in an RHTS test, do you know if it's still failing w/ the btrfs-progs rebase? Also, moving to rhel7.1 for now, this just isn't that critical. Thanks, -Eric
It's fixed in btrfs-progs-3.12-4.el7, closed it as CURRENTRELEASE.