Commit 91a9963
committed
Increase Manila StorageClass sync wait delay
The Manila CSI driver operator reconciles OpenStack share types to
Kubernetes StorageClasses on a ~60-minute interval. The current
delay of 15 seconds (60 retries x 15s = 15 min total) is not enough
to catch the next resync after a new share type is created mid-cycle.
Verified from operator logs on serval70: the csi-manila-default SC
was created at 01:17:11 UTC and csi-manila-foo at 02:17:11 UTC -
exactly 60 minutes apart. The test created the foo share type at
01:57:51 and gave up at 02:14:29, missing the sync by 2m 42s.
Change delay from 15s to 60s (matching install_custom_mce and
change_cloud_cm patterns), keeping 60 retries for a 60-minute
total wait that covers the full CSI operator resync cycle.
Change-Id: I74f549f21d116856ca9ca47b57bd387314d7ecb7
Signed-off-by: Itay Matza <imatza@redhat.com>
Assisted-By: Claude Code
Signed-off-by: Itay Matza <imatza@redhat.com>1 parent 7641d9a commit 91a9963
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
0 commit comments