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 1D70610543 for ; Mon, 30 Dec 2013 06:31:12 +0000 (UTC) Received: (qmail 63011 invoked by uid 500); 30 Dec 2013 06:29:00 -0000 Delivered-To: apmail-cloudstack-issues-archive@cloudstack.apache.org Received: (qmail 62941 invoked by uid 500); 30 Dec 2013 06:28:57 -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 62786 invoked by uid 500); 30 Dec 2013 06:28:54 -0000 Delivered-To: apmail-incubator-cloudstack-issues@incubator.apache.org Received: (qmail 62760 invoked by uid 99); 30 Dec 2013 06:28:52 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Dec 2013 06:28:52 +0000 Date: Mon, 30 Dec 2013 06:28:52 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: cloudstack-issues@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CLOUDSTACK-5659) [Hyper-V] Creation of VM from ISO failing with wrong file format for volume 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-5659?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13858596#comment-13858596 ] ASF subversion and git services commented on CLOUDSTACK-5659: ------------------------------------------------------------- Commit 5551724a2efce0cc4893f375bae469fe051f3f44 in branch refs/heads/4.3 from [~devdeep] [ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=5551724 ] CLOUDSTACK-5659: Creation of vm from iso failing with wrong file format. The agent was always creating a disk with image format vhdx, but the cloudstack management server defaults to image format vhd for hyperv. Updated the agent code to be consistent with what cs expects. All disks are now created with image format vhd. > [Hyper-V] Creation of VM from ISO failing with wrong file format for volume > --------------------------------------------------------------------------- > > Key: CLOUDSTACK-5659 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-5659 > Project: CloudStack > Issue Type: Bug > Security Level: Public(Anyone can view this level - this is the default.) > Components: Management Server > Affects Versions: 4.3.0 > Environment: Hyper V,Advanced zone, deploy from ISO > Reporter: Sowmya Krishnan > Assignee: Devdeep Singh > Priority: Blocker > Labels: hyper-V, > Fix For: 4.3.0 > > Attachments: mslog > > > Register an ISO and try to deploy from the ISO. Fails due to mismatch between expected and actual format with the following exception: > 2013-12-27 15:47:29,461 DEBUG [c.c.a.t.Request] (Job-Executor-29:ctx-23b39e0f ctx-b0f1432e) Seq 1-89129059: Received: { Ans: , MgmtId: 280320865129348, via: 1, Ver: v1, Flags: 10, { StartA > nswer } } > 2013-12-27 15:47:29,464 INFO [c.c.v.VirtualMachineManagerImpl] (Job-Executor-29:ctx-23b39e0f ctx-b0f1432e) Unable to start VM on Host[-1-Routing] due to com.cloud.agent.api.StartCommand fa > il on exceptioni-3-7-VM: non-existent volume, missing \\smb19\HYPERV-SMB\abhinav-hyperv-ps1\ROOT-7.vhd for drive { > "data": { > "org.apache.cloudstack.storage.to.VolumeObjectTO": { > "uuid": "08911ffa-e90c-4f71-80ad-995b47669865", > "volumeType": "ROOT", > "dataStore": { > "org.apache.cloudstack.storage.to.PrimaryDataStoreTO": { > "uuid": "b183fb1d-c446-3a6f-b7ee-ec18507f39ae", > "id": 1, > "poolType": "NetworkFilesystem", > "host": "SMB19", > "path": "/HYPERV-SMB/abhinav-hyperv-ps1?user=abhinav&password=freebsd@123&domain=BLR", > "port": 445, > "url": "NetworkFilesystem://SMB19//HYPERV-SMB/abhinav-hyperv-ps1?user=abhinav&password=freebsd@123&domain=BLR/?ROLE=Primary&STOREUUID=b183fb1d-c446-3a6f-b7ee-ec18507f39ae" > } > }, > "name": "ROOT-7", > "size": 5368709120, > "volumeId": 7, > "vmName": "i-3-7-VM", > "accountId": 3, > "format": "VHD", > "id": 7, > "deviceId": 0, > "hypervisorType": "Hyperv" > } > }, > "diskSeq": 0, > "type": "ROOT", > "_details": { > "managed": "false", > "storagePort": "445", > "storageHost": "SMB19", > "volumeSize": "5368709120" > } > } -- This message was sent by Atlassian JIRA (v6.1.5#6160)