Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions scripts/xe-backup-metadata
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ if [ "${master_uuid}" != "${INSTALLATION_UUID}" ]; then
exit 1
fi

history_kept=25
history_kept=12
metadata_version=1
debug=/bin/true

Expand Down Expand Up @@ -129,7 +129,7 @@ if [ -z "${vdi_uuid}" ]; then
echo -n "Creating new backup VDI: "
label="Pool Metadata Backup"
# the label must match what xapi_vdi.ml is using for backup VDIs
vdi_uuid=$(${XE} vdi-create virtual-size=500MiB sr-uuid="${sr_uuid}" type=user name-label="${label}")
vdi_uuid=$(${XE} vdi-create virtual-size=1GiB sr-uuid="${sr_uuid}" type=user name-label="${label}")
init_fs=1
if [ $? -ne 0 ]; then
echo failed
Expand Down
Loading