storaged-project / blivet

A python module for configuration of block devices
GNU Lesser General Public License v2.1
97 stars 85 forks source link

bcachefs support #1238

Open hgkamath opened 2 months ago

hgkamath commented 2 months ago

Filing this bug to track support for bcachefs partitions, volumes, subvolumes and cache devices

blivet and blivet-gui are used as the installation partition manager in distributions such as Fedora. bcachefs support will let the user to use the gui partitioning tool for such without having to go to command line and invoke commands directly.

vojtechtrefny commented 2 months ago

We are definitely planning to support bcachefs in the future, but we currently don't have any concrete plans or timeline for it. We'll need to start with libblockdev support, some initial work was already started, see https://github.com/storaged-project/libblockdev/pull/959