Merge pull request #1343 from remibergsma/CLOUDSTACK-9240 CLOUDSTACK-9240 remove 40GB filesize limit from SSVM scriptsBoth createvolume.sh and createtmplt.sh have a 40GB hardcoded limit for the size of the template that gets created. I could not find any justification of that. I am just removing them as they caused us a huge headache when we tried to create bigger templates and they failed without any good error.
This closes #1223 (This PR was against master, made a new one against 4.7) Thanks Syed <syed1.mush...@gmail.com> * pr/1343: CLOUDSTACK-9240 remove 40GB filesize limit from SSVM scripts Signed-off-by: Remi Bergsma <git...@remi.nl> Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/7d4b3d4d Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/7d4b3d4d Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/7d4b3d4d Branch: refs/heads/master Commit: 7d4b3d4d806d5a55c4710656b0391e9a781ce88c Parents: a767407 69022f9 Author: Remi Bergsma <git...@remi.nl> Authored: Sun Jan 17 13:31:27 2016 +0100 Committer: Remi Bergsma <git...@remi.nl> Committed: Sun Jan 17 13:31:27 2016 +0100 ---------------------------------------------------------------------- scripts/storage/secondary/createtmplt.sh | 1 - scripts/storage/secondary/createvolume.sh | 1 - 2 files changed, 2 deletions(-) ----------------------------------------------------------------------