1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-26 10:03:37 +03:00

14246 Commits

Author SHA1 Message Date
mcabrerizo
2d57768707 F #5207: Fix vCenter tm_resize 2017-07-04 18:34:22 +02:00
Ruben S. Montero
20deae85be Disks not managed (TM) by opennebula cannot change persistent state 2017-07-04 18:01:13 +02:00
Ruben S. Montero
b401abe7be F #4894: Terminate action when a VM is in a failure state invokes delete
action
2017-07-04 16:19:51 +02:00
Ruben S. Montero
fcf08d429d F #4809: Update migrator. There is no longer need to add servers to a
zone to configure a federation if not using HA
2017-07-04 12:42:29 +02:00
Ruben S. Montero
37740d4c62 B #5204: Wrong restricted attribute for VMs after a resize+chown
operation
2017-07-04 12:04:09 +02:00
Anton Todorov
172548b4cd xpath.rb fix crash when querying empty-element tag
by returning empty string.
Handling both `<test/>` and `<test></test>`
test pattern:
```
echo -e "<A>\n<B>b</B>\n<C/>\n<D></D><E>e</E></A>\n"| /var/lib/one/remotes/datastore/xpath.rb /A/B /A/C /A/D /A/E | while IFS= read -r -d '' e; do echo "'$e'"; done
```
2017-07-03 17:42:33 +02:00
Ruben S. Montero
cb0b3fc0b4 Add a system.sqlquery API call to execute SELECT queries on the DB. It
returns the row results
2017-06-30 18:57:41 +02:00
mcabrerizo
7b390cbc9a vCenter import templates and wild vms where two or more nics share the same port group 2017-06-30 18:20:00 +02:00
Ruben S. Montero
6d24617e57 F #4809: Pre-allocate lastoid to prevent stale id's in the pool in case
of leader failure
2017-06-30 17:02:59 +02:00
Ruben S. Montero
6f4a45c8c7 Revert "F #4809: Log information to debug federated zones with HA clusters. THIS"
This reverts commit fab2a07f74f55528631fa5b6159e80c1fa884637.
2017-06-30 16:08:11 +02:00
Ruben S. Montero
50ab087cf6 F #4809: Update onedb backup federated backup utility 2017-06-30 14:57:04 +02:00
Abel Coronado
6a779b6066 disk_resize in RUNNING kvm VMs (#366)
* Added VM.resize to RUNNING state

* disk_resize in RUNNING kvm VMs

* Changed resize for disk_resize
2017-06-30 12:49:55 +02:00
Ruben S. Montero
f2cc7679ea Updated restricted attributes 2017-06-30 12:13:39 +02:00
Ruben S. Montero
fab2a07f74 F #4809: Log information to debug federated zones with HA clusters. THIS
COMMIT IS MEANT TO BE REVERTED
2017-06-30 11:49:04 +02:00
Ruben S. Montero
899b460abd F #4809: Enable federated of solo Zones 2017-06-30 11:48:23 +02:00
Ruben S. Montero
80d0816666 F #4809: Re-design replicated log structure 2017-06-29 19:48:21 +02:00
abelCoronado93
56aa34432c Solved bug in dashboard accounting 2017-06-29 19:20:13 +02:00
abelCoronado93
2454289d3f Changed comments 2017-06-29 19:19:26 +02:00
abelCoronado93
517341624c F #4816 Make configurable a persistent instance done 2017-06-29 19:19:26 +02:00
mcabrerizo
1e277b4ac0 F #5207: Fix vCenter tm_resize 2017-06-29 15:29:39 +02:00
Stefan Kooman
977fe907b2 Add support for CEPH_KEY datastore attribute to be able to authenticate to a Ceph cluster. See https://dev.opennebula.org/issues/5208 2017-06-29 11:10:39 +02:00
Ruben S. Montero
c6286c0384 F #4809: Safer purge function for RAFT log 2017-06-28 19:50:55 +02:00
Ruben S. Montero
361409e7e1 F #4809: Compress federated log 2017-06-28 19:43:17 +02:00
mcabrerizo
e04dba14e4 Enable rm_directory for vcenter 6.5 2017-06-28 15:23:46 +02:00
mcabrerizo
00b7d8607a F #5207: vCenter disks can be resized when VM in poweroff 2017-06-28 14:43:38 +02:00
abelCoronado93
a5edba2a36 Solved bug in create vm cloud view 2017-06-28 12:39:35 +02:00
abelCoronado93
e3c0041ccb Solved bug in disk_resize 2017-06-28 12:38:53 +02:00
Sergio Semedi Barranco
904edd62cc F #5136 ec2_driver.conf purge (#357)
* fix opennebula log

* F #5136 ec2_driver capacities replaced

* F #5136 required ec2 region_name template att

* F #5136 ec2_driver.conf removed regions

* F #5136 decrypt moved to oca utils
2017-06-28 12:38:16 +02:00
mcabrerizo
6e23515aa2 Add info_all to one_pool helper method used by vcenter 2017-06-28 08:38:26 +02:00
mcabrerizo
b2848a0442 Add info_all to pools used by vcenter pre-migrator 2017-06-28 08:19:01 +02:00
Ruben S. Montero
0c9272b69c F #4809: Fix divergence problems when replicated the fed log in a HA
zone
2017-06-28 01:14:13 +02:00
Vlastimil Holer
75dcfd601f B #4821: No traffic shaping in attached NICs (#356)
* B #4821: Hot-attached KVM NIC with more supported libvirt interface options

* B #4821: Generate KVM libvirt filter even without IP

* B #4821: Escape libvirt interface XML parameters

* Revert "B #4821: Generate KVM libvirt filter even without IP"

This reverts commit 29ef66dc1eb3c1aaa550cb6961e49ad8a6e92f14.

* B #4821: Support VROUTER_IP in attach_nic filter
2017-06-27 19:24:15 +02:00
Javi Fontan
a414e4d536 Merge pull request #347 from vholer/bug-5170
B #5170: LVM exclusive locking
2017-06-27 19:23:35 +02:00
Jaime Melis
2e172ce037 Bump version man pages release-5.4-beta2 2017-06-27 15:54:47 +02:00
Jaime Melis
d0ca67a6e4 Bump to version 5.3.85 2017-06-27 15:54:47 +02:00
Ruben S. Montero
431f96a783 Fixed disk resizes for volatile disks 2017-06-27 15:36:00 +02:00
mcabrerizo
d897301ec5 F #4913: Disable some vCenter required attributes 2017-06-27 14:43:17 +02:00
Vlastimil Holer
3a3f4a13f5 B #5035: Specify QCOW2 backing file formats (#341) 2017-06-27 14:34:17 +02:00
Tino Vazquez
9698ea469e B #5204: Disable restricted attributes for NIC and DISK vCenter VMs 2017-06-27 12:40:41 +02:00
Ruben S. Montero
4f8195d222 F #4809: Better management of last index of federated log 2017-06-27 12:38:27 +02:00
Ruben S. Montero
192ce9db42 F #4809: Fix replica log for federation 2017-06-27 11:04:52 +02:00
Ruben S. Montero
dbc47c9874 F #4809: Remove unneeded update_zone calls when adding a server to a
zone
2017-06-26 19:55:01 +02:00
Ruben S. Montero
d5d6cb9667 F #4809: Get fed index from the DB (needed by followers in HA). Use Zone
ENDPOINT to replicate log instead of server list. Fix bug when replicate
fails in a zone.
2017-06-26 19:55:01 +02:00
mcabrerizo
d831d3ebf4 F #4913: Disable rm_directory for vCenter 6.5 again, wait_for_completion doesn't solve the issue 2017-06-26 19:41:59 +02:00
mcabrerizo
8ff2e568a8 F #4913: Add wait_for_completion to vCenter rm_directory that may cause vcenter 6.5 crashes 2017-06-26 12:56:45 +02:00
mcabrerizo
e01faaadd6 Create vcenter directory and allocate vcenter hooks in install.sh 2017-06-26 08:05:50 +02:00
Tino Vazquez
b2962f6128 Change location of vcenter vnet hooks in oned.conf 2017-06-23 17:48:40 +02:00
Tino Vazquez
f13c6bbe1b Change location of vcenter hooks 2017-06-23 17:32:33 +02:00
abelCoronado93
9a147f6e10 Checked code style 2017-06-23 13:52:29 +02:00
abelCoronado93
b01392a4f8 Added list with the user inputs order 2017-06-23 13:52:29 +02:00