Vadym Markov

Results 16 comments of Vadym Markov

Ok, thanks. Tested on Netbsd 9.2, it works. Just yaml for 14.04 absent in storage

Snapshots are supported in master branch and next release (2.4.0, probably)

Easier reproduce is possible - just run `pytest -ra` in environment with `Python 3.8` and `pytest 7.3.1`

Never mind, missed to configure secrets for registry. Maybe need to mention this feature in documentation

Issue caused by too old flake8. It added support of 3.12 at 6.1.0. I can fix it in separate PR, or just here as follow-up

https://github.com/virt-lightning/virt-lightning/pull/294 However, flake8-logging-format triggers many times

Also agree. It is aligned with default policy relating `virt-lightning` network, redefined for a single VM when needed. Try to push a PR during this week

As usual, I stumbled into the pitfall during my investigation. To create network, we need to pass cidr for it. For default network we have default value, but for user-defined...

Here we have some discrepancy - LibvirtHypervisor supports only single network defined by config and ensured by init_network(). However, networks attached at instance startup are attached to existing domain without...

Tested a bit. Seems that 2.1.0, master and proposed patch sometimes fail with the same trace. Tried to manually run `vl up; vl down; rm /var/lib/virt-lightning/pool/upstream/*` several times in a...