Comments

730 Comments
karma

Works fine.

karma

Tested, works.

BZ#1250942 clicking on buttons on error pop-up doesn't work
karma

Works fine

karma

Works for me

Tested, works.

karma

Tested, works.

Tested, works.

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"