This request supersedes:
request 1168351
(Show diff)
Overview
Loading...
Request History
mczernek created request
Do not delete prev_env on transactional minions at runtime
vizhestkov accepted request
Accepting :+1:
mczernek created request
Do not delete prev_env on transactional minions at runtime
vizhestkov accepted request
Accepting :+1:
Maybe we need to skip this workaround for T-U case completely? I mean not just cleanup, but also in %pre section.
We still need the workaround for T-U because when we update the RPM in a transaction, without the workaround, I have verified that the update fails.
I think that when we finish updating the RPM, Salt cannot report the result of the action (
python3.10
dir is deleted) -> the action fails -> the whole execution reports 0 changes, 0 faults. I think Salt doesn't hand over the parameters properly somewhere on the way.Oh, correct, I missed it again, always get confused with this parallel execution