Return-Path: X-Original-To: apmail-cloudstack-dev-archive@www.apache.org Delivered-To: apmail-cloudstack-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B78EA18F06 for ; Fri, 11 Dec 2015 18:21:42 +0000 (UTC) Received: (qmail 17413 invoked by uid 500); 11 Dec 2015 18:21:42 -0000 Delivered-To: apmail-cloudstack-dev-archive@cloudstack.apache.org Received: (qmail 17355 invoked by uid 500); 11 Dec 2015 18:21:42 -0000 Mailing-List: contact dev-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list dev@cloudstack.apache.org Received: (qmail 17344 invoked by uid 99); 11 Dec 2015 18:21:42 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Dec 2015 18:21:42 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id E5F3EE07EE; Fri, 11 Dec 2015 18:21:41 +0000 (UTC) From: syed To: dev@cloudstack.apache.org Reply-To: dev@cloudstack.apache.org Message-ID: Subject: [GitHub] cloudstack pull request: Remove template ulimit from createtmplt.s... Content-Type: text/plain Date: Fri, 11 Dec 2015 18:21:41 +0000 (UTC) GitHub user syed opened a pull request: https://github.com/apache/cloudstack/pull/1223 Remove template ulimit from createtmplt.sh and createvolume.sh Both 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. You can merge this pull request into a Git repository by running: $ git pull https://github.com/syed/cloudstack remove_template_ulimit Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cloudstack/pull/1223.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1223 ---- commit ecc93bbded2cde8f1a0fccd8ac86b8079a85db09 Author: Syed Date: 2015-11-23T19:14:14Z Fix Instance creation with swift as Secondary Storage [CLOUDSTACK-9061] commit a046b7e4de43cc1958331e1f1312f372be7d7235 Author: Syed Date: 2015-12-02T15:08:03Z Merge branch 'master' of https://github.com/apache/cloudstack commit c87cf9878663e2255eaee08441f395f3abf559dd Author: Syed Date: 2015-12-11T17:52:53Z Merge branch 'master' of https://github.com/apache/cloudstack commit 14868c2102c0e88c7253a82ec3e14cdfd8e1b564 Author: Syed Date: 2015-12-11T18:17:20Z Remove 40GB filesize limit from SSVM scripts ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---