Return-Path: X-Original-To: apmail-cloudstack-dev-archive@www.apache.org Delivered-To: apmail-cloudstack-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9175C10162 for ; Mon, 1 Jul 2013 15:48:08 +0000 (UTC) Received: (qmail 55962 invoked by uid 500); 1 Jul 2013 15:48:07 -0000 Delivered-To: apmail-cloudstack-dev-archive@cloudstack.apache.org Received: (qmail 55748 invoked by uid 500); 1 Jul 2013 15:48:07 -0000 Mailing-List: contact dev-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 dev@cloudstack.apache.org Received: (qmail 55653 invoked by uid 500); 1 Jul 2013 15:48:06 -0000 Delivered-To: apmail-incubator-cloudstack-dev@incubator.apache.org Received: (qmail 55627 invoked by uid 99); 1 Jul 2013 15:48:06 -0000 Received: from reviews-vm.apache.org (HELO reviews.apache.org) (140.211.11.40) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Jul 2013 15:48:06 +0000 Received: from reviews.apache.org (localhost [127.0.0.1]) by reviews.apache.org (Postfix) with ESMTP id 79AE01CD529; Mon, 1 Jul 2013 15:47:55 +0000 (UTC) Content-Type: multipart/alternative; boundary="===============6244962428940236834==" MIME-Version: 1.0 Subject: Re: Review Request 12106: Removed Dead Code from Management Server Hyper-V 2012 Support From: "Prasanna Santhanam" To: "edison su" , "Chip Childers" , "Alex Huang" Cc: "Donal Lafferty" , "Prasanna Santhanam" , "cloudstack" Date: Mon, 01 Jul 2013 15:47:55 -0000 Message-ID: <20130701154755.26202.84012@reviews.apache.org> X-ReviewBoard-URL: https://reviews.apache.org Auto-Submitted: auto-generated Sender: "Prasanna Santhanam" X-ReviewGroup: cloudstack X-ReviewRequest-URL: https://reviews.apache.org/r/12106/ X-Sender: "Prasanna Santhanam" References: <20130627085610.23542.13810@reviews.apache.org> In-Reply-To: <20130627085610.23542.13810@reviews.apache.org> Reply-To: "Prasanna Santhanam" --===============6244962428940236834== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12106/#review22605 ----------------------------------------------------------- commit 4361418e415b81567423367c0bd3aff263cc15c8 Author: Donal Lafferty Date: Thu Jun 27 11:46:02 2013 -0700 Closing the review - Prasanna Santhanam On June 27, 2013, 8:56 a.m., Donal Lafferty wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/12106/ > ----------------------------------------------------------- > > (Updated June 27, 2013, 8:56 a.m.) > > > Review request for cloudstack, Alex Huang, Chip Childers, and edison su. > > > Repository: cloudstack-git > > > Description > ------- > > Update ImageFormat enum to include VHDX format introduced with Hyper-V Server 2012. > Remove existing Hyper-V plugin, because it does not work and is dead code. > Remove references to existing Hyper-V plugin from config files. > Remove Hypervisor.HypervisorType.Hyperv special cases from manager code that are unused or unsupported. > Specifically, there is no CIFS secondary storage class "CifsSecondaryStorageResource". Also, the Hyper-V plugin's ServerResource is contacted by the management server and not the other way around. > Add Hyperv-V support to ListHypervisorsCmd API call > > > Diffs > ----- > > agent/src/com/cloud/agent/VmmAgentShell.java 190d1168284243f9e860677a03311da9db31c745 > api/src/com/cloud/storage/Storage.java 9a50ffa786c9a1b516baa7b8bce04de7d3c7b2bc > client/tomcatconf/applicationContext.xml.in ac1f3e46fdb43b4a5e38f9f2b3c498a2c258a0aa > core/src/com/cloud/hypervisor/hyperv/resource/HypervResource.java 725f0cc1ae214447f20f5cd51c40e7e9128f0506 > engine/storage/integration-test/test/resource/component.xml 5ba87e8ebe9a682b320c60caf0e0057d2eb92027 > plugins/network-elements/dns-notifier/resources/components-example.xml 717c5e063fe0271eeb1143215a493c6342c5811e > server/src/com/cloud/configuration/Config.java ba508495c350714fff90da0923b046783d42b1c3 > server/src/com/cloud/hypervisor/guru/HypervGuru.java 630080e21cbb6a501d67bda41179feb278b3d79c > server/src/com/cloud/hypervisor/hyperv/HypervServerDiscoverer.java 06658b7f3e2ea5e80edf012dcaf29d980758084d > server/src/com/cloud/resource/ResourceManagerImpl.java fe91cb337d0f5901012ca45e131d9cb2f7c54cf2 > server/src/com/cloud/storage/secondary/SecondaryStorageManagerImpl.java 954c7e970f02e7ba0eae6e8e1616d9a08c9168b0 > > Diff: https://reviews.apache.org/r/12106/diff/ > > > Testing > ------- > > Compiled using mvn clean install, used in integration test on cshv3 branch from github mirror. > > > Thanks, > > Donal Lafferty > > --===============6244962428940236834==--