Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update subvolume_info in btrfsutil to optionally take a UUID #784

Open
CopOnTheRun opened this issue May 1, 2024 · 0 comments
Open

Update subvolume_info in btrfsutil to optionally take a UUID #784

CopOnTheRun opened this issue May 1, 2024 · 0 comments

Comments

@CopOnTheRun
Copy link

Currently the btrfsutil python binding has the option to get a SubvolumeInfo object from the subvolume_info function by passing either a path which will return the SubvolumeInfo object for that path, or if a subvolume ID is also provided, it will return the object matching that ID. The command line program also has the option to pass in a UUID (btrfs subvolume show --uuid ...), it would be nice to see this functionality mirrored in the python bindings as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants