You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For libblockdev to support bcachefs it would be great to have a library shipped with bcachefs-tools, so we don't have to rely on parsing the output of bcachefs for getting devices, filesystem usage. btrfs-progs offers libbtrfsutil which has one notable user snapper.
One example where extra work has to be done is extracting the size / usage using regex which is quite brittle. Alternatively having JSON output would also be great for scripting with jq.
For libblockdev to support bcachefs it would be great to have a library shipped with bcachefs-tools, so we don't have to rely on parsing the output of
bcachefs
for getting devices, filesystem usage. btrfs-progs offers libbtrfsutil which has one notable user snapper.One example where extra work has to be done is extracting the size / usage using regex which is quite brittle. Alternatively having JSON output would also be great for scripting with jq.
For reference, this is the libbtrfsutil reference
The text was updated successfully, but these errors were encountered: