[Bug 1237543] Re: lxc-create (or clone) of cloud template with '--cloud' exits failure

Scott Moser smoser at ubuntu.com
Wed Oct 9 17:52:59 UTC 2013


$ diff -u /usr/share/lxc/hooks/ubuntu-cloud-prep.dist /usr/share/lxc/hooks/ubuntu-cloud-prep
--- /usr/share/lxc/hooks/ubuntu-cloud-prep.dist 2013-10-09 17:42:03.138819999 +0000
+++ /usr/share/lxc/hooks/ubuntu-cloud-prep      2013-10-09 17:42:10.098820001 +0000
@@ -16,7 +16,7 @@
 VERBOSITY="0"
 
 error() { echo "$@" 1>&2; }
-debug() { [ "$VERBOSITY" -ge "$1" ] || return; shift; error "$@"; }
+debug() { [ "$VERBOSITY" -ge "$1" ] || return 0; shift; error "$@"; }
 fail() { [ $# -eq 0 ] || error "$@"; exit 1; }
 
 prep_usage() {

** Changed in: lxc (Ubuntu)
       Status: New => In Progress

** Changed in: lxc (Ubuntu)
     Assignee: (unassigned) => Serge Hallyn (serge-hallyn)

** Changed in: lxc (Ubuntu)
   Importance: Undecided => Low

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to lxc in Ubuntu.
https://bugs.launchpad.net/bugs/1237543

Title:
  lxc-create (or clone) of cloud template with '--cloud' exits failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1237543/+subscriptions



More information about the Ubuntu-server-bugs mailing list