Re: Trying to find newest system VMs for 4.2

2013-08-24 Thread Mike Tutkowski
I noticed I can't download the XenServer system template as is specified in the newest 4.2 DB: http://download.cloud.com/templates/4.2/systemvmtemplate-2013-06-12-master-xen.vhd.bz2 I've tried with a CS script and just plain old trying to download it from a web browser. Any thoughts on this?

RE: [VOTE] Apache Cloudstack 4.2.0

2013-08-24 Thread Animesh Chaturvedi
Yes From: Mike Tutkowski [mike.tutkow...@solidfire.com] Sent: Friday, August 23, 2013 10:31 PM To: dev@cloudstack.apache.org Subject: Re: [VOTE] Apache Cloudstack 4.2.0 Perfect ... Pacific time, I assume. :) On Fri, Aug 23, 2013 at 11:30 PM, Animesh

Re: Review Request 12623: CLOUDSTACK-2328: Linux native VXLAN support on KVM hypervisor

2013-08-24 Thread ASF Subversion and Git Services
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12623/#review25501 --- Commit 914e7c4542cf59bdf0e53d21fee8a2c36024cadb in branch

Re: [VOTE] Apache Cloudstack 4.2.0

2013-08-24 Thread Joe Brockmeier
On Fri, Aug 23, 2013, at 10:57 PM, Mike Tutkowski wrote: Yeah, I would really appreciate Monday and Tuesday to run regression tests on this. +1 - In the future I think we should probably schedule votes like this to allow 72 hours during business hours if at all possible. (Though some people do

[DOC] CLOUDSTACK-1525: SystemVM SSH

2013-08-24 Thread Marty Sweet
Hi guys, Is anyone currently working on 1525? It covers about how to access systemvms regarding different hypervisors? If not, I should be able to get this done today and push it to the review board, as it's currently in the 4.2 branch. https://issues.apache.org/jira/browse/CLOUDSTACK-1525

Re: [DOC] CLOUDSTACK-1525: SystemVM SSH

2013-08-24 Thread David Nalley
Feel free to assign it to yourself and submit a patch. --David On Sat, Aug 24, 2013 at 9:46 AM, Marty Sweet msweet@gmail.com wrote: Hi guys, Is anyone currently working on 1525? It covers about how to access systemvms regarding different hypervisors? If not, I should be able to get

Re: Review Request 12623: CLOUDSTACK-2328: Linux native VXLAN support on KVM hypervisor

2013-08-24 Thread Marcus Sorensen
What's going on here? Was there a problem with the patch? On Aug 24, 2013 1:18 AM, ASF Subversion and Git Services asf...@urd.zones.apache.org wrote: --- This is an automatically generated e-mail. To reply, visit:

System VM stuck in Expunging State

2013-08-24 Thread Mike Tutkowski
Hi, I have a VM (SSVM) that's stuck in the Expunging State. It's not interfering with anything that I'm aware of as I have another SSVM up and running just fine, but I'd like to remove it from the database. Does anyone know which table/tables I need to modify to make sure I get rid of all of

Re: System VM stuck in Expunging State

2013-08-24 Thread Marcus Sorensen
It might be better to take a look and see why it fails to expunge. In the past I've seen things like null pointers that have led to fixed bugs. You can turn down the expunge intervals to get it to try every 60 seconds or something, so you can watch what goes wrong. On Sat, Aug 24, 2013 at 3:53

Re: System VM stuck in Expunging State

2013-08-24 Thread Mike Tutkowski
That would be great. Is there a global setting for that, Marcus? Thanks On Sat, Aug 24, 2013 at 5:26 PM, Marcus Sorensen shadow...@gmail.comwrote: It might be better to take a look and see why it fails to expunge. In the past I've seen things like null pointers that have led to fixed bugs.

Re: System VM stuck in Expunging State

2013-08-24 Thread Marcus Sorensen
Yes, there are expunge global settings. On Aug 24, 2013 6:35 PM, Mike Tutkowski mike.tutkow...@solidfire.com wrote: That would be great. Is there a global setting for that, Marcus? Thanks On Sat, Aug 24, 2013 at 5:26 PM, Marcus Sorensen shadow...@gmail.com wrote: It might be better to

Re: Trying to find newest system VMs for 4.2

2013-08-24 Thread Abhinandan Prateek
For Xen system template download location is http://download.cloud.com/templates/4.2/systemvmtemplate-2013-07-12-master-xen.vhd.bz2 . On Sat, Aug 24, 2013 at 12:14 PM, Prasanna Santhanam t...@apache.org wrote: Hmm, I got 404ed too ~ ยป wget

Re: Trying to find newest system VMs for 4.2

2013-08-24 Thread Mike Tutkowski
Great, thanks! I had a pretty much brand new copy of 4.2 yesterday and the link was incorrect. I assume someone will or has already corrected this in the codebase or will do so before 4.2 goes out the door? I can open a JIRA ticket, if we need that. Thanks again! On Sat, Aug 24, 2013 at 9:53

[ACS4.2] Don;t use libvirt 0.10.2+ if you are using NFS as primary storage on KVM

2013-08-24 Thread Edison Su
There is a bug in libvirt 0.10.2+: /* Short-circuit if already mounted */ 385http://libvirt.org/git/?p=libvirt.git;a=blob;f=src/storage/storage_backend_fs.c;h=d305b063ffd9dd01683e9105cfc6902948537ca4;hb=HEAD#l385 if ((rc = virStorageBackendFileSystemIsMounted(pool)) != 0) {