mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-12-14 23:45:07 -05:00
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:
parent
645d92631a
commit
e119bc1643
1 changed files with 10 additions and 7 deletions
|
|
@ -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
|
||||||
"""""""""""""""""""""""""""""""""""""
|
"""""""""""""""""""""""""""""""""""""
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue