Re: Code executed twice while deploying VM

2021-07-29 Thread Rakesh Venkatesh
Is there a way second computation can be avoided if "startvm" or some other flag to indicate starting the vm flag is passed? On Thu, Jul 29, 2021 at 8:15 AM David Jumani wrote: > Hi Rakesh, > > If I'm right, that's because a VM can be deployed without starting it. It > initially checks whether t

Re: [PROPOSE] RM for CloudStack Kubernetes Provider v1.0

2021-07-29 Thread David Jumani
Thanks for your support. As an RM, I'll need access to the cloudstack / cloudstack-kubernetes-provider dockerhub repo. I'll also need my GPG key added to the KEYS file in the apache repo. Could a PMC help me out with that ? pub rsa4096 2021-07-29 [SC] [expires: 2023-07-29] C7E3B4772863

Re: [PROPOSE] RM for CloudStack Kubernetes Provider v1.0

2021-07-29 Thread Rohit Yadav
Hi David, +1 and thanks for volunteering as the RM. On behalf of the ACS PMC I'll acknowledge your ticket https://issues.apache.org/jira/browse/INFRA-22151 so you've access to the dockerhub repo to publish RC/releases. For the GPG public key, you need to commit your GPG public key to https://

Re: Code executed twice while deploying VM

2021-07-29 Thread David Jumani
The way the deployVM command works is that it first runs the create() where it checks the requirements, returns the jobid and then the execute() where it starts the VM if specified. Perhaps the VM can be started in create() itself if startvm is true and return a future which is then checked in e

Error custom disk size 200 GB disk

2021-07-29 Thread technologyrss.mail
*Hi,* I try to create Instance custom disk size. So I try to create first 1. compute offering 2. Disk offering 3. Then I try to create Instance but not create instance properly. Error log from But If I create default offering 100GB disk then it is ok. How can I solve this issue? Please he

Re: Error custom disk size 200 GB disk

2021-07-29 Thread Darrin Hüsselmann
Hi, Have a look at the global setting custom.diskoffering.size.max Cheers, Darrin From: technologyrss.mail Sent: Thursday, July 29, 2021 5:06 PM To: dev@cloudstack.apache.org Subject: Error custom disk size 200 GB disk Hi, I try to create Instance custom disk

Re: Error custom disk size 200 GB disk

2021-07-29 Thread Wei ZHOU
yes. please also check 1. storage.overprovisioning.factor in global setting and cluster setting. 2. pool.storage.allocated.capacity.disablethreshold and pool.storage.capacity.disablethreshold in global setting -Wei On Thu, 29 Jul 2021 at 17:12, Darrin Hüsselmann < darrin.husselm...@shapeblue.co

Re: Error custom disk size 200 GB disk

2021-07-29 Thread technologyrss.mail
this is - On 7/29/2021 9:11 PM, Darrin Hüsselmann wrote: Hi, Have a look at the global setting custom.diskoffering.size.max Cheers, Darrin *From:* technologyrss.mail *Sent:* Thursday, July 29, 2021 5:06 PM *To:* d

Re: Error custom disk size 200 GB disk

2021-07-29 Thread technologyrss.mail
1. option 2. option 3. option which value I setup for 200GB disk volume. ** *Alamin* On 7/29/2021 10:35 PM, Wei ZHOU wrote: yes. please also check 1. storage.overprovisioning.factor in global setting and cluster setting. 2. pool.storage.allocated.capacity.disablethreshold and pool.stora

[GitHub] [cloudstack-kubernetes-provider] davidjumani opened a new pull request #34: Updating for release

2021-07-29 Thread GitBox
davidjumani opened a new pull request #34: URL: https://github.com/apache/cloudstack-kubernetes-provider/pull/34 Updating Readme and examples prior to the release -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

[GitHub] [cloudstack-documentation] vladimirpetrov commented on pull request #224: Adding docs for SUSE / RHEL8 variants support

2021-07-29 Thread GitBox
vladimirpetrov commented on pull request #224: URL: https://github.com/apache/cloudstack-documentation/pull/224#issuecomment-889665824 Docs verified - LGTM -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

Re: Error custom disk size 200 GB disk

2021-07-29 Thread technologyrss.mail
I find out my problem is compute offering. Compute offering not support CPU 1600MHz. How can I increase this ? Please help me. *---** **Alamin* On 7/29/2021 10:35 PM, Wei ZHOU wrote: yes. please also check 1. storage.overprovisioning.factor in global setting and cluster setting. 2. pool.stor

Re: 1600MHz CPU error when I create Instance

2021-07-29 Thread Wei ZHOU
The vm cpu speed (in mhz) should not be greater than the physical host (hypervisor). you can find the check in cloudstack here. https://github.com/apache/cloudstack/blob/main/server/src/main/java/com/cloud/capacity/CapacityManagerImpl.java#L416 -Wei On Fri, 30 Jul 2021 at 08:46, technologyrss.ma