Re: IOPS throttling setting isn't applied to a dinamically attached volume

2014-06-19 Thread Daan Hoogland
There are no strict definitions, but a blocker is something that should be discussed on list in my opinion, as it is something that implies a release is being blocked (and unusable if brought out anyway). Maybe you where right to make your issue a blocker but I would like to be convinced of that on

Re: [POLL] Who uses "awsapi" with CloudStack in production?

2014-06-19 Thread Daan Hoogland
Carlos, please export your db and do a test upgrade on a lab machine? Now is the time to solve any upgrade issues in 4.4. Have you tried the 4.3 upgrade already? regards, Daan On Wed, Jun 18, 2014 at 7:04 PM, Carlos Reátegui wrote: > Hi Rohit, > > The awsapi was one of the reasons we chose to u

Re: [ACS 4.4] cherry-pick request for CLOUDSTACK-6935

2014-06-19 Thread Daan Hoogland
On Wed, Jun 18, 2014 at 10:35 PM, Yoshikazu Nojima wrote: > 45f0c7367680f4bfbcee470139b708d69322be78 is in -- Daan

Expected behavior for volume migration done after the download of volume

2014-06-19 Thread Anshul Gangwar
Hi, I am looking into fixing bug https://issues.apache.org/jira/browse/CLOUDSTACK-6900. When we download volume then we create entry for that volume in volume_store_ref table. We mark the volume in ready state. When we migrate that volume, then again one more entry is created with same volume

Re: Review Request 22695: Stress Test to test multiple Remote Access VPN Connections to VPC

2014-06-19 Thread Santhosh Edukulla
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22695/#review46196 --- test/integration/component/test_multipleremotevpn_vpc.py

Re: Review Request 22693: Added VirtualRouterElements, InternalLoadBalancerElements classes to base.py- Extended methods in DiskOffering, StoragePool and Physical Network classes to accept more parame

2014-06-19 Thread Santhosh Edukulla
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22693/#review46197 --- Ship it! Ship It! - Santhosh Edukulla On June 17, 2014, 7:25 p.m

How to list pciDevices

2014-06-19 Thread Gaurav Aradhye
Hello, How do we list the available pci devices available in a setup? I want to know the GPU and vGPU type which we specify while creating service offering in advance so that I can pass it in test case. Regards, Gaurav

S3 use with simulator

2014-06-19 Thread Sebastien Goasguen
Hi, I am using the simulator and started a basic zone. I have an S3 object store locally (riakCS), and I am trying to add it to the infra using the 'cloudtouseobjectstore' api with cloudmonkey. I tried with: > update cloudtouseobjectstore url=http://localhost:9081/riak-cs name=riak > provider=

Re: Review Request 22750: Removed load option and added required_hardware attribute to pom

2014-06-19 Thread SrikanteswaraRao Talluri
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22750/#review46201 --- Following command is failing: sudo mvn -Pdeveloper,marvin.test -pl

[ACS44] cherry-pick request

2014-06-19 Thread Murali Reddy
Please cherry-pick below commit in 4.4-forward into 4.4 commit d8cbba1bc616d43e218229a2807915c1b21569dc CLOUDSTACK-6750: [OVS] With stretched network deploying vm in a ovs disabled zone does not fail

Re: Managing individual ESXi instances

2014-06-19 Thread Ivan Efremov
Thanks for the reply! Ivan 18.06.2014, 21:43, "Alex Huang" : > Hi Ivan, > > To introduce a new hypervisor, it's a matter of > - Adding a new Discoverer implementation to tell CloudStack which Resource > best works with the new Hypervisor. > - Adding a new Resource implementation that deals with

Re: [ACS44] cherry-pick request

2014-06-19 Thread Daan Hoogland
On Thu, Jun 19, 2014 at 2:22 PM, Murali Reddy wrote: > d8cbba1bc616d43e218229a2807915c1b21569dc is in -- Daan

