svenvogel commented on a change in pull request #3371: Fix template size for
managed storage / refactor cloud-install-sys-tmplt and createtmplt.sh
URL: https://github.com/apache/cloudstack/pull/3371#discussion_r289896196
##########
File path: scripts/storage/secondary/createtmplt.sh
##########
@@ -131,92 +123,66 @@ do
f) fflag=1
tmpltimg="$OPTARG"
;;
- s) sflag=1
- ;;
- d) dflag=1
- descr="$OPTARG"
- ;;
- S) Sflag=1
- size=$OPTARG
- let "size>>=10"
- ulimit -f $size
- ;;
- h) hflag=1
- hvm="true"
- ;;
- u) cleanup="true"
- ;;
- v) verbose="true"
- ;;
Review comment:
@rhtyd yes maybe. can you see how/where the createtmplt.sh will called? can
you see wich options are important?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services