-
Notifications
You must be signed in to change notification settings - Fork 46
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
increase storage space on sd-svs and sd-log #348
Comments
For Since the VMs have a 2GB partition, what about growing sd-svs to 10GB, and sd-log to 5GB, as a start? |
for a first pass that definitely seems reasonable to me, we can file a followup for increasing the space based on the size of the disk or making it admin-configurable |
sd-svs:private is now 10GB sd-log:private is now 5GB
The config.json now must have sizes defined for sd-svs and sd-log private volumes. "vmsizes": { "sd_svs": 10, "sd_log": 5 }, The Makefile prep-salt target will also run the validate-config check to make sure that size checks are done in case of: make sd-svs make sd-log The validate-config will fail in case the given size is smaller than the current size of the private volumes in the existsing VMs.
The config.json now must have sizes defined for sd-svs and sd-log private volumes. "vmsizes": { "sd_svs": 10, "sd_log": 5 }, The Makefile prep-salt target will also run the validate-config check to make sure that size checks are done in case of: make sd-app make sd-log The validate-config will fail in case the given size is smaller than the current size of the private volumes in the existsing VMs.
The config.json now must have sizes defined for sd-svs and sd-log private volumes. "vmsizes": { "sd_svs": 10, "sd_log": 5 }, The Makefile prep-salt target will also run the validate-config check to make sure that size checks are done in case of: make sd-app make sd-log The validate-config will fail in case the given size is smaller than the current size of the private volumes in the existsing VMs.
The config.json now must have sizes defined for sd-svs and sd-log private volumes. "vmsizes": { "sd_svs": 10, "sd_log": 5 }, The Makefile prep-salt target will also run the validate-config check to make sure that size checks are done in case of: make sd-app make sd-log The validate-config will fail in case the given size is smaller than the current size of the private volumes in the existsing VMs.
…s_space_moar_space Fixes #348 resizes private volume sizes of sd-app sd-log
I'm not sure how much to increase the space to yet (we could do it dynamically based on how much disk space is free on the disk) but we should increase the space available for VMs that are likely to contain a lot of data: primarily I'm thinking sd-svs (and then probably next is sd-log #340).
This can be done via the qubes admin API (https://dev.qubes-os.org/projects/core-admin/en/latest/qubes-storage.html#qubes.storage.Storage) or
qvm-volume resize <volume> <size>
The text was updated successfully, but these errors were encountered: