This is an automated email from the ASF dual-hosted git repository.
sureshanaparti pushed a commit to branch 4.16
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
The following commit(s) were added to refs/heads/4.16 by this push:
new 640118c Add disk space in systemVM template registration script
(#5956)
640118c is described below
commit 640118ce2b631e155c0477c46f37bea562ecb714
Author: Pearl Dsilva <[email protected]>
AuthorDate: Thu Feb 10 09:50:12 2022 +0530
Add disk space in systemVM template registration script (#5956)
---
scripts/storage/secondary/setup-sysvm-tmplt | 2 ++
1 file changed, 2 insertions(+)
diff --git a/scripts/storage/secondary/setup-sysvm-tmplt
b/scripts/storage/secondary/setup-sysvm-tmplt
index fa33f33..89195e4 100755
--- a/scripts/storage/secondary/setup-sysvm-tmplt
+++ b/scripts/storage/secondary/setup-sysvm-tmplt
@@ -45,6 +45,8 @@ if [[ ! $@ =~ ^\-.+ ]]; then
fi
OPTERR=0
+DISKSPACE=2120000 #free disk space required in kilobytes
+
while getopts 'h:f:d:u::'# OPTION
do
case $OPTION in