ID instead of name in deployVirtualMachine

2014-06-19 Thread Nux!
Hi, We need to deploy VMs on behalf of certain users and surprisingly it's not possible to use accountid with deployvirtualmachine, the actual name of the account needs to be used. Anyone knows why this is and if it can be changed? It's quite awkward since everything else in the API seems to re

Re: [DISCUSS] [PROPOSAL] Implementation of DNS Provider for Bind (for 4.5)

2014-06-19 Thread Silvano Nogueira Buback
Hi Ilya, I put the plugin code in https://github.com/globocom/cloudstack/tree/4.3.0-globo/plugins/network-elements/dns-api. We use it with Shared/Advanced network zones. But in order to communicate with other networks (bind server network, for example), it is necessary to define and implement a

Re: [DISCUSS] [PROPOSAL] Implementation of DNS Provider for Bind (for 4.5)

2014-06-19 Thread Silvano Nogueira Buback
Hi Erik, At Globo, network domain always have exclusive names, based on zone name and vlan number, so there is no conflict. At the point of view of plugin, if domain exists it will be used. If a record exists, it will be overwritten. When you delete a network, dns domain will be deleted too

Re: [DISCUSS] [PROPOSAL] Implementation of DNS Provider for Bind (for 4.5)

2014-06-19 Thread Silvano Nogueira Buback
Hi Rohit, I started the documentation and I think on next wednesday I'm with the first version ready for community feedback. I will put the details of how plugin work with DNSAPI and how DNSAPI work with bind. I don't have permission to create new pages on wiki. I submit the documentation

Re: [DISCUSS] [PROPOSAL] Implementation of DNS Provider for Bind (for 4.5)

2014-06-19 Thread Silvano Nogueira Buback
Hi Chiradeep, Bind server is configured per zone. We did not test with PowerDNS, but I think they are able to talk because API is the same. We are configuring bind server managed by "DNSAPI" as internal DNS in zone. So VR doesn't provide more name resolution for network. I will put the details

Re: Expected behavior for volume migration done after the download of volume

2014-06-19 Thread Nitin Mehta
There should have been only one entry created. Seems like both these operations are working independently at the moment. So when download volume happens you create a db entry in volume_store_ref. You request migration of volume then it should not have to copy the volume to sec. storage since it exi

Re: [DISCUSS] [PROPOSAL] Implementation of DNS Provider for Bind (for 4.5)

2014-06-19 Thread Rohit Yadav
On Thu, Jun 19, 2014 at 7:36 PM, Silvano Nogueira Buback < silv...@corp.globo.com> wrote: > Hi Rohit, > > I started the documentation and I think on next wednesday I'm with the > first version ready for community feedback. I will put the details of how > plugin work with DNSAPI and how DNSAPI

Re: [DISCUSS] [PROPOSAL] Implementation of DNS Provider for Bind (for 4.5)

2014-06-19 Thread Silvano Buback
Of course, I forgotten my account info: snbuback / silv...@corp.globo.com On Thu, Jun 19, 2014 at 11:20 AM, Rohit Yadav wrote: > On Thu, Jun 19, 2014 at 7:36 PM, Silvano Nogueira Buback < > silv...@corp.globo.com> wrote: > > > Hi Rohit, > > > > I started the documentation and I think on nex

Re: Can we delete a template after a VM is instantiated from it?

2014-06-19 Thread Rafael Weingartner
Bug filed https://issues.apache.org/jira/browse/CLOUDSTACK-6945. BTW: Why in Jira is the Version 4.3.0 marked as unreleased ? Is it also a bug !? On Wed, Jun 18, 2014 at 9:13 PM, Mike Tutkowski < mike.tutkow...@solidfire.com> wrote: > Google CloudStack JIRA. > > Create an account and you should

Re: IOPS throttling setting isn't applied to a dinamically attached volume

