1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-22 18:50:08 +03:00

5764 Commits

Author SHA1 Message Date
Ruben S. Montero
064e99df74 featue #1739: Minor modifications 2013-02-16 23:49:23 +01:00
Ruben S. Montero
701f33ca5f featue #1739: Move Host and VM update functions to each class. 2013-02-16 02:55:17 +01:00
Carlos Martín
fd73ebf919 Feature #1739: Clean Host error messages when the problem is solved 2013-02-14 16:55:47 +01:00
Carlos Martín
fd1a2d165a Feature #1739: Skip VMM monitoring the first period 2013-02-14 16:31:13 +01:00
Carlos Martín
c5f28d8a03 Feature #1739: Change host monitoring timeout to 5 minutes 2013-02-14 15:26:30 +01:00
Carlos Martín
d749af7057 Feature #1739: Merge oned.conf Host & VM monitoring intervals 2013-02-14 15:24:32 +01:00
Carlos Martín
7e9d1b8035 Feature #1739: Move the host last_poll_time filtering to the DB query 2013-02-14 14:51:16 +01:00
Carlos Martín
bf5fd2eb3e Feature #1739: Touch remotes location at start time to force the refresh 2013-02-14 12:18:44 +01:00
Carlos Martín
4b9d2a4926 Feature #1739: Remove unused var 2013-02-14 11:14:24 +01:00
Carlos Martín
6de3545710 Feature #1739: Decode the host poll info string also in case of error 2013-02-13 19:11:29 +01:00
Carlos Martín
2ea768842b Feature #1739: fix VMMD log levels, and omit redundant monitoring info 2013-02-13 19:11:29 +01:00
Tino Vazquez
6437653813 feature #1739: Fix wrong host vmware polling when libvirt returns warnings 2013-02-13 18:45:22 +01:00
Carlos Martín
e37c4d1665 Feature #1739: Add messages when extra VMs are detected 2013-02-13 18:06:20 +01:00
Carlos Martín
ce565ac542 Feature #1739: Update doxygen file 2013-02-13 16:12:49 +01:00
Carlos Martín
49fd57f43d Feature #1739: Monitor disabled hosts only if they have running VMs 2013-02-13 15:21:31 +01:00
Carlos Martín
22caac41d7 Feature #1739: Improve host monitoring performance
We don't need to retrieve and parse each Host xml body column, we
already have the Hosts in the cache
2013-02-13 13:20:37 +01:00
Carlos Martín
2ee15e4b51 Feature #1739: Monitor disabled hosts also 2013-02-13 13:01:58 +01:00
Carlos Martín
5ad0a55cad Feature #1739: Drivers inform that the VM_POLL info is included, making things easier for the core when 0 vms are found 2013-02-13 12:40:34 +01:00
Carlos Martín
aac7ca944c Feature #1739: Move the logic of what to do with a failed poll to VMMDriver 2013-02-13 11:07:23 +01:00
Carlos Martín
d95d0bddbc Feature #1739: Drivers only return VM/ID when the VM name is exactly one-id 2013-02-12 18:50:33 +01:00
Carlos Martín
ad44a97905 Feature #1739: Do not update poll info for VMs that should not be in the reported host 2013-02-12 18:11:54 +01:00
Carlos Martín
89f2cdac22 Feature #1739: When an individual VM poll fails, the VM is set to unk 2013-02-12 17:57:37 +01:00
Carlos Martín
ea40607e26 Feature #1739: All VMs are set to unk if the host poll fails 2013-02-12 17:47:16 +01:00
Carlos Martín
ead72d740b Feature #1739: Detect missing VMs from the Host poll info, and move them to 'unknown' 2013-02-12 17:15:28 +01:00
Carlos Martín
547505a92d Feature #1739: Do not set last_poll when a VM is deployed 2013-02-12 16:22:16 +01:00
Carlos Martín
1a9600a6bb Feature #1739: Update vm last_poll when the operation ends, instead of when it is triggered 2013-02-11 18:32:26 +01:00
Carlos Martín
e665b0b6ba Feature #1739: Fix individual VM Poll 2013-02-11 18:31:19 +01:00
Carlos Martín
4cdedd2b57 Feature #1739: Refactor VMMDriver poll so it can be called from IMMDriver 2013-02-11 17:50:08 +01:00
Carlos Martín
f5e7143e99 Feature #1739: VectorAttribute::vector_value checks the value contents 2013-02-11 17:47:30 +01:00
Carlos Martín
8782676e2b Feature #1739: Minor code cleanup 2013-02-11 14:57:19 +01:00
Carlos Martín
b2f33437b9 Merge remote-tracking branch 'origin/master' into feature-1739 2013-02-11 12:49:44 +01:00
Carlos Martín
b14850cd82 Feature #1483: Fix util.cc 2013-02-11 12:12:43 +01:00
Ruben S. Montero
b8b3f6434d feature #1739: Moved SSL functions to one_util namespace. oned decodes messages from information drivers 2013-02-09 16:38:54 +01:00
Ruben S. Montero
babc6951c4 Merge branch 'master' into feature-1739 2013-02-09 16:17:01 +01:00
Ruben S. Montero
c209c03efc feature #1739: Dummy driver returns host information in base64 encoding 2013-02-09 13:48:05 +01:00
Ruben S. Montero
19f18aa3bb feature #1739: EC2 information manager returns information encoded in base64 2013-02-09 13:41:40 +01:00
Ruben S. Montero
e8a3f17ef0 feature #1739: IM driver returns information encoded in base64 2013-02-09 13:33:41 +01:00
Ruben S. Montero
2bd0088692 feature #1726: Additional tests for empty VMX data 2013-02-08 22:36:00 +01:00
Ruben S. Montero
3f0e3e8470 Merge branch 'feature-1483' 2013-02-08 22:13:57 +01:00
Ruben S. Montero
d920864c6a Revert "feature #1483: Inline hints for simple util functions"
This reverts commit 2e72c6c68b751c08fab997bcd47f9271b0375ebe.
2013-02-08 21:58:34 +01:00
Ruben S. Montero
2e72c6c68b feature #1483: Inline hints for simple util functions 2013-02-08 21:51:30 +01:00
Ruben S. Montero
4e41c91022 feature #1483: Moved implementation of util functions to a cc file 2013-02-08 21:50:40 +01:00
Ruben S. Montero
f4434f00ad feature #1483: Simplify REQUIREMENTS compatibility check 2013-02-08 21:03:47 +01:00
Ruben S. Montero
abb62dddeb feature #1483: Prevents deleting of NULL pointer 2013-02-08 20:24:27 +01:00
Ruben S. Montero
617b3c12e8 feature-1483: SCHED attributes can be modified by default 2013-02-08 20:14:41 +01:00
Carlos Martín
f9c59f0cfa Feature #1483: Fix sched_actions. Last change was deleting future actions 2013-02-08 16:33:56 +01:00
Carlos Martín
36473f11fd Feature #1483: Add an ID to each SCHED_ACTION to make them easier to edit manually with onevm update 2013-02-08 14:59:29 +01:00
Carlos Martín
90399665ef Feature #1483: Make --schedule option verbose by default 2013-02-08 14:37:31 +01:00
Carlos Martín
dc075e0955 Feature #1483 #1556: Separate requirements in two attributes
AUTOMATIC_REQUIREMNTS is set by the core, cannot be edited.
SCHED_REQUIREMENTS can be set and edited by the users.
2013-02-08 12:46:35 +01:00
Javi Fontan
04f26768cc bug #1754: change default attach prefix to file (compatible with xen 3 and 4) 2013-02-08 12:25:14 +01:00