Skip to content

Commit 1b24182

Browse files
committed
CA-409710: Reduce the default metadata backups count
The current default count of metadata backup files is 25. This number is too many. For the customer in XSI-1873, the backup disk is 500 MB, and each backup file is about 35 MB. So it can't keep 25 backup files. A quick solution is to reduce the default count of metadata backup files to 12. Signed-off-by: Bengang Yuan <[email protected]>
1 parent c7a04c0 commit 1b24182

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/xe-backup-metadata

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ if [ "${master_uuid}" != "${INSTALLATION_UUID}" ]; then
2424
exit 1
2525
fi
2626

27-
history_kept=25
27+
history_kept=12
2828
metadata_version=1
2929
debug=/bin/true
3030

0 commit comments

Comments
 (0)