2014-06-19 Thread Yoshikazu Nojima
Daan, Thank you for explanation. I understand. I will create a ticket with "critical" and bring up to the dev ML if it need to be treated as "blocker" from now on. Thanks, Noji 2014-06-19 1:30 GMT-06:00 Daan Hoogland : > There are no strict definitions, but a blocker is something that > should

Re: [POLL] Who uses "awsapi" with CloudStack in production?

2014-06-19 Thread Carlos Reátegui
Hi Daan, I have not tried 4.3. I saw some of the issues people were having and decided to hold off from trying. Do you suggest I try with 4.3 or should I build my own deb packages and try 4.4? BTW I am on ubuntu 12.04 + XenServer 6.0.2 On Jun 19, 2014, at 12:35 AM, Daan Hoogland wrote: > C

Re: [POLL] Who uses "awsapi" with CloudStack in production?

2014-06-19 Thread Daan Hoogland
I am saying you should export your db and run a test upgrade against it using the 4.4 branch so we can make sure it works correctly by the time we release. Op 19 jun. 2014 19:10 schreef "Carlos Reátegui" : > Hi Daan, > > I have not tried 4.3. I saw some of the issues people were having and > deci

Re: [POLL] Who uses "awsapi" with CloudStack in production?

2014-06-19 Thread Rohit Yadav
On Thu, Jun 19, 2014 at 10:39 PM, Carlos Reátegui wrote: > Hi Daan, > > I have not tried 4.3. I saw some of the issues people were having and > decided to hold off from trying. > > Do you suggest I try with 4.3 or should I build my own deb packages and > try 4.4? > > BTW I am on ubuntu 12.04 + X

Re: [POLL] Who uses "awsapi" with CloudStack in production?

2014-06-19 Thread Carlos Reategui
I can do that. My current install is from the repo http://cloudstack.apt-get.eu/ubuntu. Do you know if that is built with -Dnoredist? I would like to make sure I build and package the same way. Thanks Carlos On Thu, Jun 19, 2014 at 11:35 AM, Rohit Yadav wrote: > On Thu, Jun 19, 2014 at 10:39

Re: [POLL] Who uses "awsapi" with CloudStack in production?

2014-06-19 Thread Rohit Yadav
On Fri, Jun 20, 2014 at 12:22 AM, Carlos Reategui wrote: > I can do that. > > My current install is from the repo http://cloudstack.apt-get.eu/ubuntu. > Do you know if that is built with -Dnoredist? I would like to make sure I > build and package the same way. > Wido maintains it and only hosts

[GitHub] cloudstack-docs-install pull request: fix sudo command to create d...

2014-06-19 Thread creategui
GitHub user creategui opened a pull request: https://github.com/apache/cloudstack-docs-install/pull/16 fix sudo command to create debian Packages file sudo command was not working due to shell redirection. You can merge this pull request into a Git repository by running: $ git

Review Request 22799: Golden (Base) Primary Storage feature

2014-06-19 Thread Hieu LE
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22799/ --- Review request for cloudstack. Repository: cloudstack-git Description ---

Re: Review Request 22799: Golden (Base) Primary Storage feature

2014-06-19 Thread Hieu LE
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22799/ --- (Updated June 20, 2014, 1:41 a.m.) Review request for cloudstack. Repository:

Re: Review Request 22799: Golden (Base) Primary Storage feature

2014-06-19 Thread Hieu LE
Hi Tim, Mike, This patch apply for golden primary storage feature [1]. Please review it. [1]: https://cwiki.apache.org/confluence/display/CLOUDSTACK/Golden+Primary+Storage On Fri, Jun 20, 2014 at 8:41 AM, Hieu LE wrote: >This is an automatically generated e-mail. To reply, visit: > https:

Re: Review Request 22799: Golden (Base) Primary Storage feature

2014-06-19 Thread Hieu LE
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22799/ --- (Updated June 20, 2014, 1:54 a.m.) Review request for cloudstack, Mike Tutkowsk

