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 0EC5A19C90 for ; Wed, 13 Apr 2016 11:21:51 +0000 (UTC) Received: (qmail 31325 invoked by uid 500); 13 Apr 2016 11:21:50 -0000 Delivered-To: apmail-cloudstack-dev-archive@cloudstack.apache.org Received: (qmail 31269 invoked by uid 500); 13 Apr 2016 11:21:50 -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 31257 invoked by uid 99); 13 Apr 2016 11:21:50 -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; Wed, 13 Apr 2016 11:21:50 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id D6093DFC4F; Wed, 13 Apr 2016 11:21:49 +0000 (UTC) From: sverrirab To: dev@cloudstack.apache.org Reply-To: dev@cloudstack.apache.org Message-ID: Subject: [GitHub] cloudstack pull request: Installing bzip2 since it is required for... Content-Type: text/plain Date: Wed, 13 Apr 2016 11:21:49 +0000 (UTC) GitHub user sverrirab opened a pull request: https://github.com/apache/cloudstack/pull/1490 Installing bzip2 since it is required for extracting templates If you do not install bzip2, then installing templates that are bzip2 compressed will result in Cloudstack not being able to extract the contents and ending up copying the template in compressed form. This will result in VMs not being able to start. You can merge this pull request into a Git repository by running: $ git pull https://github.com/greenqloud/cloudstack pr-bzip2-install Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cloudstack/pull/1490.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 #1490 ---- commit 86600ed0f777d52b8e43a960d2c5e6e5dd38f4e8 Author: Sverrir Berg Date: 2016-04-13T10:35:27Z Installing bzip2 since it is required for extracting templates ---- --- 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. ---