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

8068 Commits

Author SHA1 Message Date
Ruben S. Montero
f5876a248e bug #2144: Execute epilog commands if an attach operation fails 2013-11-10 20:40:04 +01:00
Carlos Martín
81e28b2088 Feature #2442: New oned.conf default values
(cherry picked from commit 4f373795ed)
2013-11-08 23:04:43 +01:00
Carlos Martín
4f373795ed Feature #2442: New oned.conf default values 2013-11-08 15:28:19 +01:00
Javi Fontan
eb3422970d bug #2411: only run vmcontext with parameter start 2013-11-08 14:36:19 +01:00
Carlos Martín
64bb4687eb Bug #2440: Images to be saved-as are only set to ready if the VM is shutdown correctly (epilog phase)
(cherry picked from commit b07e876fb1)
2013-11-07 19:15:49 +01:00
Carlos Martín
bbfde81215 Fix segfault in TM finalize action
(cherry picked from commit 6cee0680b9)
2013-11-07 19:15:35 +01:00
Carlos Martín
b07e876fb1 Bug #2440: Images to be saved-as are only set to ready if the VM is shutdown correctly (epilog phase) 2013-11-07 18:25:10 +01:00
Carlos Martín
a875246109 Update Java tests to 4.4
(cherry picked from commit 77c9bd747e)
2013-11-07 16:49:43 +01:00
Carlos Martín
6cee0680b9 Fix segfault in TM finalize action 2013-11-07 16:48:04 +01:00
Carlos Martín
77c9bd747e Update Java tests to 4.4 2013-11-07 16:46:51 +01:00
Carlos Martín
f00d57c013 Feature im-collectd: host poll info gives a grace period to lost and zombie VMs
Because the collectd will report always outdated info, even if it is
only by a few seconds, the core must take into account that recently
deployed VMs can be missing from the monitoring information.

The same happens for deleted VMs, they may appear as running in the
next host monitoring information.
2013-11-06 13:06:56 +01:00
Javi Fontan
591cca303b Add trollop dependency for rbvmomi to install_gems 2013-11-06 12:20:35 +01:00
Javi Fontan
ee9a2aea74 feature #2428: add aws-sdk dependency to install_gems 2013-11-06 12:03:07 +01:00
Jaime Melis
f43dcbeec7 Feature #1678: The monitor push interval is now defined in the args
of the collectd IM_MAD as "-i"
2013-11-05 19:24:39 +01:00
Jaime Melis
b76b22dc6e Feature #1678: Don't process MONITOR_PUSH_INTERVAL in the core. 2013-11-05 19:24:38 +01:00
Ruben S. Montero
9837e7c93a feature #1678: Remove host right before sending the STOPMONITOR action to driver 2013-11-05 19:20:28 +01:00
Tino Vazquez
4815b93f22 Getting rid of overengineering 2013-11-05 19:00:09 +01:00
Jaime Melis
e4448510bf Feature #1678: Simplify the collectd-client.rb algorithm by adding
a random sleep at the beginning.
2013-11-05 16:15:44 +01:00
Javi Fontan
cb5397c8ca Updated man pages 2013-11-05 15:19:52 +01:00
Jaime Melis
3a6cd82ae4 Feature #1678: Add a new MONITORING_PUSH_INTERVAL
configuration option that handles the  time between push
monitoring intervals. This new parameter is passed on to the
collectd-client.rb
2013-11-05 12:55:52 +01:00
Valentin Bud
85d08ebf23 01-dns script processes SEARCH and sets it in /etc/resolv.conf. 2013-11-05 10:33:04 +01:00
Tino Vazquez
539243ac2a Avoid sending prolog and epilog actions to already deleted (or non existent) hosts 2013-11-04 17:58:07 +01:00
Tino Vazquez
b1d2785707 StopMonitor action for IM dummy drivers 2013-11-04 17:34:24 +01:00
Ruben S. Montero
4988ddd0ec Fix deadlock when deleting a host with running VMs 2013-11-04 17:29:17 +01:00
Daniel Molina
5ec1c93384 Add tip for SCHED_DS_REQUIREMENTS 2013-11-04 17:02:43 +01:00
Daniel Molina
b20d12189f Update messages.pot 2013-11-04 17:02:43 +01:00
Carlos Martín
c68571ecab Bug #2424: Fix nic-detach failure action 2013-11-04 16:50:32 +01:00
Carlos Martín
61eab89315 Bug #2385 & #2418: Fix quota for nic attach when the owner is another user 2013-11-04 15:43:50 +01:00
Daniel Molina
4fcd390d0d Remove debug information in TemplateJSON 2013-11-04 15:43:22 +01:00
Jaime Melis
1372468705 Feature #1678: Simpler algorithm to distribute hosts homegeneously in collectd-client.rb 2013-11-04 15:29:40 +01:00
Carlos Martín
836a0bafb0 Feature #2357: Fix disk_type detection.
By default it is FILE, and now disk_type = file also works.
2013-11-04 15:00:05 +01:00
Daniel Molina
0505a30438 bug #2334: Use one_xmlrpc conf parameter in OpenNebulaCloudAuth 2013-11-04 13:21:53 +01:00
Daniel Molina
2af24b2ebc bug #2333: Use the size provided in the template when updating a volatile disk 2013-11-04 11:57:00 +01:00
Ruben S. Montero
e1499784f0 Add Gluster type to Datastores 2013-11-03 18:52:14 +01:00
Ruben S. Montero
a2dd9e9780 feature #2357: When creating a Datastore, if a wrong DISK_TYPE is specified an error is reported 2013-11-03 18:03:39 +01:00
Ruben S. Montero
666cbd697b Recover removed check inn VirtualMachineManager monitor 2013-11-03 13:15:09 +01:00
Ruben S. Montero
9f9057dd79 Wait poll_period since the VM started to run to proactively monitor a VM 2013-11-02 18:25:10 +01:00
Ruben S. Montero
4970884d29 feature #2410: Core checks values for LN_TARGET, CLONE_TARGET and SHARED 2013-11-02 17:42:48 +01:00
Javi Fontan
f9193f44eb im-collectd: change the directory name to detect xen4 2013-10-31 18:41:43 +01:00
Daniel Molina
9ff64ab98c feature #2289: Add resource type in DescribeTags xml 2013-10-31 18:18:25 +01:00
Daniel Molina
890bd3427f feature #2259: Add support for empty tags 2013-10-31 18:18:25 +01:00
Daniel Molina
dcfb3a8c74 feature #2259: Use upcase when trying to remove a tag 2013-10-31 18:18:25 +01:00
Carlos Martín
50561edbc9 Bug #2385: Fix quota for vm attach disk when vm is owned by another user 2013-10-31 17:24:13 +01:00
Carlos Martín
5f04549bb7 Bug #2418: Fix quota rollback for vm resize when the VM is owned by another user 2013-10-31 17:24:13 +01:00
Tino Vazquez
e0c70c49fd Fix for wrong FS_TYPE check 2013-10-31 16:32:28 +01:00
Carlos Martín
19acb3fd9b Feature #1612: Enforce correct format for DISK/SIZE 2013-10-31 16:22:38 +01:00
Ruben S. Montero
779d2d6dbc Merge branch 'master' of git.opennebula.org:one 2013-10-31 15:00:12 +01:00
Ruben S. Montero
ba92116496 fix dead-lock when deleting a host 2013-10-31 14:59:37 +01:00
Carlos Martín
dfe2d0a6fe Feature #1678: The sched treats uninitialized shared system DS as non-shared ones. 2013-10-31 11:21:04 +01:00
Carlos Martín
d5ca7c3fc0 Feature #1678: Return storage monitorization in im_dummy 2013-10-31 11:21:04 +01:00