Note preload autostart refills instead of refresh

For: https://github.com/QubesOS/qubes-core-admin/pull/758
For: https://github.com/QubesOS/qubes-issues/issues/1512
This commit is contained in:
Ben Grande 2025-12-03 13:09:03 +01:00
parent 645d92631a
commit e119bc1643
No known key found for this signature in database
GPG key ID: 00C64E14F51F9E56

View file

@ -66,13 +66,16 @@ Preloaded disposable's management
These are common events that trigger changes in preloaded disposables quantity: These are common events that trigger changes in preloaded disposables quantity:
- Setting or deleting the ``preload-dispvm-max`` feature will refill or remove; - Refill or remove:
- (Re)starting :file:`qubes-preload-dispvm.service` will refresh; - Changing the ``preload-dispvm-max`` feature;
- Using a preloaded disposable will refill; - Changing system's :py:attr:`default_dispvm <core-admin:qubes.vm.dispvm.DispVM.default_dispvm>` while system's feature is set to a different value than the disposable template setting;
- Requesting a disposable will refill; - Refill:
- Updating the volumes of a template or disposable template will refresh; - (Re)starting :file:`qubes-preload-dispvm.service`;
- Changing system's :py:attr:`default_dispvm <core-admin:qubes.vm.dispvm.DispVM.default_dispvm>` while system's feature is set to a different value than the disposable template setting will refill or remove; and - Using a preloaded disposable;
- Qubesd was interrupted mid preload creation, on the next service restart, :py:meth:`domain-load <core-admin:qubes.vm.mix.dvmtemplate.DVMTemplateMixin.on_domain_loaded>` of the disposable template will refresh the incomplete disposables. - Requesting a disposable;
- Refresh:
- Updating the volumes of a template or disposable template;
- Qubesd was interrupted mid preload creation, on the next service restart, :py:meth:`domain-load <core-admin:qubes.vm.mix.dvmtemplate.DVMTemplateMixin.on_domain_loaded>` of the disposable template.
Preloaded disposable's temporary gaps Preloaded disposable's temporary gaps
""""""""""""""""""""""""""""""""""""" """""""""""""""""""""""""""""""""""""