mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
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.mushtaq@gmail.com> * pr/1343: CLOUDSTACK-9240 remove 40GB filesize limit from SSVM scripts Signed-off-by: Remi Bergsma <github@remi.nl>
This commit is contained in:
commit
7d4b3d4d80
@ -27,7 +27,6 @@ usage() {
|
||||
|
||||
|
||||
#set -x
|
||||
ulimit -f 41943040 #40GiB in blocks
|
||||
ulimit -c 0
|
||||
|
||||
rollback_if_needed() {
|
||||
|
||||
@ -27,7 +27,6 @@ usage() {
|
||||
|
||||
|
||||
#set -x
|
||||
ulimit -f 41943040 #40GiB in blocks
|
||||
ulimit -c 0
|
||||
|
||||
rollback_if_needed() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user