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

btrfs subvolume support #102

Open
asciiprod opened this issue Apr 6, 2016 · 0 comments
Open

btrfs subvolume support #102

asciiprod opened this issue Apr 6, 2016 · 0 comments

Comments

@asciiprod
Copy link

Currently when choosing btrfs, no subvolume is create as recommended
https://btrfs.wiki.kernel.org/index.php/SysadminGuide#Layout

It is also not possible to designate one partition as btrfs and create multiple subvolume with different mountpoints within.
The LVM code provides something similar, but is horrible and needs to do so much calculations whether there is still enough space. With btrfs we would just have to check that the toplevel volume (the device) itself has enough space for the image. We already do that more or less, by requiring that / is at least 1500MB

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