Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: extract-image regression (#791)
Concurrent node/add-module actions fail on flock acquiring the lock file. The lock file is created in a unique path by node/add-module, preventing the execution of multiple modules installation at the same time, which normally happens in cluster/create-cluster and cluster/add-node actions. Refs NethServer/dev#7058 This commit changes extract-image behavior. The lock file is created under ./ (the working directory) instead of AGENT_INSTALL_DIR/.
- Loading branch information