1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-12 09:17:41 +03:00
Commit Graph

1642 Commits

Author SHA1 Message Date
Carlos Martín
73f5ceb644 Feature #4369: Use multiple clusters in VM deploy & migrate 2016-03-15 17:34:21 +01:00
Carlos Martín
f6d10bdec0 Feature #4369: Undo Host changes to have only one cluster 2016-03-15 16:37:36 +01:00
Carlos Martín
621a186947 Feature #4369: ACL engine uses multple clusters 2016-03-11 15:42:17 +01:00
Ruben S. Montero
bdbca69a2d feature #4217:This commit includes the following changes to decouple the
DB access and marketplace control from master and slave zones:
  * Client class is singleton as required by xmlrpc-c
  * one_auth initialization moved to a comon location
  * MarketPlaceApp and MarketPlace actions are performed in the same zone as
the associated marketplace.
  * Adds three new api calls updateDB, dropDB and allocateDB to perform
low level DB operations. These methods are exposed for Market y
MarketApps
  * Forward operations are abstarct by Pool classes
  * Apps and markets now includes a ZONE_ID
2016-03-10 17:24:28 +01:00
Carlos Martín
e8a05ca1d7 Feature #4369: Replace cluster ID with a set of IDs 2016-03-10 16:28:33 +01:00
Javi Fontan
ba7ffbb543 Merge branch 'feature-4186' 2016-03-08 17:34:48 +01:00
Carlos Martín
10cbac2d54 Feature #4217: Move cloning MP Apps IDs to a new image collection attribute 2016-03-04 16:31:10 +01:00
Anton Todorov
f9375eccab improve rescue of VM when node fail is detected
* Introduce new LCM states PROLOG_MIGRATE_UNKNOWN and PROLOG_MIGRATE_UNKNOWN_FAILURE

* Change VM migrate logic for when state is ACTIVE and lcm_state is UNKNOWN to
  call TM's PROLOG_MIGR action before VMM's BOOT

All core TM drivers that are not empty are skipping disks so there is no impact on
the default behaviour

The datastore addon drivers that implement access to raw block devices should check
if the LCM_STATE == 60 (PROLOG_MIGRATE_UNKNOWN) and to remove block device access
from the failed node and provide access to the current node.
There is a simple script function added to get LCM_STATE that can be used as follow

```bash
LCM_STATE=$(lcm_state)
if [ "$LCM_STATE" = "60" ]
fi
```

