stable

python-blivet-0.61.14-1.fc21

FEDORA-2015-1287 created by sbueno 9 years ago for Fedora 21

Mountpoint detection for rm'able devices, and a couple BTRFS fixes. Add an epoch to blivet.

How to install

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

This update has been submitted for testing by sbueno.

9 years ago

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.

9 years ago
User Icon vtrefny commented & provided feedback 9 years ago
karma

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

9 years ago
User Icon vpodzime commented & provided feedback 9 years ago
karma

I can confirm that the testing sequence works as expected.

This update has been pushed to testing

9 years ago
User Icon m4rtink commented & provided feedback 9 years ago
karma

Looks good to me!

This update has reached the stable karma threshold and will be pushed to the stable updates repository

9 years ago

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.

9 years ago

This update has been pushed to stable

9 years ago

Please login to add feedback.

Metadata
Type
bugfix
Karma
3
Signed
Content Type
RPM
Test Gating
Autopush Settings
Unstable by Karma
-3
Stable by Karma
disabled
Stable by Time
disabled
Dates
submitted
9 years ago
in testing
9 years ago
in stable
9 years ago

Automated Test Results