Return-Path: X-Original-To: apmail-cloudstack-issues-archive@www.apache.org Delivered-To: apmail-cloudstack-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 16DEF18ABE for ; Tue, 1 Mar 2016 16:42:31 +0000 (UTC) Received: (qmail 82255 invoked by uid 500); 1 Mar 2016 16:42:18 -0000 Delivered-To: apmail-cloudstack-issues-archive@cloudstack.apache.org Received: (qmail 82181 invoked by uid 500); 1 Mar 2016 16:42:18 -0000 Mailing-List: contact issues-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 issues@cloudstack.apache.org Received: (qmail 82168 invoked by uid 500); 1 Mar 2016 16:42:18 -0000 Delivered-To: apmail-incubator-cloudstack-issues@incubator.apache.org Received: (qmail 82162 invoked by uid 99); 1 Mar 2016 16:42:18 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Mar 2016 16:42:18 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 1D8142C1F5C for ; Tue, 1 Mar 2016 16:42:18 +0000 (UTC) Date: Tue, 1 Mar 2016 16:42:18 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: cloudstack-issues@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CLOUDSTACK-8973) Unusual response when creating a template from a snapshot with Swift as secondary storage MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CLOUDSTACK-8973?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15173998#comment-15173998 ] ASF GitHub Bot commented on CLOUDSTACK-8973: -------------------------------------------- Github user pedro-martins commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1424#discussion_r54595010 --- Diff: server/src/com/cloud/template/TemplateManagerImpl.java --- @@ -275,6 +277,8 @@ private StorageCacheManager cacheMgr; @Inject private EndPointSelector selector; + @Inject + private ImageStoreDao _imgStoreDao; --- End diff -- hi @syed, could you remove the "_" character from the variable name? the underscore is usually used in c++ programs to name private variables but it is not a convention in Java. Ty. > Unusual response when creating a template from a snapshot with Swift as secondary storage > ----------------------------------------------------------------------------------------- > > Key: CLOUDSTACK-8973 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-8973 > Project: CloudStack > Issue Type: Bug > Security Level: Public(Anyone can view this level - this is the default.) > Affects Versions: 4.4.4 > Reporter: Franz-Philippe Garcia > Priority: Minor > > I am not getting this issue with NFS. When I create a template from a snapshot, I get the following response: > {noformat} > { > "queryasyncjobresultresponse":{ > "accountid":"fd8ecd27-b6d6-4086-8644-783f769f68c1", > "userid":"f9ce0c4a-36c6-4e7e-a49c-d77ecda227b6", > "cmd":"org.apache.cloudstack.api.command.user.template.CreateTemplateCmd", > "jobstatus":1, > "jobprocstatus":0, > "jobresultcode":0, > "jobresulttype":"object", > "jobresult":{ > "null":{ > "ispublic":false, > "isready":false, > "isfeatured":false, > "crossZones":false, > "tags":[ > ] > } > }, > "created":"2015-10-20T11:58:07-0400", > "jobid":"4549d467-d0e0-4ce9-bfdd-c20c174c8ad0" > } > } > {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332)