Re: Config Setting for S3 without NFS Caching

2013-06-27 Thread Prasanna Santhanam
It looks like Tom tried something similar and filed CLOUDSTACK-3221. Is object store without the NFS cache a supported configuration? I thought the cache was a reqd. On Tue, Jun 25, 2013 at 09:54:58PM +, Min Chen wrote: > Current code does not have that, that may be a good suggestion. You can

Review Request 12129: CLOUDSTACK-3217: Fixed indentation issues in test_routers.py

2013-06-27 Thread Gaurav Aradhye
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12129/ --- Review request for cloudstack and Prasanna Santhanam. Repository: cloudstack-gi

Review Request 12130: Tag missing for test integratin.component test_ldap.py

2013-06-27 Thread suresh sadhu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12130/ --- Review request for cloudstack, Rayees Namathponnan, SrikanteswaraRao Talluri, an

system VMS stuck in 'Starting' state.

2013-06-27 Thread Maurice Lawler
Hello, How can I manipulate the database to tell CS that the system VMS are stopped and not 'Starting' along with that; once stopped I can then either restart them and or destroy and let then system recreate, correct?

Re: Config Setting for S3 without NFS Caching

2013-06-27 Thread Nitin Mehta
I thought we don¹t even call it cache but staging area :) On 27/06/13 12:31 PM, "Prasanna Santhanam" wrote: >It looks like Tom tried something similar and filed CLOUDSTACK-3221. >Is object store without the NFS cache a supported configuration? I >thought the cache was a reqd. > >On Tue, Jun 25,

Re: system VMS stuck in 'Starting' state.

2013-06-27 Thread France
Your assumptions are correct. I've done it like this. Ofcourse you must select appropriate status: use cloud update vm_instance set state='Running' where id='293'; Regards, F. On 27/6/13 9:30 AM, Maurice Lawler wrote: Hello, How can I manipulate the database to tell CS that the system VMS are

Re: Review Request 12106: Add Hyperv-V support to ListHypervisorsCmd API call

2013-06-27 Thread Donal Lafferty
> On June 26, 2013, 6:20 p.m., David Nalley wrote: > > Despite different descriptions, 12105 and 12106 appear to be the same patch. They're different. 12106's patch was generated by post-review. By default, post-review included patches submitted in 12106, 12105, 12103, and 12085, because the

Re: Review Request 12106: Removed Dead Code from Management Server Hyper-V 2012 Support

2013-06-27 Thread Donal Lafferty
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12106/ --- (Updated June 27, 2013, 8:56 a.m.) Review request for cloudstack, Alex Huang, C

Re: Review Request 12025: CLOUDSTACK-2304 [ZWPS]NPE while migrating volume from one zone wide primary to another

2013-06-27 Thread Rajesh Battala
> On June 21, 2013, 9:18 p.m., edison su wrote: > > engine/storage/volume/src/org/apache/cloudstack/storage/volume/VolumeServiceImpl.java, > > line 537 > > > > > > Again, if pool.getPodId() == null, then > > newVol.s

Re: Review Request 12107: Cloudstack-2150 DB table entries of phisical network is not proper.Shows Duplicate entries. Cloudstack-2980 Adding a VLAN range that overlaps with two existing ranges results

2013-06-27 Thread bharat kumar
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12107/ --- (Updated June 27, 2013, 9:26 a.m.) Review request for cloudstack and Abhinandan

RE: Config Setting for S3 without NFS Caching

2013-06-27 Thread Donal Lafferty
GUI specifically let's you turn it off. Try adding S3 secondary storage. Source code calls it 'cache'. See https://issues.apache.org/jira/browse/CLOUDSTACK-3215 DL > -Original Message- > From: Prasanna Santhanam [mailto:t...@apache.org] > Sent: 27 June 2013 8:02 AM > To: dev@cloudsta

Re: apache libcloud

2013-06-27 Thread Rohit Yadav
Nice work Sebastien! Now I know why you needed to have the raw json output in the cli ;) Cheers. On Thu, Jun 27, 2013 at 2:13 AM, Sebastien Goasguen wrote: > Hi folks, > > libcloud 0.13 RC is up for vote. There is much better support for > CloudStack in it. > Check it out: > http://buildacloud.o

Review Request 12131: CLOUDSTACK-3215 Cannot Deploy VM when using S3 object store without NFS Cache

