Commit 8257fbc
committed
mgr/cephadm: skip keepalive deployment until haproxy has been deployed
We need the haproxy daemons in order to be able to populate
the keepalive conf with targets for keepalive to check
the health of. Before deploying in parallel, this worked
as we would do prepare_create and deployment for each
daemon sequentially and would deploy haproxy before keepalived.
Now that we're doing all the prepare_create steps first
and then deploying in parallel, keepalived's prepare_create
will fail unless we've already deployed haproxy daemons
for that service.
Signed-off-by: Adam King <[email protected]>
(cherry picked from commit 96ddd28)
Resolves: rhbz#23728211 parent a9421ee commit 8257fbc
1 file changed
+11
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1129 | 1129 | | |
1130 | 1130 | | |
1131 | 1131 | | |
| 1132 | + | |
| 1133 | + | |
| 1134 | + | |
| 1135 | + | |
| 1136 | + | |
| 1137 | + | |
| 1138 | + | |
| 1139 | + | |
| 1140 | + | |
| 1141 | + | |
| 1142 | + | |
1132 | 1143 | | |
1133 | 1144 | | |
1134 | 1145 | | |
| |||
0 commit comments