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

15362 Commits

Author SHA1 Message Date
Ruben S. Montero
9432226f97 development: add unknown to poweroff from monitor 2018-11-10 17:39:20 +01:00
Ruben S. Montero
d6949cf260 development: Solve issue when monitor only returns STATE data. Allow VM
transitions from UNKNOWN on monitor messages. Move number of connections
messages to extra debug category
2018-11-10 13:53:08 +01:00
Ruben S. Montero
91133716a4 development: Scheduler. Do not replace template when updating sched information 2018-11-07 16:19:58 +01:00
Vlastimil Holer
94f26ce0f2 B : Support new predictable NIC names in KVM host net monitoring 2018-11-07 14:52:28 +01:00
Ruben S. Montero
9489286fe4 B : Fix issues introduced when merging 2018-11-07 14:12:14 +01:00
Ruben S. Montero
241d104951 Update VirtualMachineDisk.cc 2018-11-07 14:02:46 +01:00
Ruben S. Montero
873f9693b8 Update VirtualMachine.cc 2018-11-07 14:02:46 +01:00
Ruben S. Montero
39cc5ea2fa Update RequestManagerVirtualMachine.cc 2018-11-07 14:02:46 +01:00
juanmont
aeaf870cad B : Added DISK_TYPE to DISK section 2018-11-07 14:02:46 +01:00
juanmont
807000a59c B : Set LN_TARGET and CLONE_TARGET after pick the datastore 2018-11-07 14:02:46 +01:00
sergio semedi
4e5ac9f761 fix vcenter deploy, already poweredOn machine 2018-10-31 14:55:43 +01:00
sergio semedi
f59bdbfc01 B : improve resume/poweroff vcenter actions 2018-10-31 14:55:43 +01:00
Ruben S. Montero
4774916ae9 F Support 2 modes for vxlan multicast and EVPN
Co-authored-by: Jan Orel <jorel@opennebula.systems>
(cherry picked from commit 107f86b556f8cbb394dddca1f7af71a7cdb96b27)
2018-10-31 12:02:14 +01:00
Sergio Semedi Barranco
610ce4dcbb B : reference unmanaged nics is working 2018-10-30 15:07:28 +01:00
juanmont
e77ba6995b development: Fixed bug with %r expression 2018-10-30 14:52:24 +01:00
Ruben S. Montero
d983addf5b Change DB version to 5.7.80
Co-authored-by: Christian González <cgonzalez@opennebula.systems>
2018-10-29 17:08:10 +01:00
juanmont
3859fed1cc development: Changed casecmp? function by upcase and comparation 2018-10-29 16:54:47 +01:00
juanmont
0f6d250585 F : Updated xsd 2018-10-29 15:13:50 +01:00
juanmont
fbfbfdca8c B : Fixed bug after delete FILES_DS () 2018-10-29 14:49:51 +01:00
Tino Vazquez
102a7e132d Ruby code formatting: CLI Part II 2018-10-26 19:05:22 +02:00
Tino Vazquez
6455fe784d Fix comment 2018-10-26 16:30:23 +02:00
sergio semedi
f00db6df0e F : Resize operations refactor
=======================================
F : resize methods
F : resize unmanaged disk working
F : method moved to resource, new sync
F : standalone resize done
F : new resize is working
2018-10-26 15:56:32 +02:00
sergio semedi
90a6042d06 F : vCenter driver Re-structucture
================================================================
F : New functions, methods and fixes for new disk architecture
F : fixing source refs and path with spaces
F : new sync attached disk and helpers
F : sync methods
2018-10-26 15:56:32 +02:00
sergio semedi
5e98b292d2 F : vCenter tm refactor
==================================
F : vCenter tm clone refactor
F : vCenter tm delete refactor
2018-10-26 15:56:32 +02:00
sergio semedi
331306b05b F : vCenter vm resource architecture
========================================
F #2387:(vCenter) vm Resource, disk and nic classes
F #2387:(vCenter) new methods for vm disk
2018-10-26 15:56:32 +02:00
Sergio Semedi Barranco
bf3938d76f vCenter, ERROR monitoring fix () 2018-10-26 11:21:12 +02:00
juanmont
19bf8ab8c8 F : Added AUTOMATIC_NIC_REQUIREMENTS to speed_up NIC filtering 2018-10-25 11:33:55 +02:00
juanmont
04e8135a7b F : Added possibility to select SCHED_REQUIREMENTS from vnet datatable 2018-10-25 11:16:12 +02:00
Ruben S. Montero
c73e034f84 Merge branch 'feature-2427' for scheduling different VNETs across VM NICS 2018-10-25 11:11:01 +02:00
Ruben S. Montero
9a99332aec F : Default to different vnets for VM NICS. Add new configuration attributes to sched.conf 2018-10-25 10:56:48 +02:00
Jose Angel Garrido Montoya
e9805a788b F Allow creation of Empty disk image for type OS 2018-10-25 10:06:10 +02:00
Abel Coronado
3bc813ff7a B : Case (in)sensitive labels () 2018-10-25 10:06:10 +02:00
Jan Orel
c82dbb54dc B Try blockcopy, fsfreeze or suspend first in ssh/cpds ()
(cherry picked from commit c0f3bd79a77e8c1ccc2150bf3395095beac4c5ad)
2018-10-25 10:06:10 +02:00
Jan Orel
63cd7c7853 B Report RSS + swap usage for KVM VMs
_max_memory_ is always equal to Available because:
  1. the memballoon is not used for resizing VM memory 
  2. the memballoon stats reporting is not enabled by default:

  ```
  <memballoon model='virtio'>
        <stats period='10'/>
    </memballoon>
  ```

