IF YOU WOULD LIKE TO GET AN ACCOUNT, please write an
email to Administrator. User accounts are meant only to access repo
and report issues and/or generate pull requests.
This is a purpose-specific Git hosting for
BaseALT
projects. Thank you for your understanding!
Только зарегистрированные пользователи имеют доступ к сервису!
Для получения аккаунта, обратитесь к администратору.
Datastores are model as a struct from HostXML.cc to parse additional
data like FREE_MB/USED_MB/TOTAL_MB.
The attribute in HostShare is an array of Datastore structs as a Host can have
more then one datastore.
co-authored-by: Pavel Czerný <pczerny@opennebula.io>
Do not execute the elastic drivers post operation on snapshot-revert,
these operations are related to the hypervisor and not the VM.
(cherry picked from commit 60f00b49a356c603437ac09817c09bdb06bbcd5a)
This affects KVM with libvirt 8.0.0+. As for 8.0.0, libvirt will stop and start a domain when reverting to a snapshot. It appears that this may recreate the Open vSwitch interface, which loses the VLAN configuration placed there by the Open vSwitch Driver.
This will give kernel some more time to clean up before attemting to
destroy the associated ipsets. Otherwise it may fail with: "Set cannot be
destroyed: it is in use by a kernel component"
- New attribute VIDEO, that includes
- TYPE: Custom video device (none, vga, cirrus, virtio)
 - IOMMU: Enable IOMMU for the video device
 - ATS: Enable ATS (Address Translation Services) for the video device
 - VRAM: VRAM allocated to the video device (Megabytes)
 - RESOLUTION: Video resolution, in format like: 1280x720 or 1920x1080
- Support for onevm CLI command
- Updated VM xsd file.
This commits add a curated list of hyperv (and timers) options when enabled for the
VM. It adds HYPERV_TIMERS, which are added to the clock element
when HYPERV is selected.
* New Cancel module to backup_qcow2.rb script. This module is a helper to cancel
ongoing backup operations in the prebackup phase.
* Checks libvirt for active backup domain operations to stop them.
Remove @ongoing flag
* Trap SIGTERM in backup_qcow2, prebackup and prebackup_live scripts
* Cleaner backup func in onevm_exec.rb (reuse post array)
co-authored-by: Michal Opala <mopala@opennebula.io>