-
Notifications
You must be signed in to change notification settings - Fork 80
CORTX-33786:CORTX Deployment timeout in statefulset of cortx-server #2152
Conversation
|
Thanks for your contribution! |
50c9a50 to
51546d4
Compare
|
Thanks for your contribution! |
|
retest this please |
1 similar comment
|
retest this please |
|
@Vinoth2101 I see 1N deployment is failing for this PR as well.. could you check? |
Problem: rgw admin utility in server init containers is stuck or taking long time around 10mins for a 5 node setup. Solution: This could be due to this rgw utility can connect to the stale hax process of data pods init container. To make sure that this utility is connected to data pods run time hax process, added a delay of 30 secs after "mkfs done" is completed. This improved the timings of deployments to within 3 mins. Signed-off-by: Vinoth.V <[email protected]>
50692df to
1d04ee5
Compare
|
@Vinoth2101 to raise another ticket and PR for checking for all confd's running. |
Problem:
rgw admin utility in server init containers is stuck or taking
long time around 10mins for a 5 node setup.
Solution:
This could be due to this rgw utility can connect to
the stale hax process of data pods init container.
To make sure that this utility is connected to data pods
run time hax process, added a delay of 30 secs after
"mkfs done" is completed. This improved the timings of
deployments to within 3 mins.
Signed-off-by: Vinoth.V [email protected]
Testing:
Ran 10 iteration of deployment on 5 node and 9 node using custom build 2.0.0-7596-custom-ci