kdave

Results 317 comments of kdave

The fix is (probably) just mechanical: - add aliases to the implementations in libbtrfsutil/python/*.c, eg. for is_subvolume add `__attribute__((alias(orig)))` subvolume_is_valid - copy the entry in libbtrfsutil/python/module.c for each new alias...

Yeah, understandable. Unfortunatelly the util and python library has been neglected, mostly fixups. But you've uncovered a big deficiency in the API, it'll get fixed over time so you might...

I think you understood it right. The code change is in the big loop in `make_btrfs` which creates the initial tree structures. At this time the signature magic (`!BHRfS_M`) is...

Thanks, this is still missing some usability bits. The new ioctl should be preferred if it exists, there's a mode to check it. Either it works or its -ENOTTY. The...

I see the same "disk full error" and it is not fixe by the updated settings for the ESP partition. I'm building openSUSE Tumbleweed on openSUSE Tumbleweed, mkosi version 25....

Thanks, requesting kernel-default package installation reduced the size to 1.3G and the image got built.

@adam900710 Can you please have a look how the verity data can be added during the mkdir --rootdir? The rest (interface, conditional support, etc) can be dealt with later. For...

The default subvolume cannot be deleted and both userspace and kernel do the check. It's there to distinguish the "what you want to delete is possible but forbidden because it's...