Description of problem: Currently paunch looks for the existing container and compare image id and CONFIG_HASH (and some additional environments if needed) to determine whether it should recreate the container. When deployment times out while starting containers, paunch can leave containers in an incomplete status as described below. - The container was recreated, registered to systemd, but was not enabled/started - The container was recreated, registered to systemd, enabled, but was started - The container was recreated, but was not registered to systemd. In such situation paunch can't detect these incomplete containers and next deployment successfully runs without any errors, leaving these containers without any fix. We should ensure paunch registers systemd service and starts these containers properly. Version-Release number of selected component (if applicable): python3-paunch-5.3.3-1.20210412123423 How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
Hi Kajinami-san, It looks that upstream merged the change into ussuri and train branches. Is it possible to open a downstream gerrit to proceed the backport into RHSOP16.x? Best Regards, Keigo Noha
(In reply to Keigo Noha from comment #1) > Hi Kajinami-san, > > It looks that upstream merged the change into ussuri and train branches. > Is it possible to open a downstream gerrit to proceed the backport into > RHSOP16.x? > > Best Regards, > Keigo Noha Hi The fix was merged to upstream stable/train but has not yet been imported to RHOSP16.2 yet. Once it is imported into RHOSP16.2, we can consider backporting the fix to RHOSP16.1 based on the requirement. I'll use this bug to track the fix in RHOSP16.2, which is targeted to z4 atm.
> I'll use this bug to track the fix in RHOSP16.2, which is targeted to z4 atm. Instead of that, I've kept this bug for RHOSP16.1 and cloned this bug for RHOSP16.2.
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Red Hat OpenStack Platform 16.1.9 bug fix and enhancement advisory), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2022:8795