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

17446 Commits

Author SHA1 Message Date
Ricardo Diaz
8de3e9c872
B #-: Monitor CLOSE-WAIT stalled connections (#755)
For vCenter monitor, already added hosts were added again, provoking a
new call to vcenter_connect. This call makes a new vSphere connection
and leaving the previous one hanging. After a timeout, vCenter tried to
close the connection by sending a TCP FIN. OS TCP stack cannot tell
the application (vcenter_monitor) to close, resulting on a CLOSE-WAIT
stalled connections (last forever). This in turn, exhausts the maximum
number of file descriptors opened allowed per process.

Signed-off-by: Ricardo Diaz <rdiaz@opennebula.io>
2021-02-04 17:32:23 +01:00
Alejandro Huertas Herrero
d71fd092d3
M #-: backport F#5194 to 5.12 (#724) 2021-01-29 09:39:25 +01:00
Frederick Borges
3b0494c3e5
B #5220: fix VPCU range (#726)
Signed-off-by: Frederick Borges <fborges@opennebula.io>
(cherry picked from commit 15fdf4ab3848ad6e1b10dc6007d6f2227a8d099a)
2021-01-28 20:05:31 +01:00
Sergio Betanzos
6045447a5f
B #5237: Fix onegate context attributes in sunstone (#707)
(cherry picked from commit b03be57ca89ec12aaa63fb6caead63b545c88ef1)
2021-01-28 19:09:08 +01:00
Pavel Czerný
d24e3ea1bc
B #5186: Exit HA node in case of DB failure (#712)
(cherry picked from commit b36cf9f33940652c59bf1cf8a0195f7d062445c3)
2021-01-25 19:05:43 +01:00
Alejandro Huertas Herrero
9ab9abf7cc
B #5235: force update cardinality in service (#687) 2021-01-21 16:07:05 +01:00
Christian González
ef1b779009
M #: improve error management for one_hm driver (#679)
(cherry picked from commit 25a8383b1bf0464cf805f05c2d13e15c90d043c1)
2021-01-20 11:27:41 +01:00
Christian González
17d4266b7d
B #: fix HA race condition (#672)
Fix race condition when a node fails to became leader due to
another node having greater term.
2021-01-19 17:56:43 +01:00
Ruben S. Montero
2d0412e38a
B #5219: Increase zlib_decompress buffer 2021-01-11 10:12:28 +01:00
Ruben S. Montero
f9dcc26176
B #5219: High CPU consumption by onemonitord 2021-01-08 14:06:07 +01:00
Jan Orel
f4c48b7724
B #5210: Make LDAP group_admin configurable (code)
(cherry picked from commit 960380acf82a42d7bb805c7550901ac743152422)
2020-12-18 11:43:34 +01:00
Tino Vazquez
c3eb9e73bc
L #-: Update rubocop conf file to 1.6.1 2020-12-17 15:27:30 +01:00
Vlastimil Holer
d944233ba8 M #-: Bump version to 5.12.8 2020-12-17 15:17:33 +01:00
Jorge Lobo
8bd0ee82c6 M #~: fix show vm list sunstone
Signed-off-by: Jorge Lobo <jlobo@opennebula.io>
release-5.12.7
2020-12-16 16:52:37 +01:00
Carlos Herrera
4cdc45ff14
F #~: fix params in monitor
Signed-off-by: Carlos Herrera <cherrera@opennebula.io>
(cherry picked from commit 6ad4dd12693fd57c9036cd267f80d6f8cac1bc5b)
2020-12-15 19:11:15 +01:00
Carlos Herrera
96f77479f7
F #~: add exec mode to script
Signed-off-by: Carlos Herrera <cherrera@opennebula.io>
(cherry picked from commit 3ae13b6ddc1b368a6a8d9403d72c9c0058347469)
2020-12-14 17:13:40 +01:00
Pavel Czerný
f0eebb6433
B #5020: Speed up showback calculate (#550) 2020-12-11 15:18:32 +01:00
Carlos J. Herrera
f67c7294ff
F #5201: improve monitoring in vCenter (#544)
Signed-off-by: Carlos Herrera <cherrera@opennebula.io>
2020-12-11 14:29:06 +01:00
Sergio Betanzos
54959ba267
B #5187: Fix when change nic on vm dialog
(cherry picked from commit 9c583bd3d28f63c71abdb899728582c82587b700)
2020-12-11 13:59:24 +01:00
Sergio Betanzos
6d16870c71
B #5116: Fix capacity select
(cherry picked from commit 3ad30d2a7b38c0851c9a46355e388d4fdbcd1b5c)
2020-12-11 12:40:38 +01:00
Sergio Betanzos
d867109994
B #5117: Fix core per sockest input
(cherry picked from commit c105aab21b990608bd8d5b8aa1385f2bfde08ebf)
2020-12-11 12:36:29 +01:00
Alejandro Huertas Herrero
4cd69f69f1
M #-: fix minor bug in OneFlow (#485) 2020-11-26 15:39:03 +01:00
Pavel Czerný
20d99da656
B #5052: Fix resched of VM with NIC (#468)
(cherry picked from commit d4bcdb917ccfa57f374c7f2c62197a492dd4f242)
2020-11-26 11:20:21 +01:00
Pavel Czerný
f9c7740459
B #5018: Fix multiple_value support for PostgreSQL (#456) 2020-11-24 09:46:59 +01:00
Jorge Miguel Lobo Escalona
313e8a231e
B #5179: fix overcommit memory (#459)
Signed-off-by: Jorge Lobo <jlobo@opennebula.io>
2020-11-23 10:18:50 +01:00
Pavel Czerný
81fa4753dd
B #5181: Output PCI parameters in hex (#458) 2020-11-23 09:13:52 +01:00
Sergio Betanzos
c781e1f376
B #5161: Fix formatting datatable (#445)
(cherry picked from commit d067f2d3e9038eccc4e738f88c2c91f1798880ea)
2020-11-19 10:00:03 +01:00
Ruben S. Montero
a20016ba11
B #4903: Do not fail link if exists. Linting
This reverts commit 5b030d2869cfe960f6a2cdb61d52f502ebf0972c.
This reverts commit fd03fafb8f7ddf4da29f8d4ff38cc4ae8819003e.
2020-11-18 11:19:01 +01:00
Ruben S. Montero
57a69c580d
F #5177: Compatibility with existing containers
(cherry picked from commit 826d5e9af064aa0d945f2d5cae90f2bdfe394df6)
2020-11-18 11:18:22 +01:00
Carlos J. Herrera
80a742b0e0
B #5113: Correct values of attributes in vCenter (#437)
Signed-off-by: Carlos Herrera <cherrera@opennebula.io>
(cherry picked from commit 57f599340781ae2a9fe31a32fe15cb0c98a0419e)
2020-11-17 18:35:30 +01:00
Daniel Clavijo Coca
5b030d2869
B #4903: Avoid backticks (#436)
Co-authored-by: Daniel Clavijo Coca <dclavijo@opennebula.io>
2020-11-17 17:34:46 +01:00
Daniel Clavijo Coca
5d98f40a87
M #-: Save VM XML in base64
Co-authored-by: Daniel Clavijo Coca <dclavijo@opennebula.io>
2020-11-17 13:08:34 +01:00
Frederick Borges
76636eeae1
B #5037: fix malformed VM IPs (#431)
Signed-off-by: Frederick Borges <fborges@opennebula.io>
(cherry picked from commit d2d7e546c611770bee27d6dc3abc5caea388fbda)
2020-11-17 13:02:24 +01:00
Carlos J. Herrera
766f0f86fa
B #5019: fix reference when not called from sunstone (#430)
Signed-off-by: Carlos Herrera <cherrera@opennebula.io>
2020-11-16 18:04:14 +01:00
Daniel Clavijo Coca
fd03fafb8f
B #4903: Fix rogue vlans on vnet pre (#427)
Co-authored-by: Daniel Clavijo Coca <dclavijo@opennebula.io>
2020-11-16 17:37:56 +01:00
Sergio Betanzos
00eae96b85
M #~: Fix real cpu & memory bars (#426)
(cherry picked from commit 8e835289e7124f29067eebbcd4de3acf471ab7e8)
2020-11-16 17:19:20 +01:00
Alejandro Huertas Herrero
269c3f5852
B #5170: fix user inputs in CLI instantiate (#415)
(cherry picked from commit 29ef4eaaefa0e64b8c40834df0459b4d032de886)
2020-11-13 12:37:21 +01:00
Carlos J. Herrera
51061fee1f
F #5019: allow remote oned (#403) 2020-11-12 11:07:21 +01:00
Jan Orel
9baaff9a85
B #5166 Augeas lens: allow space after section (#404)
(cherry picked from commit deb32cad1b307c84ac5d314847b3eca8875b9fd5)
2020-11-10 18:11:35 +01:00
Sergio Betanzos
1d5bf0e056
B #5172: Fix user inputs in flow instantiate form (#407)
(cherry picked from commit 8b9cf9d611ea9fbcb1f0dfd6613001e286476dd5)
2020-11-10 14:17:33 +01:00
Sergio Betanzos
5bc0eb5d47
M #~: Fix error pop in vnet instantiate form (#405)
(cherry picked from commit 821ecfaf4bd7ce35be7d16b3f1197f6b6b879cb9)
2020-11-10 13:21:37 +01:00
Sergio Betanzos
b8372e3806
B #5146: Fix ready status vms in role tab (#356)
(cherry picked from commit 45955f332c1e50076613d0ba168427bd42f239bf)
2020-11-10 10:05:20 +01:00
Christian González
2cd2d7d8cd
B #: fix onegate vnet bug (#399) 2020-11-06 11:39:10 +01:00
Vlastimil Holer
3a51fed730
M #-: Bump version to 5.12.7 (#397) 2020-11-05 15:59:45 +01:00
Sergio Betanzos
566ac9de55
B #5161: Fix formatting monitoring dt (#393)
(cherry picked from commit 099a3dbbd3d84625b7ec649587b0d283cacf9016)
2020-11-05 10:54:55 +01:00
Alejandro Huertas Herrero
e7781c687a
M #-: escape special chars in vCenter disk names (#387)
(cherry picked from commit 06a37707fe8aebcc704d6d76643d9b4f39861ef3)
release-5.12.6
2020-11-04 16:45:37 +01:00
Ruben S. Montero
36abb7d97f
B #5154: increase counter 2020-11-03 14:08:07 +01:00
Alejandro Huertas Herrero
6897e56504
M #-: scape blank spaces in vCenter disk names (#386)
(cherry picked from commit 42d5ce88b33fd61428ca3712feb4963f327461a1)
2020-11-03 11:06:35 +01:00
Alejandro Huertas Herrero
bc4234056b
M #-: scape blank spaces in vCenter disk names (#385)
(cherry picked from commit d841e3189e3377ba3c12eb898ff73505320fda4c)
2020-11-03 10:01:20 +01:00
Ruben S. Montero
bc7bb2673c
B #5154: Add /HOST/DATASTORES to search path 2020-10-30 13:29:05 +01:00