Carlos Martín
c28d9710ce
Feature #1678 : Store non shared DS info in host template
2013-10-21 15:39:58 +02:00
Ruben S. Montero
d5277652ce
feature #1678 : Datastore location sent to the IM driver. Updated probes and collector manager accordingly
2013-10-20 15:11:13 +02:00
Carlos Martín
debdc9a92c
Feature #1678 : Host monitorization copies DS info to each system DS. Assumes all DS are shared.
2013-10-17 17:38:52 +02:00
Carlos Martín
5f8af5cf39
Feature #1678 : Make all disk related variables long long
2013-10-17 17:38:45 +02:00
Carlos Martín
b7234a4c37
Feature #1612 : Add volatile disk quotas for attach/detach operations
2013-10-15 13:45:16 +02:00
Jaime Melis
37e065b7f7
Bump to version 4.3.80
2013-10-11 16:37:50 +02:00
Ruben S. Montero
e24fc1aae4
Merge branch 'feature-1612'
2013-10-10 15:35:06 +02:00
Ruben S. Montero
d21c71f93c
Merge branch 'feature-2092'
2013-10-10 13:12:03 +02:00
Ruben S. Montero
38ad6cebeb
feature #2092 : Make use of hybrid hypervisor instead of attribute
2013-10-10 13:07:33 +02:00
Ruben S. Montero
e68fe0202d
Merge branch 'feature-1683'
2013-10-09 18:40:09 +02:00
Ruben S. Montero
09fe471af6
feature #1683 : Renamed Nebula::init() to Nebula::bootstrap_db()
2013-10-09 18:39:18 +02:00
Carlos Martín
4020d536cb
Feature #1612 : Add VOLATILE_SIZE to VM quotas
2013-10-09 12:13:23 +02:00
Jaime Melis
3c300cc5c3
Bug #2252 : Guest XML incorrect for CDROM images in a ceph datastore
...
Also prepare a new DiskType for Gluster, which might be useful in the future
2013-10-08 18:51:54 +02:00
Carlos Martín
a9bccd4423
Feature #1683 : Simplify bootstrap methods
2013-10-08 15:14:12 +02:00
Robert Schweikert
2054836301
Feature #1683 : create a way to initialize without service start + This allows a mode to just initialize the database + Changes the decision making about DB bootstrapping such that a missing DB no longer produces misleading messages in the log file + Allows the DB to be initialized/bootstrapped during an automated install process without having to wait for some arbitrary time to kill the daemon - return the SQL error code from the DB::exec method + This allows to make decisions about DB bootstrapping earlier and avoids misleading messages in the log file
2013-10-08 15:14:00 +02:00
Ruben S. Montero
e0f2a3b393
feature #1612 : Functions to check if a disk is volatile and to compute the total size of volatile disks of a template
2013-10-04 20:24:31 +02:00
Tino Vazquez
3b269146bc
feature #2092 : Added hybrid mode, not triggering PROLOG
...
Still need to figure out EPILOG
2013-10-04 19:05:55 +02:00
Ruben S. Montero
5899820844
Merge branch 'feature-1712'
...
Conflicts:
src/scheduler/src/pool/HostXML.cc
2013-10-04 15:00:44 +02:00
Ruben S. Montero
4309d10c12
bug #2326
2013-10-04 13:26:03 +02:00
Ruben S. Montero
3cb4a984c1
bug #2352 : Set host share variables to long long type
...
Conflicts:
src/host/Host.cc
2013-10-02 18:24:33 +02:00
Carlos Martín
ff384e6b01
Bug #2353 #2354 : disk_type is not removed from template, is processed in update, and is case insensitive
2013-10-02 16:21:46 +02:00
Ruben S. Montero
56681cec9a
Merge branch 'master' into feature-1712
2013-09-16 12:01:38 +02:00
Ruben S. Montero
aaaadf3fc8
feature #1712 : Default DS selection code moved to Cluster class
2013-09-16 12:00:34 +02:00
Ruben S. Montero
59bbb3b156
feature #2245 : Allow multiple MySQL connections
2013-09-11 12:38:58 +02:00
Carlos Martín
1d0cd105f4
Feature #1712 : If the ds_id is not defined, the first cluster system DS is used
2013-09-10 13:43:50 +02:00
Ruben S. Montero
33579df771
feature #1713 : Deal with concurrent renames
2013-09-04 18:43:23 +02:00
Carlos Martín
00525bf5c9
Merge remote-tracking branch 'origin/master' into feature-1713
2013-09-02 15:45:43 +02:00
Carlos Martín
17052e6992
Feature #1713 : Add host, ds and vnet rename actions
2013-09-02 12:53:54 +02:00
Ruben S. Montero
9eb140e38b
feature #1712 : Use cluster system DS. If no DS is specified in onevm.deploy the default SYSTEM_DS will be used.
2013-08-31 01:03:46 +02:00
Ruben S. Montero
28d5bedc91
Merge branch 'master' into feature-1712
...
Conflicts:
src/xml/expr_arith.cc
src/xml/expr_bool.cc
src/xml/expr_bool.h
2013-08-30 17:08:48 +02:00
Ruben S. Montero
983804df18
feature #1742 : Redo parsers, clear set of group ids in case of failed authN
2013-08-30 16:50:04 +02:00
Carlos Martín
b4e63d8a33
Feature #1742 : add/del secondary group requires MANAGE GROUP
2013-08-23 17:46:46 +02:00
Carlos Martín
0bc0f4a353
Feature #1742 : List resources from secondary groups
2013-08-23 15:36:43 +02:00
Carlos Martín
1b3a10b958
Feature #1742 : Methods to add and remove secondary groups
2013-08-23 13:30:06 +02:00
Carlos Martín
7bfb930292
Feature #1742 : Add a set of group IDs to Users
2013-08-23 12:39:14 +02:00
Carlos Martín
990092271c
Feature #2145 : Remove host monitoring attributes from the template
2013-08-22 15:04:25 +02:00
Ruben S. Montero
cad0fc8903
feature #1712 : Deployment and Migration API calls accept target system DS
2013-08-21 13:20:09 +02:00
Ruben S. Montero
eca497f5f4
Merge branch 'master' into feature-1712
2013-08-06 17:32:28 +02:00
Ruben S. Montero
ef1275caf6
feature #1712 : Generic match-making functions. It can be used with any Resource and not just hosts
2013-08-06 17:25:21 +02:00
Jaime Melis
e3594fc11b
Bump to version 4.3.0
2013-08-06 07:42:57 -04:00
Carlos Martín
4926f60fdb
Feature #2245 : Add new xmlrpc config params to oned.conf
...
(cherry picked from commit b84158f98df5cb279b4f255367905b87262be256)
2013-07-31 18:36:07 +02:00
Javi Fontan
09a10e3dcc
Feature #2245 : Add xmlrpc concurrency paramenters to oned
...
(cherry picked from commit 4f271af67fcaac8993b6a56a2337b92590e1c57f)
2013-07-31 18:36:07 +02:00
Ruben S. Montero
00e38376a9
Revert "Bug #2200 : VM Resize uses the same quota mechanism as all the other methods"
...
This reverts commit 886346606d7ff1d4738987babc907c8ef0e59276.
(cherry picked from commit 9126e8a8f62be6173ef9fe181c3bdb0af57c011d)
2013-07-22 23:36:24 +02:00
Carlos Martín
7658e9cd94
Bug #2200 : VM Resize uses the same quota mechanism as all the other methods
...
(cherry picked from commit 886346606d7ff1d4738987babc907c8ef0e59276)
2013-07-22 15:50:34 +02:00
Carlos Martín
f53fdb3d4a
Fix log level
...
(cherry picked from commit 580b39c734837dfc62342afedf2208515193cb27)
2013-07-16 16:53:08 +02:00
Carlos Martín
a771e7e271
Feature #1613 : Minor changes
2013-07-12 16:51:36 +02:00
Ruben S. Montero
c89f15959f
Merge branch 'feature-1613'
2013-07-10 17:53:38 +02:00
Ruben S. Montero
da40453426
feature #1613 : New configuration attribute to make optional capacity checking
2013-07-10 17:48:39 +02:00
Ruben S. Montero
196af214a4
feature #1613:Remove datastore config attribute (RESERVED_SIZE)
2013-07-06 16:44:26 +02:00
Ruben S. Montero
f689d1ea4a
feature #1613 : Triiger monitor actions when an image operation is made. Check datastore size before registering or cloning an image. RESERVED_SIZE and MAX_USED_SIZE control datastore capacity
2013-07-05 21:14:34 +02:00