(cherry picked from commit 676f36e0aa)
2016-03-03 23:59:53 +01:00
Ruben S. Montero
1add1cfb52 bug #4355: CURRENT_VMS can be now of any type. Better handling of
ObjectXML::search templates
2016-03-03 15:39:41 +01:00
Ruben S. Montero
6004270685 feature #4162: Sanitize some user attributes in XML douments 2016-03-03 12:32:36 +01:00
Ruben S. Montero
b16fea2532 feature #4097: Add resource information to log messages using clog 2016-03-02 23:01:43 +01:00
Ruben S. Montero
7ca1036683 feature #4097: Use glibc to log thourgh syslog, removes log4cpp
dependency
2016-03-02 17:08:06 +01:00
Ruben S. Montero
9e4af1ebc6 feature #3204: Security Group dynamic update. Add support to update SG
rules of running VMs though a new one.secgroup.commit operation
2016-03-01 23:31:31 +01:00
Ruben S. Montero
60ea093786 feature #4317: Recursive disk operations can work on DISK based on image
names.
2016-03-01 12:12:19 +01:00
Ruben S. Montero
59aae97a58 feature #4317: Use xpath templates
(cherry picked from commit 7df5b936c7049f86ab02f8149ea1e299ed0cbb09)
2016-03-01 10:19:13 +01:00
Ruben S. Montero
a4dc856406 feature #4215: Remove public Marketplaces, even if they have images.
Associated apps are also removed.
2016-02-29 18:31:24 +01:00
Carlos Martín
fb14daee30 Feature #4217: Add missing options to marketplace pools in a federation
Slaves do not use cache, and all write methods have an
extra check to avoid writings in a slave DB
2016-02-29 17:40:06 +01:00
Carlos Martín
e52996856d Merge remote-tracking branch 'origin/master' into feature-4317 2016-02-15 18:04:43 +01:00
Ruben S. Montero
804cec6628 devel: Fix check in VirtualMachineManagerDriver 2016-02-12 16:25:06 +01:00
Carlos Martín
5135098e5e Merge remote-tracking branch 'origin/master' into feature-4317 2016-02-12 10:55:21 +01:00
Jaime Melis
f5737b8944 Feature #4217: Fix supported marketapp actions checking 2016-02-10 18:16:59 +01:00
Tino Vazquez
006ba41c62 feature #4186: Merge branch 'feature-4217' into feature-4186
Marketplace branch into vcenter storage
2016-02-10 12:25:28 +01:00
Ruben S. Montero
a90666180d feature #4217: Add missing file 2016-02-10 10:56:52 +01:00
Ruben S. Montero
dd71246884 feature #4217: Add imported apps to the associated marketplace 2016-02-09 20:48:09 +01:00
Ruben S. Montero
5acedb72ab feature #4217: PUBLISHER is not a well known attribute 2016-02-09 16:52:14 +01:00
Ruben S. Montero
4d3faa0496 feature #4217: Change MarketplaceApp DATE to REGTIME. Core and
one/monitor driver
2016-02-09 16:47:09 +01:00
Ruben S. Montero
c53425c0ed feature #4217: Generic class for supported actions, used in
VirtualRouter, VirtualMachine & MarketPlace. Simplify enum names for
MarketPlaceApps
2016-02-09 16:34:25 +01:00
Tino Vazquez
b5d162a50b feature #4187: Import VMs in poweroff 2016-02-09 12:56:01 +01:00
Carlos Martín
f8776b2ce9 Merge remote-tracking branch 'origin/feature-4217' into feature-4317 2016-02-08 16:52:29 +01:00
Carlos Martín
91b1cc7396 Feature #4317: Add option for template delete and chmod to be recursive 2016-02-08 16:40:38 +01:00
Carlos Martín
91ee796cb6 Feature #4317: Init resp_obj to fix missing object name in NO_EXISTS errors 2016-02-08 12:32:27 +01:00
Ruben S. Montero
333713d1df feature #4217: Remove cast 2016-02-07 18:19:25 +01:00
Ruben S. Montero
91c489abac feature #4217: Generic parse of CONTEXT attribute. Fix in clean up VM 2016-02-07 18:05:28 +01:00
Ruben S. Montero
6a0b71e9dd feature #4217: Adapt Marketplace classes to new Template interfaces 2016-02-05 00:55:24 +01:00
Ruben S. Montero
5761be4d10 feature #4217: Simplify Template, Attribute and PoolObjectSQL class interfaces 2016-02-05 00:33:37 +01:00
Ruben S. Montero
6478bf1778 feature #4215: Use always created_by 2016-02-05 00:31:50 +01:00
Carlos Martín
c5632940fc Feature #4215: VR update removes the NICs from the new template 2016-02-05 00:31:50 +01:00
Carlos Martín
74f5f38276 Feature #4215: Use VROUTER=YES to differentiate vr templates 2016-02-05 00:31:50 +01:00
Ruben S. Montero
c9dd78ce85 feature #4215: Add decorator interface for Quota class. Implement a
Virtual Router decorator for QuotaNetwork
2016-02-05 00:31:50 +01:00
Daniel Molina
63d48aec52 feature #4217: Rename marketplace type FLOW to SERVICE_TEMPLATE 2016-02-04 13:15:21 +01:00
Jaime Melis
07fb60dd83 Feature #4217: Bootstrap the OpenNebula Systems Marketplace 2016-02-03 21:50:20 +01:00
Jaime Melis
a85da12036 Feature #4217: Define required attrs for Market templates 2016-02-03 16:03:22 +01:00
Jaime Melis
4663171472 Feature #4217: Fix problem with merge 2016-02-03 12:38:00 +01:00
Ruben S. Montero
49575e163a Merge branch 'master' into feature-4217 2016-02-02 14:50:46 +01:00
Ruben S. Montero
a4c29cc34e feature #4217: Update Marketplace RM methods according to changes in #4215 2016-02-02 14:26:01 +01:00
Ruben S. Montero
b01e2336c5 Merge branch 'feature-4215' into feature-4217 2016-02-02 14:17:20 +01:00
Carlos Martín
68a0184ed2 Feature #4215: Implement auth & quotas for all VR actions 2016-02-01 17:07:04 +01:00
Carlos Martín
cfdfacf259 Feature #4215: Downgrade local_db_version to 4.13.85 2016-02-01 12:59:46 +01:00
Ruben S. Montero
3d8d2fd81e feature #4215: Simplify interface for util::gsub. Decouple Request methods to
better support static request actions.
2016-02-01 00:18:47 +01:00
Ruben S. Montero
f0006da6e1 feature #4217: Constness change for some MarketPlaceApp methods 2016-01-29 10:28:07 +01:00
Carlos Martín
4851a0c49f Feature #4215: New method vrouter.detachnic 2016-01-28 17:20:52 +01:00
Carlos Martín
7a7f07cdad Feature #4215: Remove vrouter ip recipients from context 2016-01-28 16:17:34 +01:00
Carlos Martín
a4b466fa6a Feature #4215: New method vrouter.attachnic 2016-01-28 16:06:18 +01:00
Carlos Martín
0a94c3b48f Feature #4215: Refactor VR instantiate 2016-01-27 13:29:30 +01:00
Carlos Martín
364d9ecda8 Feature #4215: Redo context variables when a NIC is attached/detached 2016-01-27 11:27:26 +01:00
Jaime Melis
e5c1c549bb Feature #4217: Get the attributes from the App properly 2016-01-26 23:19:31 +01:00
Jaime Melis
8a4135faaf Feature #4217: Add extra_data to the register and clone operations 2016-01-26 20:46:45 +01:00
Jaime Melis
15e54f59ea Feature #4217: Send the market data to the driver 2016-01-26 20:24:33 +01:00
Carlos Martín
c83565fe56 Feature #4215: Perform TM:CONTEXT on prolog_resume 2016-01-26 13:24:42 +01:00
Carlos Martín
3ca02c27e2 Feature #4215: Remove update_context action 2016-01-26 11:34:46 +01:00
Carlos Martín
d7eb8769e1 Feature #4215: update-context uses the user token password 2016-01-25 17:38:46 +01:00
Carlos Martín
3cee54afc9 Feature #4215: Attach nic action updates the context cdrom 2016-01-25 16:20:12 +01:00
Carlos Martín
1ae516a084 Feature #4215: Add migrator to 4.90.0 2016-01-22 17:10:12 +01:00
Daniel Molina
d9acd68e09 feature #4240: Unlock Document after a clone action 2016-01-21 17:59:52 +01:00
Carlos Martín
383babc8f7 Feature #4215: Add support for %i name replacement in vrouter.instantiate 2016-01-20 12:03:19 +01:00
Carlos Martín
c41d43f09a Feature #4215: Add keepalived_id/password 2016-01-19 18:13:31 +01:00
Carlos Martín
4f5fd6dda6 Feature #4215: Delete VMs when VRs are deleted. Disable actions on VRouter VMs 2016-01-18 16:47:14 +01:00
Carlos Martín
e537e105ec Feature #4215: New method one.vrouter.instantiate 2016-01-18 15:44:42 +01:00
Carlos Martín
f9c3a93e4b Feature #4215: Context var ethx_vrouter_ip_recipients 2016-01-15 16:42:51 +01:00
Jaime Melis
8a836d8e5e Merge branch 'feature-4238' 2016-01-08 12:35:09 +01:00
Carlos Martín
19a58bfbae Feature #4215: Add support for VROUTER_HOOKS 2016-01-08 11:38:29 +01:00
Ruben S. Montero
0a25deec55 feature #4156: Use secondary groups to schedule. Refactor ObjectXML
class to make use of templates
2016-01-08 01:06:26 +01:00
Carlos Martín
034943e6b1 Feature #4215: Filter VR leases in onevnet show 2016-01-07 16:58:54 +01:00
Ruben S. Montero
e9c671fd8b feature #4238: Checks in Datastore post-update 2016-01-04 11:29:20 +01:00
Ruben S. Montero
52a70cdb9d Merge branch 'feature-4215' into feature-4217 2015-12-28 23:44:45 +01:00
Ruben S. Montero
49b9de94f5 feature #4217: Monitor external marketplaces. Import functionality for
existing apps. Drivers for OpenNebula public marketplace
2015-12-28 01:08:33 +01:00
Ruben S. Montero
3bb13e106a feature #4217: Implements monitor action for marketplace. Sample monitor
driver for http marketplace
2015-12-23 23:50:22 +01:00
Ruben S. Montero
eeb7c01ac0 feature #4217: Export action for images. 2015-12-23 00:26:54 +01:00
Jaime Melis
d22c6588de Feature #4238: Use standard namespace explicitely 2015-12-22 16:49:36 +01:00
Jaime Melis
d7b8aa1cd3 Feature #4238: Datastores can now be PERSISTENT_ONLY 2015-12-22 14:06:12 +01:00
Jaime Melis
253946558a Feature #4238: Make the DS_MAD and TM_MAD checking
case insensitive
2015-12-22 14:02:34 +01:00
Jaime Melis
5db705deae Feature #4238: Add DS_MAD_CONF attributes to handle
mandatory attributes in Datastore templates
2015-12-21 19:27:26 +01:00
Ruben S. Montero
1d464eec2f feature #4217: Update App name CHECKSUM to MD5 2015-12-21 17:08:42 +01:00
Jaime Melis
3c11db6872 Feature #4238: Enable multi option defaults 2015-12-21 17:02:05 +01:00
Jaime Melis
242dae3d92 Feature #4238: Enable multi option defaults 2015-12-21 16:45:09 +01:00
Ruben S. Montero
21eb1b0803 feature #4127: Delete for marketplace apps, fix bug 2015-12-21 13:23:22 +01:00
Ruben S. Montero
ade6513a0d feature #4217: Move some logic to core, set clone state for images being
imported into a marketplace
2015-12-19 22:35:09 +01:00
Jaime Melis
5d1262ca66 Feature #4238: Short-hand method to register single
attribute parameters
2015-12-18 16:22:53 +01:00
Ruben S. Montero
f9910aa103 feature #4217: Fix bug when initializating pool references 2015-12-18 12:07:21 +01:00
Carlos Martín
4c68cd7c9e Feature #4215: VRs have NICs defined
VRs can request vnet leases. If a vm template has a
VROUTER_ID, the NICs from that VR are merged into
the template. If the VR NIC has a floating IP, it
is added as VROUTER_IP.
2015-12-16 12:32:19 +01:00
Ruben S. Montero
695e05266d feature #4217: Import action for market driver (core) 2015-12-15 12:18:43 +01:00
Jaime Melis
431a9d3bc6 Feature #4238: Add support in the Core for the iSCSI Datastore 2015-12-15 11:23:25 +01:00
Ruben S. Montero
31cfdce5b2 feature #4217: Actions for MarketPlace Manager 2015-12-15 00:49:36 +01:00
Ruben S. Montero
632fb755c4 feature #4217: first version of Market Manager 2015-12-14 16:47:33 +01:00
Ruben S. Montero
949fa9504a feature #4217: MarketPlaceManager for Markets and Apps 2015-12-13 18:17:29 +01:00
Ruben S. Montero
91f7ec5bb2 feautre #4217: Moved TYPE to the marketplace app 2015-12-12 21:10:14 +01:00
Ruben S. Montero
a4cf0cc387 feautre #4217: API, OCA and command line tools for marketplace apps. Fix minor bugs 2015-12-11 15:53:19 +01:00
Carlos Martín
3991404826 Feature #4215: VRs now have a collection of VM IDs 2015-12-11 11:45:34 +01:00
Ruben S. Montero
89599fda2e feature #4217: Add MarketPlaceApp pools and ACL rules 2015-12-10 16:43:45 +01:00
Ruben S. Montero
e958ed3c2d feature - : Remove unused update methods 2015-12-10 15:39:23 +01:00
Ruben S. Montero
019966cd79 Merge branch 'feature-4215' into feature-4217 2015-12-06 00:23:28 +01:00
Ruben S. Montero
ed92441582 feature #4217: OpenNebula core methods for MarketPlace class. OCA
binding and onemarket tool
2015-12-05 23:52:28 +01:00
Carlos Martín
eafd5143c4 Feature #4215: Store VM - VR id reference 2015-12-01 16:36:50 +01:00
Ruben S. Montero
5a0b3d357c feature #4217: Base classes for MarketPlace pool 2015-12-01 16:09:31 +01:00
Carlos Martín
4b6aaa8b19 Feature #4215: Store a list of VR inside each vnet 2015-12-01 15:35:33 +01:00
Carlos Martín
c5b19f45df Feature #4215: Create new Virtual Router pool 2015-11-30 16:50:23 +01:00
Ruben S. Montero
57ca5f414b bug #4164: Moved imported_vm_action logic to the driver class. Add
defaults for well-known drivers
2015-11-20 15:45:20 +01:00
Carlos Martín
6595df3b01 Bug #4164: Remove poweroff action for kvm & xen imported VMs
(cherry picked from commit d369908da2)
2015-11-18 13:17:09 +01:00
Ruben S. Montero
6bcc97bd08 bug #4022: Do not set snapshots on persistent images if its TM ln mode
is SYSTEM. Update quota update and snapshot survival after delete
--recreate according to:

 +--------+-------------------------------------+
 |LN/CLONE|     PERSISTENT    |   NO PERSISTENT |
 |        |---------+---------+-----------------+
 | TARGET | created |  quota  | created | quota |
 +--------+---------+---------+-----------------+
 | SYSTEM | system  | VM + DS | system  | VM    |
 | SELF   | image   | DS      | image   | DS    |
 | NONE   | image   | DS      | image   | DS    |
 +----------------------------------------------+

