Pavel Czerný

Results 24 comments of Pavel Czerný

Previous commit broke `oneflow-template instantiate` without the `-u` and `-p` arguments, here is [PR with fix](https://github.com/OpenNebula/one-ee/pull/2240)

This issue come up from forum https://forum.opennebula.io/t/onemonitord-segfault-on-6-0-debian-10/10322 User mentions there some silent `onemonitord` error on DB connection, without properly reporting to `/var/log/one/monitor.log` The most important think of this issue should...

Not sure what we should do here. It's correct that the locked VM can't be migrated. So maybe update the `ft/host_error.rb` script to unlock, migrate and lock again? Or just...

I think this could be affected by #5386 If the values `DEFAULT_IMAGE_PERSISTENT_NEW` and `DEFAULT_IMAGE_PERSISTENT` are commented out, the new image inherits the persistence flag from the original image. For me...

Continuing with the shutdown process on receiving poweroff state from monitoring is intended. It can solve freezes of the shutdown action. If it's an issue for lxd/lxc drivers, then there...

> PR to use bigger times_missing for lxc/lxd This is probably not needed. There is an issue with sync state, which circumvent the missing_state counter. [Src PR fixing the sync...

Only 7 years to solve this simple issue, we are like a flash :-/ PRs to merge: * [src](https://github.com/OpenNebula/one-ee/pull/2262) * [tests](https://github.com/OpenNebula/development/pull/2003) * [docs](https://github.com/OpenNebula/docs/pull/2378)

ETIME already fixed in release 6.4.1 #5874 PRs to fix RETIME: * [src](https://github.com/OpenNebula/one-ee/pull/2267) * [doc](https://github.com/OpenNebula/docs/pull/2384)

PRs: * [src](https://github.com/OpenNebula/one-ee/pull/2428) * [tests](https://github.com/OpenNebula/development/pull/2120)

> 1b - on Instantiate, persistent = yes -> VM clones the image, but on the new image the persistent flag is still "no" -> data loss on shutdown This...