From 69022f97c5283eb12abe41aabbee73a6a945c332 Mon Sep 17 00:00:00 2001 From: Remi Bergsma Date: Sun, 17 Jan 2016 13:26:43 +0100 Subject: [PATCH] CLOUDSTACK-9240 remove 40GB filesize limit from SSVM scripts Thanks Syed --- scripts/storage/secondary/createtmplt.sh | 1 - scripts/storage/secondary/createvolume.sh | 1 - 2 files changed, 2 deletions(-) diff --git a/scripts/storage/secondary/createtmplt.sh b/scripts/storage/secondary/createtmplt.sh index 37b4703506e..acc4ef5c928 100755 --- a/scripts/storage/secondary/createtmplt.sh +++ b/scripts/storage/secondary/createtmplt.sh @@ -27,7 +27,6 @@ usage() { #set -x -ulimit -f 41943040 #40GiB in blocks ulimit -c 0 rollback_if_needed() { diff --git a/scripts/storage/secondary/createvolume.sh b/scripts/storage/secondary/createvolume.sh index e41db0bd1b9..c7836dcccb5 100755 --- a/scripts/storage/secondary/createvolume.sh +++ b/scripts/storage/secondary/createvolume.sh @@ -27,7 +27,6 @@ usage() { #set -x -ulimit -f 41943040 #40GiB in blocks ulimit -c 0 rollback_if_needed() {