2013-06-27 Thread Donal Lafferty
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12131/ --- Review request for cloudstack, edison su and Min Chen. Bugs: CLOUDSTACK-3215

Re: Review Request 12110: Cloudstack-3106 Delete all the ips except for the ip alias.

2013-06-27 Thread Abhinandan Prateek
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12110/#review22467 --- Ship it! Ship It! - Abhinandan Prateek On June 26, 2013, 4 p.m.,

Re: Review Request 12110: Cloudstack-3106 Delete all the ips except for the ip alias.

2013-06-27 Thread bharat kumar
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12110/ --- (Updated June 27, 2013, 10:56 a.m.) Review request for cloudstack and Abhinanda

Re: Review Request 12110: Cloudstack-3106 Delete all the ips except for the ip alias.

2013-06-27 Thread bharat kumar
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12110/ --- (Updated June 27, 2013, 10:57 a.m.) Review request for cloudstack and Abhinanda

Re: event bus details

2013-06-27 Thread Murali Reddy
On 27/06/13 5:46 AM, "Ryan Dietrich" wrote: >Hi, I'm doing some work in the event bus. My requirements are pretty >straightforward. > >1. Let me know when a command is executed. >2. Let me know the UUID of the element being modified when that command >is executed. (i.e.: If we're updating a vir

Re: CloudStack API Development

2013-06-27 Thread Ian Duffy
Post made as requested: http://imduffy15.blogspot.co.uk/2013/06/creating-cloudstack-plugin.html On 27 June 2013 07:29, Ian Duffy wrote: >> Thanks, a quick blog on this would be great. > > Will hopefully get this done later today. Need to document it for my > own reference purposes as well. Those

Re: CloudStack API Development

2013-06-27 Thread Prasanna Santhanam
On Thu, Jun 27, 2013 at 12:13:03PM +0100, Ian Duffy wrote: > Post made as requested: > http://imduffy15.blogspot.co.uk/2013/06/creating-cloudstack-plugin.html This is great! Would you like to make that jenkins setup on jenkins.buildacloud.org? I'm sure it would benefit others to run the checkin t

Secondary storage disk space in 4.1.

2013-06-27 Thread France
Hi all. I've recently run into an issue on two of my secondary storage NFS servers. They were full (ie. no disk space). I upgraded from 3.0.2 past weekend; storage was full before upgrade. Since then i've integrated sec storages into our notification system to be notified, but i still wonder

Re: [DISCUSS] Should we be releasing -beta releases?

2013-06-27 Thread Nux!
On 14.05.2013 15:41, Chip Childers wrote: As a way to get more user feedback on our major feature releases, what does everyone think about releasing one or two -beta releases for each major feature release? This might fall in line with some of the stated concerns about our release schedule (see

vmware help for dynamic scaling

2013-06-27 Thread Nitin Mehta
Hi All, I have been working on dynamic scaling vm memory and cpu and trying to tune it for vmware hypervisor, but being a novice need some assistance. Vmware publishes a list for vmware guest os and their supported capabilities for each vmware release. Example for guest OS Ubuntu 10.04 and ESX s

Re: Review Request 11992: CLOUDSTACK-2571 ZWPS issues with Enabling/Clearing the Maintenance State of the Storage

2013-06-27 Thread Rajesh Battala
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/11992/ --- (Updated June 27, 2013, 12:39 p.m.) Review request for cloudstack, Alex Huang,

Re: CloudStack API Development

2013-06-27 Thread Ian Duffy
> Would you like to make that jenkins setup on jenkins.buildacloud.org? Sure I can add it on if you wish. Some of it would be a repeat of what you guys already have. I assume there's some sort of rules about building non-oss binaries on the public jenkins too? > I'm sure it would benefit others t

Re: apache libcloud

2013-06-27 Thread Sebastien Goasguen
On 27 Jun 2013, at 02:39, Rohit Yadav wrote: > Nice work Sebastien! Now I know why you needed to have the raw json output > in the cli ;) > Yes i should have explained. Libcloud unitests use json examples of api responses, using a fake http request. > Cheers. > > On Thu, Jun 27, 2013 at 2

Re: apache libcloud

2013-06-27 Thread Andrew Bayer
For what it's worth, so does jclouds - a good number may be a bit stale, but you can find the responses we use currently at https://github.com/jclouds/jclouds/tree/master/apis/cloudstack/src/test/resources A. On Thu, Jun 27, 2013 at 6:57 AM, Sebastien Goasguen wrote: > > > On 27 Jun 2013, at 02:

