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 53E5910234 for ; Wed, 25 Dec 2013 07:38:47 +0000 (UTC) Received: (qmail 31049 invoked by uid 500); 25 Dec 2013 07:38:37 -0000 Delivered-To: apmail-cloudstack-dev-archive@cloudstack.apache.org Received: (qmail 30968 invoked by uid 500); 25 Dec 2013 07:38:34 -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 30951 invoked by uid 99); 25 Dec 2013 07:38:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Dec 2013 07:38:32 +0000 X-ASF-Spam-Status: No, hits=-5.0 required=5.0 tests=RCVD_IN_DNSWL_HI,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of Prachi.Damle@citrix.com designates 66.165.176.89 as permitted sender) Received: from [66.165.176.89] (HELO SMTP.CITRIX.COM) (66.165.176.89) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Dec 2013 07:38:26 +0000 X-IronPort-AV: E=Sophos;i="4.95,547,1384300800"; d="scan'208";a="87659222" Received: from sjcpex01cl03.citrite.net ([10.216.14.145]) by FTLPIPO01.CITRIX.COM with ESMTP/TLS/AES128-SHA; 25 Dec 2013 07:37:50 +0000 Received: from SJCPEX01CL02.citrite.net ([169.254.2.244]) by SJCPEX01CL03.citrite.net ([10.216.14.145]) with mapi id 14.02.0342.004; Tue, 24 Dec 2013 23:37:50 -0800 From: Prachi Damle To: "users@cloudstack.apache.org" , "dev@cloudstack.apache.org" Subject: RE: Increase max number of VMs in a host? Thread-Topic: Increase max number of VMs in a host? Thread-Index: AQHPARNqhuhiI31yvEC3KlXeVU+GCppkhR9Q Date: Wed, 25 Dec 2013 07:37:49 +0000 Message-ID: <75942ED3FD12D64EABE71209BD0F62CC1701AD@SJCPEX01CL02.citrite.net> References: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [172.16.2.168] 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 Indra, You need to call the updateHypervisorCapabilities API and set the 'maxguest= slimit' to a new value for the KVM hypervisor. The listHypervisorCapabilities API will let you know the necessary ID of th= e capability to be updated. Prachi -----Original Message----- From: Indra Pramana [mailto:indra@sg.or.id]=20 Sent: Tuesday, December 24, 2013 5:48 PM To: users@cloudstack.apache.org; dev@cloudstack.apache.org Subject: Increase max number of VMs in a host? Hi, I am not able to add a new VM instance through CloudStack because the numbe= r of VMs in my KVM hypervisor hosts have reached 50. Is there a way to increase the limit? I can't seem to find it on the Global= Settings. =3D=3D=3D 2013-12-25 06:02:20,995 DEBUG [cloud.capacity.CapacityManagerImpl] (Job-Executor-77:job-6222 =3D [ fb1c8047-8de6-4144-a970-34381ae48911 ] FirstFitRoutingAllocator) Host name: hv-kvm-01, hostId: 34 already reached = max Running VMs(count includes system VMs), limit is: 50,Running VM counts is: 50 2013-12-25 06:02:20,995 DEBUG [cloud.capacity.CapacityManagerImpl] (Job-Executor-75:job-6221 =3D [ 814d494b-d4fc-459b-8ceb-5acd51326bd9 ] FirstFitRoutingAllocator) Host name: hv-kvm-02, hostId: 37 already reached = max Running VMs(count includes system VMs), limit is: 50,Running VM counts is: 50 =3D=3D=3D Looking forward to your reply, thank you. Cheers.