Updated Branches: refs/heads/master 003d62899 -> f5eefc049
Fix variable name in createtmplt.sh ($tmplfs -> $tmpltfs) Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/f5eefc04 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/f5eefc04 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/f5eefc04 Branch: refs/heads/master Commit: f5eefc049324e801be725349d65a22a7d223bc93 Parents: 003d628 Author: butanet <[email protected]> Authored: Sun May 27 02:24:16 2012 +0900 Committer: David Nalley <[email protected]> Committed: Mon May 28 14:13:37 2012 -0400 ---------------------------------------------------------------------- scripts/storage/qcow2/createtmplt.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/f5eefc04/scripts/storage/qcow2/createtmplt.sh ---------------------------------------------------------------------- diff --git a/scripts/storage/qcow2/createtmplt.sh b/scripts/storage/qcow2/createtmplt.sh index 361ce09..34601ec 100755 --- a/scripts/storage/qcow2/createtmplt.sh +++ b/scripts/storage/qcow2/createtmplt.sh @@ -118,7 +118,7 @@ create_from_snapshot() { $qemu_img convert -f qcow2 -O qcow2 -s "$snapshotName" "$tmpltImg" /$tmpltfs/$tmpltname >& /dev/null if [ $? -gt 0 ] then - printf "Failed to create template /$tmplfs/$tmpltname from snapshot $snapshotName on disk $tmpltImg " + printf "Failed to create template /$tmpltfs/$tmpltname from snapshot $snapshotName on disk $tmpltImg " exit 2 fi