(cherry picked from commit 92d1ff6b11b3adf0c3d7e98e57ce2555c077e694)
2018-10-25 10:06:10 +02:00
Abel Coronado
fc934f2303 B : Impossible to instantiate a VM w/ RESTRICTED_ATTR DISK/SIZE () 2018-10-25 10:06:10 +02:00
Tino Vazquez
57dd5f1254 B : improvement in vCenter VM monitoring
Do not fail if VM does not have DS associated
2018-10-25 10:06:10 +02:00
Ruben S. Montero
2e8ed7896c F : Regenerate VM attribute parsers
(cherry picked from commit 28fedd7bb5b0ed0e9c76d116780b3947df915502)
2018-10-25 10:06:10 +02:00
Christian González
27608f222c F Escape "$" at VM templates ()
(cherry picked from commit 9182eee7706aeb705d3c729ce5c296538701cf91)
2018-10-25 10:06:09 +02:00
Jose Angel Garrido Montoya
9586626b20 F Allow creation of Empty disk image for type OS 2018-10-25 09:50:36 +02:00
Abel Coronado
4ff2688e74 B : Case (in)sensitive labels () 2018-10-24 11:06:26 +02:00
Jan Orel
1e0af010d2 B Try blockcopy, fsfreeze or suspend first in ssh/cpds ()
(cherry picked from commit c0f3bd79a77e8c1ccc2150bf3395095beac4c5ad)
2018-10-23 12:26:18 +02:00
Jan Orel
1a1b631fa0 B Report RSS + swap usage for KVM VMs
_max_memory_ is always equal to Available because:
  1. the memballoon is not used for resizing VM memory 
  2. the memballoon stats reporting is not enabled by default:

  ```
  <memballoon model='virtio'>
        <stats period='10'/>
    </memballoon>
  ```

(cherry picked from commit 92d1ff6b11b3adf0c3d7e98e57ce2555c077e694)
2018-10-23 12:26:35 +02:00
juanmont
03f47b809f F : fixed bug when clear extra template 2018-10-23 11:00:23 +02:00
Abel Coronado
21fdee105a B : Impossible to instantiate a VM w/ RESTRICTED_ATTR DISK/SIZE () 2018-10-23 09:59:25 +02:00
Tino Vazquez
a6513528df B : improvement in vCenter VM monitoring
Do not fail if VM does not have DS associated
2018-10-22 19:22:19 +02:00
Ruben S. Montero
1a68b64575 F : Regenerate VM attribute parsers
(cherry picked from commit 28fedd7bb5b0ed0e9c76d116780b3947df915502)
2018-10-22 17:58:08 +02:00
Christian González
9b240805ee F Escape "$" at VM templates ()
(cherry picked from commit 9182eee7706aeb705d3c729ce5c296538701cf91)
2018-10-22 17:58:08 +02:00
juanmont
0a065d8b2e F : Added option to pick differents networks for a VM 2018-10-19 16:53:04 +02:00
Abel Coronado
b797a7e512 B : Impossible to create vmgroup using advanced mode () 2018-10-19 11:02:51 +02:00
Abel Coronado
dfe79d0583 Cross deleted from datatable 2018-10-19 10:49:31 +02:00