Skip to content

Commit 49de070

Browse files
committed
DB recover after upgrade host configure
1 parent 43ec13e commit 49de070

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ansible/files/multinode.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,10 @@ function upgrade_overcloud() {
365365

366366
run_kayobe overcloud host upgrade
367367
run_kayobe overcloud host configure
368+
# FIXME: The overcloud host configure triggers parallel reboots due to an
369+
# selinux state change. This breaks the database. This should be fixed by
370+
# serialising the reboots inside kayobe.
371+
run_kayobe overcloud database recover
368372
run_kayobe overcloud service upgrade
369373
}
370374

0 commit comments

Comments
 (0)