Snapshots created at system ds (LN_TARGET/TM_TARGET) will be deleted
after a recreate.

(cherry picked from commit c5ad05fc60680cda2763973f5079598c2bf166e7)
2015-11-13 01:40:16 +01:00
Ruben S. Montero
1b9919435e bug #4022: Removes snapshots from non-shared persistent disks. Update
Datastore Quota management to deal with bulk updates. Hook on DM & LCM
resubmit and clean_up_vm to remove snapshots

(cherry picked from commit 6f02a240ec8f4be7ef232e8f8c584665e6747233)
2015-11-13 01:40:16 +01:00
Carlos Martín
5bb39611d5 Bug #4022: Delete disk snapshotds for non-persistent images on delete --recreate
(cherry picked from commit 5ba0b121976964ce1f939d7a5f17c5b9182dd921)
2015-11-13 01:40:16 +01:00
Carlos Martín
29c0a05948 Merge remote-tracking branch 'origin/feature-3987'
Conflicts:
	src/sunstone/public/app/utils/disks-resize.js
	src/sunstone/public/app/utils/vcenter/networks.js
	src/sunstone/public/app/utils/vcenter/templates.js
2015-11-06 17:09:03 +01:00
Ruben S. Montero
fa653b9d47 feature #3987: Resolve volatile disk attributes 2015-11-05 00:04:42 +01:00
Ruben S. Montero
ee89a2185a feature #3987: Monitor system datastores through the front-end +
BRIDGE_LIST. Add monitor scripts for shared, ceph. Distributed system DS
as ssh monitored through probes.
2015-11-04 18:42:40 +01:00
Carlos Martín
ac8f45433e Feature #4084: Fix minor bug and error message
(cherry picked from commit 0b181da15dade8b3729ab41ec56fe9cf181a465a)
2015-11-02 15:40:59 +01:00
Tino Vazquez
4a6d37cf74 Feature #4084: Fix automatic requirements
(cherry picked from commit 9b8479bacfd241ff5547990a2b3a358358386b16)
2015-11-02 15:40:59 +01:00
Ruben S. Montero
fef186886b feature #4084: Parse PUBLIC_CLOUD attributes so it can use USER_INPUTS
(cherry picked from commit 4b9492574ab713531a52cdccb936dc5b9db7051c)
2015-11-02 15:40:59 +01:00
Ruben S. Montero
b15594e759 feature #3987: Allow RBD DISK_TYPE for System DS. Generate KVM
deployment files for RBD volatile disks
2015-10-29 16:56:31 +01:00
Ruben S. Montero
6cfc67adea feature #3987: Add System DS information to DRV_MESSAGE 2015-10-29 01:58:35 +01:00
Ruben S. Montero
117a3df0c7 feature #3987: Define DS_MIGRATE for TM_MAD_CONF. Do not allow System DS
migrations for TM_MAD with ds_migrate="no"
2015-10-29 00:57:43 +01:00
Ruben S. Montero
e7349889a0 feature #3987: Extend volatile DISK attribute with Datastore atttributes 2015-10-29 00:02:26 +01:00
Ruben S. Montero
dd882538eb feature #3987: DS inherited attributes logic moved to the DatastorePool class 2015-10-28 19:29:23 +01:00
Carlos Martín
23fefa0256 Bug #4042: Use disk size in vm saveas
(cherry picked from commit f42a8d8693)
2015-10-16 17:57:12 +02:00
Carlos Martín
f42a8d8693 Bug #4042: Use disk size in vm saveas 2015-10-16 17:56:29 +02:00
Javi Fontan
daad3ffe06 Bump version to 4.14.1 2015-10-05 17:04:53 +02:00
Jaime Melis
e20fb5c4c4 Fix copyright in banners 2015-09-23 16:51:10 +02:00
Jaime Melis
f651893864 Bump version 4.14.0 2015-09-22 15:02:27 +02:00
Ruben S. Montero
19f3e8796b feature #3028: Fix get_pci_value logic 2015-09-07 11:58:44 +02:00
Jaime Melis
5ecbfee4e2 Bump version 4.13.85 (beta2) 2015-09-04 14:41:50 +02:00
Carlos Martín
8178f90f8f Feature #3028: Ignore cpu,mem when capacity is not enforced 2015-09-04 13:22:11 +02:00
Carlos Martín
e5861631f1 Bug #3961: Check PCI attributes when a VM is instantiated 2015-09-02 17:31:19 +02:00
Ruben S. Montero
6757fa6672 feature #3028: Remove devices not shown in monitor from host. Recover
constness of test method. Get rid of unneeded methods
2015-08-27 16:20:47 +02:00
Carlos Martín
e348918ea2 Feature #3028: Check pci devices in Host::test_capacity 2015-08-26 12:34:27 +02:00
Ruben S. Montero
17c33241a6 feature #3028: Add comments to PCI format. Init pci list in get_*
methods
2015-08-22 17:00:55 +02:00
Ruben S. Montero
6d8ea1a337 feature #3028: Print HostShare and HostXML into streams. Scheduler now parses PCI device lists 2015-08-21 13:46:10 +02:00
Ruben S. Montero
c4c6416458 feature #3028: Delete pci devices from host when removing the VM. Always
include VMID in PCI elements
2015-08-21 12:00:19 +02:00
Ruben S. Montero
67ec62e0d4 feature #3028: Add PCI capacity when deploying a VM 2015-08-21 01:08:28 +02:00
Ruben S. Montero
00427a0950 feature #3028: Fix PCI set bugs 2015-08-20 23:22:02 +02:00
Ruben S. Montero
e04ee43aa3 feature #3208: Add PCI device set to the HostShare 2015-08-20 17:39:56 +02:00
Ruben S. Montero
6b8a16fc76 feature #3028: Adds PCI_DEVICES to HostShare 2015-08-17 23:14:15 +02:00
goberle
17f38ea37e Bug #3883: Attach disk doesn't check cluster compatibility. It also sets all
output values in set_up_attach_disk. Changed some checks in
DispatchManager::attach

