File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
demand-backup-physical-sharded/conf Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 5959 resources :
6060 limits :
6161 cpu : 500m
62- memory : 1G
62+ memory : 2G
6363 requests :
6464 cpu : 100m
6565 memory : 0.1G
Original file line number Diff line number Diff line change @@ -640,6 +640,12 @@ wait_for_running() {
640640 timeout=$(( timeout + 1 ))
641641 echo -n ' .'
642642 if [[ ${timeout} -gt 1500 ]]; then
643+ kubectl_bin logs ${OPERATOR_NS: +-n $OPERATOR_NS } $( get_operator_pod) \
644+ | grep -v ' level=info' \
645+ | grep -v ' level=debug' \
646+ | grep -v ' Getting tasks for pod' \
647+ | grep -v ' Getting pods from source' \
648+ | tail -200
643649 echo
644650 echo " Waiting timeout has been reached. Exiting..."
645651 exit 1
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ main() {
6161 backup_name_minio=" backup-minio"
6262 run_backup $backup_name_minio 2 physical
6363
64- write_document " -2nd" ' 120 '
64+ write_document " -2nd" ' 130 '
6565
6666 backup_last_write=$( kubectl_bin exec $cluster -rs0-0 -c backup-agent -- pbm status -o json | jq .backups.snapshot[0].restoreTo)
6767 last_chunk=$( get_latest_oplog_chunk_ts $cluster )
You can’t perform that action at this time.
0 commit comments