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

17472 Commits

Author SHA1 Message Date
Ruben S. Montero
ef5081f49a
B #5302: Do not finish import record on poweroff
(cherry picked from commit 5d1060e056e44f78e0646cad2a98fd3325583858)
2021-03-22 12:05:14 +01:00
Pavel Czerný
5c11bf9e4f
M #-: Fix minor mem-leaks and valgring issues (#927) 2021-03-08 18:00:39 +01:00
Alejandro Huertas Herrero
d8e7464dc4
B #5269: get network PCI in FSCK (#892)
(cherry picked from commit dad1dc8eb719948305822b0171fc32a276819a30)
2021-03-01 10:33:39 +01:00
Daniel Clavijo Coca
6930839e87
B #5103: Improve state transition flag system (#884) 2021-02-26 15:35:31 +01:00
Pavel Czerný
cff5f1807e
B #5261: Fix PCI references after vm migrate fails (#876) 2021-02-25 11:45:39 +01:00
Pavel Czerný
25eb83db77
B #5255: handle BLOCK_CDROM disk types (#868)
Submitted by Anton Todorov <atodorov-storpool@users.noreply.github.com>
2021-02-24 12:19:29 +01:00
Christian González
4e6b2d410c
F #5256: enable multithreading for one_hm (#812) 2021-02-24 09:34:44 +01:00
Ruben S. Montero
5f9bb93d51
B #5236: round apps size 2021-02-23 16:46:20 +01:00
Alejandro Huertas Herrero
a00504660f
#5262: fix onedb image typo (#861)
(cherry picked from commit a8c391fd89b4a8b880d8d68232c230d326797e0c)
2021-02-23 12:53:36 +01:00
Christian González
70d2c609bf
M #-: Manage connection error at vCenter monitor (#860)
Signed-off-by: Christian González <cgonzalez@opennebula.io>
2021-02-23 12:25:51 +01:00
Pavel Czerný
cfbfbf48ad
M #-: Fix DS id while resuming undeployed VM (#837)
(cherry picked from commit 05e235cde32e69e9ffb6cff1e6824d22a2bddaa3)
2021-02-19 09:45:35 +01:00
Vlastimil Holer
668d6346c9
M #-: Bump version to 5.12.9 (#839) 2021-02-18 18:30:21 +01:00
Alejandro Huertas Herrero
4abb059d31
M #-: get service update cardinality error (#754)
(cherry picked from commit 2648aa9a5deee7e81efaa393406731c432644df6)
release-5.12.8
2021-02-18 11:17:02 +01:00
Sergio Betanzos
c1dcf0e42a
B #5253: Fix monitoring ips (#790)
Co-authored-by: Christian González <cgonzalez@opennebula.io>
2021-02-12 14:30:59 +01:00
Ruben S. Montero
37b5e28cf8
M #-: Fix Attach auth operation
(cherry picked from commit e1ea0b79681fba667b6c110e0be260f3e3b35f6b)
2021-02-10 18:13:17 +00:00
Ruben S. Montero
bfcef092f8
M #-: Fix wrong defaul auth operation level
(cherry picked from commit ab260f6395375de80353c8e0e66e6524dbeb42e6)
2021-02-10 17:24:03 +00:00
Frederick Borges
343530d587
M #~: Fix usage text onevm lock (#792)
Signed-off-by: Frederick Borges <fborges@opennebula.io>
(cherry picked from commit d6548b6280f4a3fc40c78f74691083f2e44310aa)
2021-02-10 14:05:59 +01:00
Frederick Borges
d65510d973
B #5212: fix dropdowns on pagination (#784)
Signed-off-by: Frederick Borges <fborges@opennebula.io>
2021-02-10 10:49:00 +01:00
Pavel Czerný
07b1656e52
F #5015: Option to disable raw section validation (#781) 2021-02-09 18:20:40 +01:00
Sergio Betanzos
5a8b6ef796
F #5173: Add validation option to raw part (#780) 2021-02-09 17:31:58 +01:00
Ruben S. Montero
4933e19b1d
B #5250: Add time stamp to monitor clients
(cherry picked from commit 7d6e019e6dda2e575bcc953b13e6a55c7e882515)
2021-02-09 17:18:27 +01:00
Pavel Czerný
af55e166f6
B #5219: Fix zlib_decompress in Message.cc (#776) 2021-02-09 12:41:50 +01:00
Pavel Czerný
bb2571e367
B #5219: Fix zlib_decompress (#772) 2021-02-09 09:10:58 +01:00
Sergio Betanzos
c3c3875b21
B #5247: Fix option to edit vcenter password (#768)
(cherry picked from commit d9bf3afbf1214eb4cbce4cc87a3ef4ed5781b0cb)
2021-02-08 14:01:17 +01:00
Sergio Betanzos
430729bf92
B #5233: Fix alias ips in service role datatable (#767) 2021-02-08 13:31:28 +01:00
Daniel Clavijo Coca
9ed720d6cf
B #5245: Update host zombie template (#761) 2021-02-08 09:37:24 +01:00
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