Return-Path: X-Original-To: apmail-incubator-cloudstack-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-cloudstack-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7AA26DB2B for ; Wed, 27 Feb 2013 22:07:13 +0000 (UTC) Received: (qmail 28382 invoked by uid 500); 27 Feb 2013 22:07:13 -0000 Delivered-To: apmail-incubator-cloudstack-dev-archive@incubator.apache.org Received: (qmail 28333 invoked by uid 500); 27 Feb 2013 22:07:12 -0000 Mailing-List: contact cloudstack-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cloudstack-dev@incubator.apache.org Delivered-To: mailing list cloudstack-dev@incubator.apache.org Received: (qmail 28323 invoked by uid 99); 27 Feb 2013 22:07:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Feb 2013 22:07:12 +0000 Date: Wed, 27 Feb 2013 22:07:12 +0000 (UTC) From: "Will Chan (JIRA)" To: cloudstack-dev@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Assigned] (CLOUDSTACK-1262) Failed to Prepare Secondary Storage in VMware, 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-1262?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Will Chan reassigned CLOUDSTACK-1262: ------------------------------------- Assignee: Chandan Purushothama Chandan already tested this and it's not a valid use case. I'll leave it to him to resolve. > Failed to Prepare Secondary Storage in VMware, > ----------------------------------------------- > > Key: CLOUDSTACK-1262 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-1262 > Project: CloudStack > Issue Type: Bug > Security Level: Public(Anyone can view this level - this is the default.) > Components: Install and Setup > Affects Versions: 4.1.0 > Environment: CentOS 6.3 > Vmware > Reporter: Rayees Namathponnan > Assignee: Chandan Purushothama > Priority: Blocker > Fix For: 4.1.0 > > Attachments: management-server.log > > > Failed to prepare secondary storage VM in VMware, since we are expecting systemvm.iso is available at /usr/lib64/cloud/common//vms/systemvm.iso instead of /usr/share/cloudstack-common/vms/systemvm.iso > /plugins/hypervisors/vmware/src/com/cloud/hypervisor/vmware/manager/VmwareManagerImpl.java > private File getSystemVMPatchIsoFile() { > // locate systemvm.iso > URL url = this.getClass().getProtectionDomain().getCodeSource().getLocation(); > File file = new File(url.getFile()); > File isoFile = new File(file.getParent() + "/vms/systemvm.iso"); > if (!isoFile.exists()) { > isoFile = new File("/usr/lib64/cloud/common/" + "/vms/systemvm.iso"); > if (!isoFile.exists()) { > isoFile = new File("/usr/lib/cloud/common/" + "/vms/systemvm.iso"); > } > } > return isoFile; > } -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira