Skip to content

Commit

Permalink
Merge pull request #1176 from tjungblu/patch-6
Browse files Browse the repository at this point in the history
OCPBUGS-26214: fix device busy errors
  • Loading branch information
openshift-merge-bot[bot] committed Jan 9, 2024
2 parents e29f97d + f17af0f commit ed0244e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions bindata/etcd/cluster-backup-pod.yaml
Expand Up @@ -37,8 +37,7 @@ spec:
if [ -n "${DELETE_BACKUP_DIR}" ]; then
echo "removing all backups in ${DELETE_BACKUP_DIR}"
rm -rf "${DELETE_BACKUP_DIR}"
mkdir -p "${DELETE_BACKUP_DIR}"
rm -rf "${DELETE_BACKUP_DIR}/*"
fi
/usr/local/bin/cluster-backup.sh --force ${CLUSTER_BACKUP_PATH}
Expand Down
3 changes: 1 addition & 2 deletions pkg/operator/etcd_assets/bindata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ed0244e

Please sign in to comment.