[MERGE] Simulator Storage Fixes to master (was Re: How does the plugin model work for storage providers?)

2013-06-27 Thread Prasanna Santhanam
On Wed, Jun 26, 2013 at 05:18:14PM +0530, Prasanna Santhanam wrote: > Reason I needed to do this is because I need to get the simulator to use a > separate spring context and override the default CloudstackImageStore bean. > The > simulator bean has to intercept the template download calls to say

RE: Where should a system VM image be uncompressed?

2013-06-27 Thread Donal Lafferty
> -Original Message- > From: Edison Su [mailto:edison...@citrix.com] > Sent: 27 June 2013 1:38 AM > To: dev@cloudstack.apache.org > Subject: RE: Where should a system VM image be uncompressed? > > > > > -Original Message- > > From: Donal Lafferty [mailto:donal.laffe...@citrix.com

Uncompressed SystemVM URL

2013-06-27 Thread Donal Lafferty
Anyone know an uncompressed template url? (vhd format)

Re: Config Setting for S3 without NFS Caching

2013-06-27 Thread Min Chen
In 4.2, out of box implementation, if you choose to use S3 as secondary storage, NFS staging is required. But theoretically speaking, for certain hypervisor, this is not required, for example, Hyper-V. However, to make such special configuration work, you need to extend our default data motion serv

Review Request 12134: removed txn attribute from DB annotation

2013-06-27 Thread Laszlo Hornyak
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12134/ --- Review request for cloudstack. Repository: cloudstack-git Description ---

Re: Review Request 11324: remove dead allocations

2013-06-27 Thread Devdeep Singh
> On June 18, 2013, 6:08 a.m., Prasanna Santhanam wrote: > > 93938ca716f85c24f2d9fb07c5856055f0061415 Dave, the request has been merged to master by Prasanna. Can you close this request. - Devdeep --- This is an automatically generated

Re: Suggestion needed for CLOUDSTACK-212

2013-06-27 Thread Dharmesh Kakadia
Hi, I misunderstood the feature freeze. This has been assigned to fix in Version 4.2 on jira. As per this discussion, should I change it to 4.3 ? Thanks, Dharmesh On Sat, May 11, 2013 at 10:13 AM, Dharmesh Kakadia wrote: > ok. great. > > Thanks, > Dharmesh > > > On Sat, May 11, 2013 at 5:53 AM

Re: system VMS stuck in 'Starting' state.

2013-06-27 Thread Maurice Lawler
Is ‘ID’ the UUID, the long string of letters/numbers. If not, how would I get the correct ID? - Maurice On Jun 27, 2013, at 3:16 AM, France wrote: > Your assumptions are correct. > > I've done it like this. Ofcourse you must select appropriate status: > use cloud > update vm_instance set sta

Re: Review Request 11992: CLOUDSTACK-2571 ZWPS issues with Enabling/Clearing the Maintenance State of the Storage

2013-06-27 Thread edison su
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/11992/#review22473 --- server/src/com/cloud/storage/StoragePoolAutomationImpl.java

Re: Review Request 11980: FileUtil simplified

2013-06-27 Thread edison su
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/11980/#review22474 --- Ship it! Ship It! - edison su On June 27, 2013, 6:30 a.m., Laszl

Re: [MERGE] Merge VMSync improvement branch into master

2013-06-27 Thread John Burwell
Hugo, I completely agree with this stance, and will add a -1 as well. It has been a significant challenge this cycle to complete high quality reviews due to the large patch size and short time turnaround time. Going forward, I am going to be more likely to follow Hugo's example, and -1 patche

Re: Review Request 12131: CLOUDSTACK-3215 Cannot Deploy VM when using S3 object store without NFS Cache

2013-06-27 Thread edison su
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12131/#review22478 --- engine/storage/datamotion/src/org/apache/cloudstack/storage/motion/

Re: Review Request 12106: Removed Dead Code from Management Server Hyper-V 2012 Support

2013-06-27 Thread edison su
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12106/#review22480 --- Ship it! Ship It! - edison su On June 27, 2013, 8:56 a.m., Donal

Re: Review Request 12028: CLOUDSTACK-3064: Able to create VM from different account of the same domain without using Affinity group even the Zone is dedicated to an Account.

2013-06-27 Thread ASF Subversion and Git Services
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12028/#review22481 --- Commit 0d788681809f720f8ad55eb27c995d7f09ed7106 in branch refs/heads

Review Request 12136: Fix for CLOUDSTACK-3245: non admin user not able to register template

2013-06-27 Thread Harikrishna Patnala
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12136/ --- Review request for cloudstack, Alena Prokharchyk and Abhinandan Prateek. Bugs:

Re: Review Request 12028: CLOUDSTACK-3064: Able to create VM from different account of the same domain without using Affinity group even the Zone is dedicated to an Account.

2013-06-27 Thread Devdeep Singh
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12028/#review22482 --- Ship it! Ship It! - Devdeep Singh On June 21, 2013, 2:09 p.m., S

Re: Review Request 12028: CLOUDSTACK-3064: Able to create VM from different account of the same domain without using Affinity group even the Zone is dedicated to an Account.

2013-06-27 Thread Devdeep Singh
> On June 27, 2013, 7:04 p.m., Devdeep Singh wrote: > > Ship It! Committed the changes. Please close the request. - Devdeep --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12028/#review22482

RE: Master build problem

2013-06-27 Thread Soheil Eizadi
Hi Prasanna, I am glad the problem is fixed on master. I will pull it next time I merge with master. Thanks, -Soheil From: Prasanna Santhanam [t...@apache.org] Sent: Wednesday, June 26, 2013 9:47 PM To: dev@cloudstack.apache.org Subject: Re: Master build pr

Re: system VMS stuck in 'Starting' state.

2013-06-27 Thread France
Just do a select * and look at the data. I found mine by name. Everything else should be clear to you then. If not, learn basic SQL. On Jun 27, 2013, at 8:02 PM, Maurice Lawler wrote: > Is ‘ID’ the UUID, the long string of letters/numbers. If not, how would I get > the correct ID? > > > > - M

Re: CloudStack API Development

2013-06-27 Thread SuichII, Christopher
I've got some questions related to this topic… We're planning on developing an API plugin, but not submitting the source to CloudStack. Rather, we would like to generate a jar file and deploy that to the CloudStack API plugin directory. Has anyone done this? Ian, your blog post and notes were e

Console Proxy VM failed to start

2013-06-27 Thread Maurice Lawler
Hello,I have finally got both system VM's 'Stopped', however, the secondary storage is running without issue. Whereas, the console proxy will not start, this is from the logs.2013-06-27 14:36:52,192 DEBUG [allocator.impl.FirstFitAllocator] (consoleproxy-1:FirstFitRoutingAllocator) Host name: lunder

RE: [MERGE] Merge VMSync improvement branch into master

2013-06-27 Thread Musayev, Ilya
John and Hugo, I see and understand your concerns, however, this feature is really needed by many users - I've met with several large users at CCC13 who were looking forward to this work, blocking this merge - would delay cloudstack adoption and make ACS look inferior to other cloud platforms.

Re: [MERGE] Merge VMSync improvement branch into master

2013-06-27 Thread John Burwell
Ilya, I understand your concern. However, this patch is large and complicated. Without adequate review, we run that the risk getting it wrong which would be worse than not having it. If you feel it is a must have, you can propose extending the freeze to allow time to perform the review. Tha

Re: Review Request 12028: CLOUDSTACK-3064: Able to create VM from different account of the same domain without using Affinity group even the Zone is dedicated to an Account.

2013-06-27 Thread ASF Subversion and Git Services
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12028/#review22486 --- Commit fc357e9831c9dd3b2929489ee859bf96fc95b939 in branch refs/head

Auto-scaling won't scale down

2013-06-27 Thread Francois Gaudreault
Hi, So I tried the AutoScaling on our setup today, and while it's working fine to scale up, it won't scale down. We are on CS 4.1.0 nonoss with NetScaler 10.1 build 112.15. I configured a Scale Up policy to trigger when servers are under 30% CPU idle for a duration of 60sec, and Scale Down

Re: [DISCUSS] Java 7, tomcat 7 and further upgrades

2013-06-27 Thread John Burwell
All, I am +1 for Java7. However, I would like to propose ridding ourselves of Tomcat entirely and embedding a network stack such as Netty (http://netty.io) with a servlet bridge. We have one JSP in the system that generates JSON resources. It could be easily eliminated with a simple servlet

Re: Review Request 12131: CLOUDSTACK-3215 Cannot Deploy VM when using S3 object store without NFS Cache

2013-06-27 Thread Donal Lafferty
> On June 27, 2013, 6:36 p.m., edison su wrote: > > engine/storage/datamotion/src/org/apache/cloudstack/storage/motion/AncientDataMotionStrategy.java, > > line 170 > > > > > > > > In most of the cases(vmware/xen/

Re: system VMS stuck in 'Starting' state.

2013-06-27 Thread Ahmad Emneina
In the case below, the ID is the ID column/reference and not uuid. Ahmad On Jun 27, 2013, at 12:25 PM, France wrote: > Just do a select * and look at the data. I found mine by name. > Everything else should be clear to you then. > If not, learn basic SQL. > > On Jun 27, 2013, at 8:02 PM, Mauri

Re: Console Proxy VM failed to start

2013-06-27 Thread Ahmad Emneina
Hey Maurice can you post more logs before the error below. You might want to post them outside of email, to a site like pastebin.com. Ahmad On Jun 27, 2013, at 12:39 PM, Maurice Lawler wrote: > Hello, > > I have finally got both system VM's 'Stopped', however, the secondary storage > is runn

Re: Review Request 12136: Fix for CLOUDSTACK-3245: non admin user not able to register template

2013-06-27 Thread Alena Prokharchyk
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12136/#review22488 --- Ship it! Ship It! - Alena Prokharchyk On June 27, 2013, 7:04 p.m

Re: Review Request 12136: Fix for CLOUDSTACK-3245: non admin user not able to register template

2013-06-27 Thread Alena Prokharchyk
> On June 27, 2013, 9:10 p.m., Alena Prokharchyk wrote: > > Ship It! Pushed to master branch with commit c8692f2e4a9760a58dbf457bf128fa484a491d0d - Alena --- This is an automatically generated e-mail. To reply, visit: https://reviews.ap

Re: Review Request 12136: Fix for CLOUDSTACK-3245: non admin user not able to register template

2013-06-27 Thread ASF Subversion and Git Services
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12136/#review22487 --- Commit c8692f2e4a9760a58dbf457bf128fa484a491d0d in branch refs/heads

Re: Review Request 12131: CLOUDSTACK-3215 Cannot Deploy VM when using S3 object store without NFS Cache

2013-06-27 Thread edison su
> On June 27, 2013, 6:36 p.m., edison su wrote: > > engine/storage/datamotion/src/org/apache/cloudstack/storage/motion/AncientDataMotionStrategy.java, > > line 170 > > > > > > > > In most of the cases(vmware/xen/

RE: Console Proxy VM failed to start

2013-06-27 Thread Prachi Damle
Hey Maurice, You should check logs prior to this error, that will show the real problem causing CS to put the host in avoid set. -Prachi From: Maurice Lawler [mailto:maurice.law...@me.com] Sent: Thursday, June 27, 2013 12:40 PM To: Cloud Dev Subject: Console Proxy VM failed to start Hello, I

Re: Console Proxy VM failed to start

2013-06-27 Thread Maurice Lawler
I think I have found my issue:2013-06-27 16:27:44,235 DEBUG [cloud.alert.AlertManagerImpl] (CapacityChecker:null) System Alert: Number of unallocated private IPs is low in pod Apollo of availability zone Orion2013-06-27 16:27:44,235 DEBUG [cloud.alert.AlertManagerImpl] (CapacityChecker:null) Number

System VMs grabbing wrong IP

2013-06-27 Thread Sean Truman
All, My dev setup is running management/guest on cloudbr0 I have eth1 setup with a 10.0.0.x network so I can access the cloud via VPN but for some reason my secondary storage thinks my management node is the 10.0.0.x, where does it get the IP from and how can I change it? Sean

RE: Console Proxy VM failed to start

2013-06-27 Thread Sangeetha Hariharan
You can free IPs from op_dc_ip_address_alloc table. update nic_id, reservation_id and taken as null for the entry that has timestamp marked as "taken" but is not being really allocated to any system Vm yet. -Thanks Sangeetha From: Maurice Lawler [mailto:maurice.law...@me.com] Sent: Thursday, J

Re: [MERGE] Merge VMSync improvement branch into master

2013-06-27 Thread Hugo Trippaers
I think Ilya offers is great, my current stance is also to see how we can bring this forward. I've had the opportunity to meet with several people at the Citrix office in Santa Clara, i'm actually working from their office at this moment. I think it's also the responsibility of someone who pu

Re: Console Proxy VM failed to start

2013-06-27 Thread Ahmad Emneina
Has this bug been filed or fixed. I could have sworn to have seen this conversation elsewhere. Ahmad On Jun 27, 2013, at 2:48 PM, Sangeetha Hariharan wrote: > You can free IPs from op_dc_ip_address_alloc table. > > update nic_id, reservation_id and taken as null for the entry that has > ti

Re: Console Proxy VM failed to start

2013-06-27 Thread Venkata SwamyBabu Budumuru
Here is the bug which was filed sometime back and tracking the same: https://issues.apache.org/jira/browse/CLOUDSTACK-2813 On 27/06/13 2:56 PM, "Sangeetha Hariharan" wrote: >You can free IPs from op_dc_ip_address_alloc table. > >update nic_id, reservation_id and taken as null for the entry that

Re: Console Proxy VM failed to start

2013-06-27 Thread Maurice Lawler
Hello,Thank you! I was able to access the DB make a few tweaks and I am good to go. =)- MauriceOn Jun 27, 2013, at 06:03 PM, Venkata SwamyBabu Budumuru wrote:Here is the bug which was filed sometime back and tracking the same: https://issues.apache.org/jira/browse/CLOUDSTACK-2813 On 27/06/13 2:5

How to remove General / Host Alerts

2013-06-27 Thread Maurice Lawler
Sorry, for flooding the mailing list today. Could someone please inform me as to how to clear 'Alerts' in my UI.Under General / Host Alerts. - Maurice

Review Request 12143: Template created from snapshot: the vmdk path needs to be modified to accomodate the changed snapshot UUID format.

2013-06-27 Thread Fang Wang
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12143/ --- Review request for cloudstack and edison su. Bugs: CLOUDSTACK-2384 Repository

Re: System VMs grabbing wrong IP

2013-06-27 Thread Hugo Trippaers
Sean, Change the global setting "host" to the ip address where the management server should respond to. You need to restart the management server after you make this change and recreate any system vms (ssvm and console proxy) Cheers, Hugo On Jun 27, 2013, at 2:35 PM, Sean Truman wrote: >

Failed to mount primary NFS storage

2013-06-27 Thread Soheil Eizadi
This is a new problem I have not seen before, I failed to mount primary NFS storage but it looks like it is mounted on XenServer and operational. After this problem it is in a loop where you can not fix the problem from wizard, as every time you try to mount it you get an exception since it is a

CloudStack SSL on 4.1.0

2013-06-27 Thread Musayev, Ilya
Has anyone been able to get CloudStack 4.1.0 to work with SSL on 8443? I cannot, no matter what I tried. I was able to get 4.0 to work, but 4.1.0 would not. Nothing useful at logs :( Thanks ilya

Re: event bus details

2013-06-27 Thread Ryan Dietrich
> For every api command, pretty much there is an action event generated that > gets published on to event bus as well. CLOUDSTACK-3190 is open bug that > needs to be fixed so that entity type being operated and UUID details of > entity are published. It just tedious job to fix all the places action

RE: System VMs grabbing wrong IP

2013-06-27 Thread Soheil Eizadi
I set the following three arguments to make sure they are consistent: host management.network.cidr secstorage.allowed.internal.sites Is there a reason why this does not get set as part of the standard wizard/basic setup? -Soheil From: Trippie [trip...@gma

RE: [MERGE] Merge VMSync improvement branch into master

2013-06-27 Thread Musayev, Ilya
Thanks Hugo, I'm all for it if John can help us with his -1 vote :) > -Original Message- > From: Trippie [mailto:trip...@gmail.com] On Behalf Of Hugo Trippaers > Sent: Thursday, June 27, 2013 5:51 PM > To: dev@cloudstack.apache.org > Subject: Re: [MERGE] Merge VMSync improvement branch i

Review Request 12144: Create template from snapshot, failed due to the vmdk file failure.

2013-06-27 Thread Fang Wang
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12144/ --- Review request for cloudstack and edison su. Bugs: CLOUDSTACK-2384 Repository

RE: Review Request 12144: Create template from snapshot, failed due to the vmdk file failure.

2013-06-27 Thread Musayev, Ilya
Is this applicable to 4.1? > -Original Message- > From: Fang Wang [mailto:nore...@reviews.apache.org] On Behalf Of Fang > Wang > Sent: Thursday, June 27, 2013 7:11 PM > To: edison su > Cc: cloudstack; Fang Wang > Subject: Review Request 12144: Create template from snapshot, failed due > to

Re: [MERGE] Merge VMSync improvement branch into master

2013-06-27 Thread Hugo Trippaers
Let's get it done :-) I'm at about 15% of the entire commit, reading through it line by line... My notes so far (this is just a copy of my notepad fyi) There are a lot of changes to BaseCmd and Async command. Do they impact the api in any way. I can't tell yet but this might impact api

Re: System VMs grabbing wrong IP

2013-06-27 Thread Hugo Trippaers
Hey Soheil, They get set to one of the interfaces on the system when you start the management server for the first time. So if you have multiple interfaces on the system it will only configure the services for one of the ip addresses. This looks like we have an opportunity to improve documenta

Re: [MERGE] Merge VMSync improvement branch into master

2013-06-27 Thread David Nalley
On Thu, Jun 27, 2013 at 5:51 PM, Hugo Trippaers wrote: > > I think Ilya offers is great, my current stance is also to see how we can > bring this forward. > > I've had the opportunity to meet with several people at the Citrix office in > Santa Clara, i'm actually working from their office at thi

RE: Auto-scaling won't scale down

2013-06-27 Thread Sowmya Krishnan
Configurations look ok. Could you check to see if there are destroyVirtualMachine API calls in the management server logs? If not then the condition for Scale down is probably not getting hit. To find out if the condition is being hit in Netscaler, run "nsconmsg" in the shell. When scale down

RE: CloudStack SSL on 4.1.0

2013-06-27 Thread Musayev, Ilya
I will file this as a bug If I get no response :( > -Original Message- > From: Musayev, Ilya [mailto:imusa...@webmd.net] > Sent: Thursday, June 27, 2013 6:58 PM > To: dev@cloudstack.apache.org > Subject: CloudStack SSL on 4.1.0 > > Has anyone been able to get CloudStack 4.1.0 to work with

RE: [MERGE] Merge VMSync improvement branch into master

2013-06-27 Thread Alex Huang
Dave, Chip has asked this before and we also stated specifically that we won't merge it in unless we see equivalent pass rate on the BVT as master. We're doing that right now. --Alex > -Original Message- > From: David Nalley [mailto:da...@gnsa.us] > Sent: Thursday, June 27, 2013 4:34

RE: [MERGE] Merge VMSync improvement branch into master

2013-06-27 Thread Alex Huang
Thanks Hugo. Let me bring some reasoning to these changes. AsyncJobManager previously was embedded as part of the server package. It only served api jobs. In Kelven's design, all vm operations relies on asyncjob to order the operation so that it will no longer have any concurrentoperatione

RE: Failed to mount primary NFS storage

2013-06-27 Thread Soheil Eizadi
I had built a new XenServer (licensed expired), I had copied vhd-util from download site to /opt/xensource/bin and removed the one in /usr/sbin, but looks like it referenced by hardcoded path, so it needs to be found via, /usr/sbin. [17802] 2013-06-27 09:15:08.707337 ['/usr/sbin/vhd-util',

Re: How to remove General / Host Alerts

2013-06-27 Thread Mathias Mullins
So there is no way through the GUI to actually remove the Alerts. They stay there until they permanently (on the dashboard they will roll-off). Matt From: Maurice Lawler mailto:maurice.law...@me.com>> Reply-To: "dev@cloudstack.apache.org" mailto:dev@cloudstack.

Re: CloudStack SSL on 4.1.0

2013-06-27 Thread Marcus Sorensen
I'm running SSL, I opened server.xml and added the "Connector" section pointing to my keystore with the password: On Thu, Jun 27, 2013 at 5:45 PM, Musayev, Ilya wrote: > I will file this as a bug If I get no response :( > >> -Original Message- >> From: Musayev, Ilya [ma

RE: [MERGE] Merge VMSync improvement branch into master

2013-06-27 Thread Alex Huang
+1 to frequent patches and reviews. I wish we started with chunk features and narrow patch scope. There are some circumstances (some unique to this situation) that led to this but I won't use that as an excuse. Thanks to all who are offering to lend a hand in reviewing and testing. It is mu

Re: [MERGE] Merge VMSync improvement branch into master

2013-06-27 Thread John Burwell
@David The types of concurrency changes introduced in this patch are extremely difficult to completely test in an automated fashion. Therefore, code review for correctness is critical to ensure quality. To be clear, I am not questioning the value of automated testing. I am just noting that it's ne

Re: How to remove General / Host Alerts

2013-06-27 Thread Maurice Lawler
That much I understand, I failed to mention; what table in the DB can I go to remove these false positives and also change the duration of which they would remain in the UI.On Jun 27, 2013, at 08:06 PM, Mathias Mullins wrote:So there is no way through the GUI to actually remove the Alerts. They st

RE: System VMs grabbing wrong IP

2013-06-27 Thread Soheil Eizadi
I can, I am new to this, I see there is Bugzilla and Jira links there how do I got about filling a request? The behavior on my system that has multiple interfaces is that is does not set it to any of the interfaces on the system but the default one that is in the database initialization (192.16

Re: Query String Request Authentication(QSRA) support by S3 providers

2013-06-27 Thread Thomas O'Dowd
Hi Min, Can you check this bug? I'm trying to test this feature for Amazon but having no luck getting the Download template link/button to appear. https://issues.apache.org/jira/browse/CLOUDSTACK-3220 Thanks, Tom. On Fri, 2013-06-21 at 17:21 +, Min Chen wrote: > John, > > For S3, th

Re: How to remove General / Host Alerts

2013-06-27 Thread Alena Prokharchyk
On 6/27/13 5:12 PM, "Maurice Lawler" wrote: >That much I understand, I failed to mention; what table in the DB can I >go to remove these false positives Cloud.alert table > and also change the duration of which they would remain in the UI. You can do it by changing configs: alert.purge.delay

Re: Query String Request Authentication(QSRA) support by S3 providers

2013-06-27 Thread Min Chen
Hi Tom, Are you saying that you cannot see a Download Template button from UI when Amazon S3 is added as secondary storage? I only tested with RiakCS and Cloudian, so didn't see this issue. But I am CC Jessica her to confirm what special handling is done in UI to enable/disable a button fr

RE: [MERGE] Simulator Storage Fixes to master (was Re: How does the plugin model work for storage providers?)

2013-06-27 Thread Edison Su
Hi Prasanna, thanks for your great effort to get simulator work. I reviewed all your changes, looks good to me, while there is only one thing that I don't like: the implementation of SimulatorImageStoreDriverImpl, so I rewrote it with a simpler implementation. The commit number is a2ec1daf8422

RE: CloudStack SSL on 4.1.0

2013-06-27 Thread Musayev, Ilya
Thanks Marcus, it was a problem between the keyboard and the chair! > -Original Message- > From: Marcus Sorensen [mailto:shadow...@gmail.com] > Sent: Thursday, June 27, 2013 8:00 PM > To: dev@cloudstack.apache.org > Subject: Re: CloudStack SSL on 4.1.0 > > I'm running SSL, I opened server

Re: [MERGE] Merge VMSync improvement branch into master

2013-06-27 Thread Hugo Trippaers
I agree with John that a change like this is very hard to test in an automated fashion. Still i have been looking at the numbers for the code coverage with cobertura. I was a bit disappointed to find that we have not made any progress with this merge with regards to unit tests and total code cov

Re: Review Request 12144: Create template from snapshot, failed due to the vmdk file failure.

2013-06-27 Thread edison su
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12144/#review22492 --- Ship it! Ship It! - edison su On June 27, 2013, 11:10 p.m., Fang

RE: Review Request 12144: Create template from snapshot, failed due to the vmdk file failure.

2013-06-27 Thread Edison Su
The bug seems introduced in 13691048fb622467271b75fc7b64298e3afe9912, which is committed at March 16. So 4.1 should have the same issue. > -Original Message- > From: Musayev, Ilya [mailto:imusa...@webmd.net] > Sent: Thursday, June 27, 2013 4:13 PM > To: dev@cloudstack.apache.org; Fang Wan

Re: Query String Request Authentication(QSRA) support by S3 providers

2013-06-27 Thread Thomas O'Dowd
Hi Min, Yes. I'll try it again today to check again but when I added Amazon S3 as the S3 secondary storage and uploaded a template, I was not shown the "download template" link. However - for Cloudian S3, I am shown it so I'm wondering why. Tom. On Fri, 2013-06-28 at 00:26 +, Min Chen wrote:

  1   2   >