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 7E8EFD985 for ; Tue, 12 Feb 2013 09:28:28 +0000 (UTC) Received: (qmail 26815 invoked by uid 500); 12 Feb 2013 09:28:28 -0000 Delivered-To: apmail-incubator-cloudstack-dev-archive@incubator.apache.org Received: (qmail 26777 invoked by uid 500); 12 Feb 2013 09:28:28 -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 26764 invoked by uid 99); 12 Feb 2013 09:28:27 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Feb 2013 09:28:27 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of bharat.kumar@citrix.com designates 203.166.19.134 as permitted sender) Received: from [203.166.19.134] (HELO SMTP.CITRIX.COM.AU) (203.166.19.134) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Feb 2013 09:28:21 +0000 X-IronPort-AV: E=Sophos;i="4.84,648,1355097600"; d="scan'208";a="799377" Received: from banpmailmx02.citrite.net ([10.103.128.74]) by SYDPIPO01.CITRIX.COM.AU with ESMTP/TLS/RC4-MD5; 12 Feb 2013 09:27:59 +0000 Received: from BANPMAILBOX01.citrite.net ([10.103.128.71]) by BANPMAILMX02.citrite.net ([10.103.128.74]) with mapi; Tue, 12 Feb 2013 14:57:56 +0530 From: Bharat Kumar To: "cloudstack-dev@incubator.apache.org" Date: Tue, 12 Feb 2013 14:57:55 +0530 Subject: Regarding cpu and ram overcommit feature Thread-Topic: Regarding cpu and ram overcommit feature Thread-Index: Ac4JAz2M8TaMC28yRqmkCDQaR2KXWw== Message-ID: <2E5D5B0D-21B3-45EF-AED2-3B8EAC9DBEF2@citrix.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org Hi all, As a part of this feature we need to implement a method to update the overc= ommit ratios. when we update the overcommit ratios all the Vms in the cluster need to be = reconfigured as per the new values. In order to do this i need to send some commands to the hypervisor and woul= d like this operation to be asynchronous. There are two ways to do this 1. ) To use the existing updateCluster Api=20 2.) Implement a new api=20 The problems with 1 are that it is synchronous command and making it asynch= ronous will break the backward compatibility and in case of 2 we need to add a new api to change the overcommit ratios ( a = cluster attribute ) which I think is not intuitive. Please suggest a way to implement this.=20 Thanks. Bharat.=