Skip to content
Draft
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
Original file line number Diff line number Diff line change
Expand Up @@ -237,13 +237,15 @@ else
--format qcow2 \
--capacity ${VOLUME_CAPACITY} || echo "Volume ${VOLUME_NAME} already exists, proceed without creation"

date
# Upload the rhcos image to the source volume
echo "Uploading rhcos image to source volume..."
${VIRSH} vol-upload \
${VIRSH} -k 60 -K 5 vol-upload \
--vol ${VOLUME_NAME} \
--pool ${POOL_NAME} \
${INSTALL_DIR}/${VOLUME_NAME}
fi
date

# Generate manifests for cluster modifications
echo "Generating manifests..."
Expand Down