Go to file
Marek Marczykowski-Górecki 317d140f46
storage/file: major FilePool/FileVolume cleanup and documentation
This driver isn't used in default Qubes 4.0 installation, but if we do
have it, let it follow defined API and its own documentation. And also
explicitly reject not supported operations:
 - support only revisions_to_keep<=1, but do not support revert() anyway
 (implemented version were wrong on so many levels...)
 - use 'save_on_stop'/'snap_on_start' properties directly instead of
 obsolete volume types
 - don't call sudo - qubesd is running as root
 - consistently use path, path_cow, path_source, path_source_cow

Also, add tests for BlockDevice instance returned by
FileVolume.block_device().

QubesOS/qubes-issues#2256
2017-07-04 14:25:07 +02:00
ci Merge remote-tracking branch 'qubesos/pr/108' 2017-06-05 17:40:01 +02:00
contrib Update contrib/check-events for python 3 2017-05-26 15:08:16 +02:00
doc storage: add API documentation 2017-07-04 04:11:14 +02:00
etc Replace pool config parsing logic 2016-04-25 07:16:37 +02:00
linux systemd: fix qubes-vm@.service - qvm-start no longer have --no-guid arg 2017-06-05 23:33:58 +02:00
qubes storage/file: major FilePool/FileVolume cleanup and documentation 2017-07-04 14:25:07 +02:00
qubes-rpc Migrate qubes.NotifyTools, qubes.FeaturesRequest, qubes.NotifyUpdates 2017-06-06 03:33:30 +02:00
qubes-rpc-policy Add default policy for qubes.UpdatesProxy service 2017-05-26 15:08:19 +02:00
qubespolicy qubespolicy: fix import order 2017-06-01 12:31:14 +02:00
qvm-tools Merge branch 'core3-devel' 2017-05-12 19:59:14 +02:00
relaxng devices: adjust XML serialization of device options 2017-05-22 17:11:20 +02:00
rpm_spec Merge remote-tracking branch 'woju/devel-adminext' into core3-devel 2017-06-23 10:34:11 +02:00
templates Force maxmem=memory for HVM with PCI devices 2017-06-20 12:47:00 +02:00
test-packages add mock libvirtaio module + pylint fixes 2017-04-05 17:06:45 +02:00
tests tests: do not reload qubes.xml 2017-06-21 00:17:42 +02:00
.coveragerc add config for coverage.py 2015-10-12 16:40:46 +02:00
.gitignore run-tests: Script for running tests in repo 2016-04-20 13:54:56 +02:00
.pylintrc Remove obsolete options from .pylintrc 2016-07-21 12:21:00 +02:00
.travis.yml travis: flag codecov.io uploads with 'unittests' flag 2017-06-02 12:31:07 +02:00
installer.wxs windows/installer: configurable destination directory 2014-11-19 12:50:31 +01:00
LICENSE Added LICENSE 2010-04-05 21:21:27 +02:00
Makefile api/admin: remove admin.vm.Clone operation 2017-06-26 13:10:00 +02:00
Makefile.builder rpm: integrate -doc package into main one 2017-05-12 18:43:35 +02:00
README.md README: add travis button 2016-06-16 17:39:38 +02:00
run-tests tests: rearrage LVM thin tests to run at least some in devel env 2017-05-12 18:10:17 +02:00
setup.cfg Add yapf configuration to setup.cfg 2016-07-21 12:11:34 +02:00
setup.py qubes: admin extension 2017-06-21 23:12:54 +02:00
version version 4.0.0 2017-06-05 23:31:54 +02:00

Qubes core, version 3

Build Status

This is development branch of the Qubes OS core. This branch is subject to rebase without warning until further notice.

API documentation is available: https://qubes-core-admin.readthedocs.org/en/latest/.