Re: Review Request 22799: Golden (Base) Primary Storage feature

2014-06-19 Thread Hieu LE
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22799/ --- (Updated June 20, 2014, 3:46 a.m.) Review request for cloudstack, Mike Tutkowsk

Is VM snapshot supported in KVM ?

2014-06-19 Thread Rayees Namathponnan
Hi All, Is VM snapshot supported in KVM, below doc says its supported in KVM, https://cwiki.apache.org/confluence/display/CLOUDSTACK/VM+Snapshots But if I try to take vm snapshot from UI, I am getting message "VM snapshot is not enabled for hypervisor type: KVM" Regards, Rayees

Re: Is VM snapshot supported in KVM ?

2014-06-19 Thread Koushik Das
VM snapshot is disabled for KVM. Check hypervisor_capabilities table. Not sure what was the reason for keeping it disabled. On 20-Jun-2014, at 10:16 AM, Rayees Namathponnan wrote: > Hi All, > > Is VM snapshot supported in KVM, below doc says its supported in KVM, > > https://cwiki.apache.org

Re: feature : changing volume properties dynamically in 4.5

2014-06-19 Thread Mike Tutkowski
I just wanted to update those who are interested in this thread about work I've done on this over the past couple days. This gist is that I've added a new method to the PrimaryDataStoreLifeCycle interface that has the following signature (this code is not yet checked in): void updateCapacity(Stor

Re: feature : changing volume properties dynamically in 4.5

2014-06-19 Thread Amit Das
Hi Mike, Is there any use case to have a more generic signature for updateStoragePool API ? e.g void updateStoragePool(StoragePool storagePool, Map updateDetails); // not too sure of what should be E & V as of now. To start with E & V can be String types or Enums for better static checks. instea

Re: feature : changing volume properties dynamically in 4.5

2014-06-19 Thread Mike Tutkowski
Unfortunately, at the time being, the updateStoragePool API (from the public-facing API) only takes in bytes, IOPS, and storage tags...not details (createStoragePool takes in a lot more parameters...including details). So - for now at least - we're a little limited in what the new interface method

Re: feature : changing volume properties dynamically in 4.5

2014-06-19 Thread Mike Tutkowski
We do - in some places in the code - use a hash map...like what you describe. I guess the trade off there would be that the values that contain our numbers would end up being high-level objects instead of numbers (because we don't really know what future values might be). I'm OK with either appro

Re: feature : changing volume properties dynamically in 4.5

2014-06-19 Thread Mike Tutkowski
In fact, we do use a hash-map approach for some KVM storage code, too. Let's do that here, as well. I'll make that change. Thanks On Friday, June 20, 2014, Mike Tutkowski wrote: > We do - in some places in the code - use a hash map...like what you > describe. > > I guess the trade off there w

Re: building and testing 4.4.

2014-06-19 Thread Rohit Yadav
Hi Carlos, On Fri, Jun 20, 2014 at 4:17 AM, Carlos Reategui wrote: > Hi Rohit, > Thanks for the info, but I was asking about the non-oss. Is that included > in Wido's released versions? > This is oss (I checked the 4.3 release debs, and could not find vmware jars and other non-oss stuff). >

Re: feature : changing volume properties dynamically in 4.5

2014-06-19 Thread Mike Tutkowski
I'll define constants for the keys in PrimaryDataStoreLifeCycle. On Friday, June 20, 2014, Mike Tutkowski wrote: > In fact, we do use a hash-map approach for some KVM storage code, too. > > Let's do that here, as well. > > I'll make that change. > > Thanks > > On Friday, June 20, 2014, Mike Tutk

Review Request 22805: CLOUDSTACK-1466:Adding automation tests for Secondary Storage Limits

2014-06-19 Thread Ashutosh Kelkar
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22805/ --- Review request for cloudstack and Girish Shilamkar. Bugs: CLOUDSTACK-1466 h