(cherry picked from commit 4227b80cc5)
2015-07-29 18:49:21 +02:00
Ruben S. Montero
2d1b92fc24 feature #1727: Rename disk_target to disk_tm_target 2015-07-29 12:40:21 +02:00
Ruben S. Montero
6fb47ac1be Merge branch 'feature-1727' 2015-07-29 12:33:57 +02:00
Carlos Martín
c10d080064 Feature #1727: Create new migrator for 4.13.85 2015-07-28 17:52:55 +02:00
Javi Fontan
9af2e695f1 Bump version and man pages to 4.13.80 2015-07-27 09:56:07 -04:00
Carlos Martín
b233487967 Feature #1727: Make snapshot size a long long, to be the same as image size 2015-07-23 12:44:17 +02:00
Carlos Martín
14c2f2a1c8 Feature #1727: Disk snapshot actions add/del from system disk quotas 2015-07-23 12:30:39 +02:00
Carlos Martín
fc3de05fb6 Feature #1727: Fix system_disk quotas
Add DS disk attributes; add disk-snapshots to total
2015-07-22 17:20:37 +02:00
Carlos Martín
0a42146de1 Feature #1727: New option --extend for onetemplate show 2015-07-21 16:24:43 +02:00
Carlos Martín
6e3e25ff59 Feature #1727: Rename VOLATILE_SIZE quota to SYSTEM_DISK_SIZE 2015-07-21 11:10:57 +02:00