Skip to content

Commit 7b8d59f

Browse files
authored
fix: retry a few more times for disk to become available (#974)
1 parent 61c17c7 commit 7b8d59f

File tree

1 file changed

+1
-1
lines changed
  • ansible/files/admin_api_scripts/pg_upgrade_scripts

1 file changed

+1
-1
lines changed

ansible/files/admin_api_scripts/pg_upgrade_scripts/complete.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ function complete_pg_upgrade {
8181
echo "running" > /tmp/pg-upgrade-status
8282

8383
echo "1. Mounting data disk"
84-
retry 3 mount -a -v
84+
retry 8 mount -a -v
8585

8686
# copying custom configurations
8787
echo "2. Copying custom configurations"

0 commit comments

Comments
 (0)