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 735C0D850 for ; Mon, 1 Oct 2012 18:10:09 +0000 (UTC) Received: (qmail 95946 invoked by uid 500); 1 Oct 2012 18:10:09 -0000 Delivered-To: apmail-incubator-cloudstack-dev-archive@incubator.apache.org Received: (qmail 95850 invoked by uid 500); 1 Oct 2012 18:10:09 -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 95839 invoked by uid 99); 1 Oct 2012 18:10:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Oct 2012 18:10:09 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [209.85.216.47] (HELO mail-qa0-f47.google.com) (209.85.216.47) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Oct 2012 18:10:04 +0000 Received: by mail-qa0-f47.google.com with SMTP id i29so2266667qaf.6 for ; Mon, 01 Oct 2012 11:09:43 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding:x-gm-message-state; bh=OSInztOyzpq20GRR7mjfm32/7vK7Juqcv+YvFzuX7Lg=; b=IWtmmPZmphi/1y9KuvczBqgLsPSHg1GR3ufDvVwJCoEZpVdiL05LHDjUCPo1YSSfP6 iMKQfOCX6ByJ7lYonGaPV51mrh+lRBZqTJU6Vsx5bfZDSrCBkKSrXjJqWkQPmtPxuYAu Q3+ALo3r4RruAr1kE4F81ueknmpDAmSHdQ8yZDDYbrv+YDHFN1u3qJ1KdK88yk0x3oUa YF9ReE7Cpj2rj/ysT7qCTI6DYwMFDYOcEu75B8a42WUin0sYjVCVsyVr4SFafhxgA7f4 i0uv+2u0xbUvDPYH3tPyYXsCm4JFnBhwTcW+wrtBiqmy7eFDN5zXMbEYRLfHBogm0j6H Tw6A== Received: by 10.49.28.231 with SMTP id e7mr156892qeh.49.1349114982964; Mon, 01 Oct 2012 11:09:42 -0700 (PDT) MIME-Version: 1.0 Received: by 10.49.28.34 with HTTP; Mon, 1 Oct 2012 11:09:22 -0700 (PDT) In-Reply-To: <02C38648D4635F4EB02DE11EE81CF1EE0120ABB5703C@BANPMAILBOX01.citrite.net> References: <02C38648D4635F4EB02DE11EE81CF1EE0120ABB5635E@BANPMAILBOX01.citrite.net> <02C38648D4635F4EB02DE11EE81CF1EE0120ABB5703C@BANPMAILBOX01.citrite.net> From: David Nalley Date: Mon, 1 Oct 2012 14:09:22 -0400 Message-ID: Subject: Re: FS for host updates notifications To: cloudstack-dev@incubator.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Gm-Message-State: ALoCoQn6PYmdSsaWHjZWDrWHamfYeSH+qMJ1azvPdPAqoow2x7p2oawY/c1r3hCnt3yoTLEiYY64 X-Virus-Checked: Checked by ClamAV on apache.org On Mon, Oct 1, 2012 at 7:32 AM, Sanjay Tripathi wrote: > I was thinking of having HostUpdatesManager in CloudStack core which will= enumerate the adapters of different hypervisors and those adapters will be= implemented in the plugin framework. Initially we have the implementation = for XenServisor hypervisor. In the similar manner, adapters for other hyper= visors can also be implemented. The Xenserver adapter will list the hosts t= hat are being managed by the caller management server and check the updates= for the same. This is to handle clustered scenario. > I'll update the document with this information. > > Please let me know your comments on this. > > Regards, > Sanjay Hi Sanjay, Please do respond to folks like Wido, Chip and myself. Currently it appears that the consensus is that this functionality is inappropriate for and unwanted in CloudStack. --David