Vlastimil Holer
Vlastimil Holer
**Description** It can happen (don't know how to reproduce) that image being imported into datastore from remote HTTP server is not downloaded completely (or broken after download?, maybe via fallocate),...
**Description** With big historic logs, the log rotate on service start can vastly extend the start time or even timeout the service start as it tries to compress the old...
**Description** Virtual Router actions across the groups of VMs are not transactional, i.e. if anything fails on a single VM, the state is not rollbacked, but left in inconsintent state....
**Description** Currently, the default path to the QEMU is hardcoded in the `vmm_exec_kvm.conf` : https://github.com/OpenNebula/one/blob/6230e2d7c6ff5f037bad17684fda94beb116f3ed/src/vmm_mad/exec/vmm_exec_kvm.conf#L31 and, adjusted for each build platform during the packaging to * CentOS / RHEL: `/usr/libexec/qemu-kvm`...
**Description** Augeas lens for reading oned.conf-like configuration files is case sensitive, so it's easy to create redundant entries with different casing, which are not effective (i.e., only first occurance in...
**Description** **NOTE: this issue needs to be reconsidered after CentOS 8.3 with Podman 2.0+ is released!** When front-end is running in restricted containers, it's not easy to support DH marketplace...
It looks to me that `morph` is able to copy all the built artifacts to the target host(s), even if there is not enough space. This might obviously lead to...
**Description** It looks like that the drivers operations, which are expected to be sequential (like do VM actions -> do storage actions) are not just controlled by the mandatory successful...
It could be interesting if sshpiper exposes the metrics on a dedicated port in common Prometheus/OpenMetrics format, so that the use of service can be monitored. Examples of metrics: basic:...
Add support for Cloud Linux contextualization. Cloud Linux is a CentOS based distribution, so the existing CentOS package should more or less work with small or none changes. There is...