-
-
Notifications
You must be signed in to change notification settings - Fork 50
Enable LVM autoextend #5826
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
Comments
This one is annoying: lvm config is quite unfriendly to modify via packages - there is no conf.d, and lvm complains about duplicated options (so appending at the end to override earlier value results in a warning) |
|
I'd like to avoid conflicting/overriding user changes as much as possible. This parameter does make sense for the user to change (for extremely large disks for example). I'd like to at least insert a comment saying what user needs to do, to override automatic value (which would be re-added at subsequent update). |
Should this have priority |
Should be doable. What about modifying it if it is commented out or set to 100, and leaving alone otherwise? |
Automated announcement from builder-github The package
|
Automated announcement from builder-github The component
Or update dom0 via Qubes Manager. |
Qubes OS version
R4.0
Affected component(s) or functionality
lvm, installer
Brief summary
Installer (anaconda) leaves some space not allocated (~20% now, previously less). This is supposed to be used by LVM autoextend to automatically enlarge data or metadata volumes according to the needs. But autoextend is disabled.
To Reproduce
Steps to reproduce the behavior:
1. Install Qubes 4.0
2. Check LVM pool size and settings
3. See ~20% not allocated, but
thin_pool_autoextend_threshold
in/etc/lvm/lvm.conf
set to 100 (effectively disabling the feature)Expected behavior
When free space is left, autoextend should be enabled to make use of it.
Actual behavior
Autoextend not enabled.
Additional context
This is yet another countermeasure for filling up metadata volume.
Relevant documentation you've consulted
#3243
Related, non-duplicate issues
A list of links to other bug reports, feature requests, or tasks in the qubes-issues tracker (or "none" if you didn't find any). Do not describe any other unreported bugs, features, or tasks here.
The text was updated successfully, but these errors were encountered: