Gal Ben Haim
Gal Ben Haim
I still need to complete the docstrings and do some cosmetics, but the overall functionality and basic unit/functional tests are implemented.
This change will help us to improve snapshots: https://github.com/lago-project/lago/issues/716
This issue was fixed in https://github.com/lago-project/lago/pull/583 that is part of v0.40. There are some reasons for a failure in acquiring the lock (taken from the exception): ``` Failed to acquire...
Fixed in https://github.com/lago-project/lago/pull/583
Reopen this issue since https://github.com/lago-project/lago/pull/583 fixed only the subnet store.
A fix to libguest is currently under review https://www.redhat.com/archives/libguestfs/2018-September/msg00070.html
Some of the requirements can be found in the install script https://github.com/lago-project/lago-demo/blob/master/install_scripts/install_lago.sh
As I see it, we should do the following: Add a new command, `lago setup` which configures the system to run lago. It's ok to require sudo permissions (see the...
@ifireball thanks for the comment. Due to time constraints, I'll fix the current logic that uses `sudo`, but leave this issue open so we can implement the correct fix in...
Temporary fix https://github.com/lago-project/lago/pull/715