You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After this the deployment seems to continue, I expect it can unlock again.
Environment
VMWare
Expected Behavior
If it is already unlocked continue.
Actual Behavior
Zincati fails with:
zincati[1629931]: [INFO zincati::update_agent::actor] staged deployment '39.20240407.3.0' available, proceeding to finalize it
zincati[1629931]: [ERROR zincati::update_agent::actor] failed to finalize deployment: rpm-ostree finalize-deployment failed:
zincati[1629931]: error: Staged deployment already unlocked
Reproduction Steps
To be honest I am not sure how to reproduce this other than this seems to occur when I use ansible with rpm-ostree to install a package without rebooting.
- name: Uninstall old docker-compose
community.general.rpm_ostree_pkg:
name: docker-compose
state: absent
Other Information
I may be using RPM-OSTREE incorrectly if so please do point that out.
The text was updated successfully, but these errors were encountered:
Bug Report
Somewhere along the lifetime of my instance of Fedora Core OS a deployment gets unlocked. Zincati seems to fail then with:
The deployment can continue when I manually lock:
After this the deployment seems to continue, I expect it can unlock again.
Environment
VMWare
Expected Behavior
If it is already unlocked continue.
Actual Behavior
Zincati fails with:
Reproduction Steps
To be honest I am not sure how to reproduce this other than this seems to occur when I use ansible with rpm-ostree to install a package without rebooting.
Other Information
I may be using RPM-OSTREE incorrectly if so please do point that out.
The text was updated successfully, but these errors were encountered: