All Qubes OS Project documentation pages are stored as plain text files in this dedicated repository. By cloning and regularly pulling from this repo, users can maintain their own up-to-date offline copy of all Qubes documentation rather than relying solely on the Web.
Go to file
Marek Marczykowski-Górecki 9e48ca78cc
admin-api: add commands to update selected settings
Generally modifying storage volume/pool settings require removing and
creating the object again. This is not only API limitation, but most of
them really need the object to be recreated (for example storage pool
have most settings related to physical location of the data).
But some properties are safe to change. This applies to
`revisions_to_keep` (both storage pool and volume). Introduce
appropriate API methods for this. Put property name in API call name,
because argument is already used. And also because we don't plan to be
too flexible here - we may need to add one or two more mutable properties,
but definitely we don't want to allow any of them (as explained above).

The same applies to `persistent` option of device. There, in theory
detach+attach should be enough at all times, but in practice domain may
use the device (for example system being started from it -
QubesOS/qubes-issues#3055).
2017-09-02 00:59:26 +02:00
_dev sphinx boilerplate for dev.qubes-os.org 2017-05-30 17:23:30 +02:00
about Move sensitive pages back to main repo 2017-07-21 18:55:01 -05:00
basics_dev Move translatable pages into qubes-doc 2017-07-19 20:30:21 -05:00
basics_user Move translatable pages into qubes-doc 2017-07-19 20:30:21 -05:00
building Merge branch 'patch-1' of https://github.com/marmarta/qubes-doc into marmarta-patch-1 2017-07-08 13:00:52 -05:00
common-tasks Merge remote-tracking branch 'origin/pr/415' into https 2017-05-06 23:38:04 +02:00
configuration Fix jekyll/salt templating conflict 2017-07-05 14:31:33 -04:00
customization add missing closing quote 2017-08-26 17:57:14 -04:00
debugging Update vm-interface.md 2017-05-25 11:09:44 +02:00
hardware Warn that sys reqs are necessary but not sufficient 2017-08-08 21:27:36 -05:00
installing Update installation-guide.md 2017-08-24 15:54:20 +00:00
managing-os Update examples from fedora-24 to fedora-25 2017-07-29 21:21:25 -05:00
privacy added Fedora 25 mention 2017-08-04 19:25:04 -04:00
reference clearer explanation of qubes-service 2017-07-01 21:14:45 +02:00
releases Fixed incorrect ticket number for "Qubes Manager Decomposition" 2017-08-01 13:41:42 -04:00
security Update examples from fedora-24 to fedora-25 2017-07-29 21:21:25 -05:00
security-info Add QSB 32; minor update to QSB template 2017-08-15 08:27:34 -05:00
services admin-api: add commands to update selected settings 2017-09-02 00:59:26 +02:00
system http->https 2017-05-03 14:51:49 +00:00
troubleshooting Fix formatting issue in macbook troubleshooting doc page 2017-07-17 01:46:10 -07:00
.travis.yml travis: Install deps for spell-checking 2017-07-22 16:14:47 -04:00
CONTRIBUTING.md Fix link 2017-04-04 21:52:06 -07:00
doc.md Fix index order 2017-07-31 12:34:30 +02:00
README.md Fix typo 2016-03-22 22:52:54 +00:00

Qubes OS Documentation

Canonical URL: https://www.qubes-os.org/doc/

All Qubes OS Project documentation pages are stored as plain text files in this dedicated repository. By cloning and regularly pulling from this repo, users can maintain their own up-to-date offline copy of all Qubes documentation rather than relying solely on the Web.

For more information about the documentation, including how to contribute, please see the Documentation Guidelines.