Mountpoint detection for rm'able devices, and a couple BTRFS fixes. Add an epoch to blivet.
Updates may require up to 24 hours to propagate to mirrors. If the following command doesn't work, please retry later:
sudo dnf upgrade --refresh --advisory=FEDORA-2015-1287
Please login to add feedback.
This update has been submitted for testing by sbueno.
Taskotron: depcheck test PASSED on x86_64. Result log: https://taskotron.fedoraproject.org/taskmaster//builders/x86_64/builds/31883/steps/runtask/logs/stdio (results are informative only)
Taskotron: depcheck test PASSED on i386. Result log: https://taskotron.fedoraproject.org/taskmaster//builders/x86_64/builds/31892/steps/runtask/logs/stdio (results are informative only)
This update is currently being pushed to the Fedora 21 testing updates repository.
How to test this update: 1. You need a removable device (USB flash disk) with btrfs subvolumes: - sudo mkfs.btrfs -f -L testbtrfs /dev/sdb (assuming /dev/sdb is an empty removable device) - sudo mkdir /mnt/btrfs - sudo mount -t btrfs /dev/sdb /mnt/btrfs - sudo btrfs subvolume create /mnt/btrfs/subvol1 - sudo btrfs subvolume create /mnt/btrfs/subvol2 2. Run python console as root and insert following code: "import blivet; b = blivet.Blivet(); b.reset(); b.devicetree.populate()" 3. Run "for device in b.devices: print device.name" which will print list of devices on your computer. Check that "testbtrfs", "subvol1" and "subvol2" are listed. 4. Run "b.devicetree.getDeviceByName("testbtrfs").format.mountpoint", it should print "/mnt/btrfs"
Critical path update approved
I can confirm that the testing sequence works as expected.
This update has been pushed to testing
Looks good to me!
This update has reached the stable karma threshold and will be pushed to the stable updates repository
Taskotron: upgradepath test PASSED on noarch. Result log: https://taskotron.fedoraproject.org/taskmaster//builders/x86_64/builds/32888/steps/runtask/logs/stdio (results are informative only)
This update is currently being pushed to the Fedora 21 stable updates repository.
This update has been pushed to stable