Pearl1594 commented on a change in pull request #5956:
URL: https://github.com/apache/cloudstack/pull/5956#discussion_r802561895
##########
File path: scripts/storage/secondary/setup-sysvm-tmplt
##########
@@ -45,6 +45,8 @@ if [[ ! $@ =~ ^\-.+ ]]; then
fi
OPTERR=0
+DISKSPACE=2120000 #free disk space required in kilobytes
Review comment:
I believe it's the min required free space required on secondary store -
the same value has been used in the cloud-install-sys-tmplt script used for
seeding the template
https://github.com/apache/cloudstack/blob/main/scripts/storage/secondary/cloud-install-sys-tmplt#L53
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]