cloudstack-6476 - version for fix

2015-03-11 Thread cs user
Hi All, I'm running 4.3 and running into this: https://issues.apache.org/jira/browse/CLOUDSTACK-6476 I'm not sure though which version the fix for the above appears in, it says it affects 4.4.0 and is fixed in 4.4.0, but it doesn't appear in any "issues fixed in this release" section of the docs

Re: cloudstack-6476 - version for fix

2015-03-12 Thread cs user
0 > 4.4.1 > 4.4.2 > > > ~Rajani > > On Wed, Mar 11, 2015 at 1:55 PM, cs user wrote: > > > Hi All, > > > > I'm running 4.3 and running into this: > > https://issues.apache.org/jira/browse/CLOUDSTACK-6476 > > > > I'm not sure though which v

Re: [DISCUSS] Support Docker as a hypervisor in CloudStack ( CloudStack / CLOUDSTACK-8205)

2015-03-18 Thread cs user
I'd really love to see this. CoreOS seems pretty well developed, with etcd and fleet. I envisage you would have clusters/pods of CoreOS machines with Cloudstack managing etcd discovery. Perhaps you could then define fleet unit files and have Cloudstack launch these on the CoreOS cluster. On M

Re: WARNING for users migrating from Cloudstack 4.2 to 4.4.2

2015-03-26 Thread cs user
Hi Laurent, Many many thanks for this. We had the exact same problem but using xenserver as hosts. The fix for us was: select name,broadcast_uri from networks where mode='Dhcp'; We were using basic networking as well. We had upgraded from 4.3 to 4.4.2, using Xenserver 6.1. Thank you!!! On

Re: WARNING for users migrating from Cloudstack 4.2 to 4.4.2

2015-03-26 Thread cs user
Just to clarify, the fix was: update networks set broadcast_uri="vlan://untagged" where mode='Dhcp'; As these were set to null. Sorry for the spam! On Thu, Mar 26, 2015 at 12:31 PM, cs user wrote: > Hi Laurent, > > Many many thanks for this. We had the

Re: Simulator failing

2015-04-02 Thread cs user
Fix for this was to use this command: mvn -P simulator -pl :cloud-client-ui jetty:run And not: mvn -pl :cloud-client-ui jetty:run On Thu, Apr 2, 2015 at 2:42 PM, cs user wrote: > Hi All, > > I'm trying to run the simulator, I've tried with git tags 4.3, 4.3.2 and >

Simulator failing

2015-04-02 Thread cs user
Hi All, I'm trying to run the simulator, I've tried with git tags 4.3, 4.3.2 and 4.4.1. Each time I hit this error when adding a cluster. Adding a zone and pod work fine. Deploy DC Started Exception Occurred ['Traceback (most recent call last):\n', ' File "marvin/deployDataCenter.py",

Re: [DOCKER] cloudstack organisation

2015-04-07 Thread cs user
Thanks for creating this, much appreciated. Works great. It doesn't appear to have any zones/pods/hosts setup though, as you can do with the cloudstack simulator for the dev environment. Could we add some info on this page about how to run it and perhaps login? https://registry.hub.docker.com/u/a

Re: [DOCKER] cloudstack organisation

2015-04-07 Thread cs user
Tue, Apr 7, 2015 at 10:22 AM, sebgoa wrote: > > On Apr 7, 2015, at 10:54 AM, cs user wrote: > > > Thanks for creating this, much appreciated. Works great. It doesn't > appear > > to have any zones/pods/hosts setup though, as you can do with the > > cloudstac

Re: [DOCKER] cloudstack organisation

2015-04-07 Thread cs user
nkins > thru build-master-simulator-docker and build-4.5-simulator-docker jobs > > readme also updated. > > > On Tue, Apr 7, 2015 at 7:13 AM, cs user wrote: > > > Thanks Sebgoa, yes, pretty much. But for someone completely new to both > > docker and cloudstack, hav

Xen - S3 backed secondary storage - Local volume snapshots fail

2014-10-23 Thread cs user
Hello, I'm having an issue with Xen, S3 backed secondary storage and snapshots of volumes stored on the Xen hosts. It appears that either the behavior of Xen has changed, or perhaps there needs to be a tweak to the code to move snapshots from the staging area, rather than local disk. Snapshots of

Re: venom/CVE-2015-345 Update your KVM folks

2015-05-14 Thread cs user
Looks like this is affects Xen as well: http://support.citrix.com/article/CTX201078 On Wed, May 13, 2015 at 3:23 PM, Nux! wrote: > https://access.redhat.com/articles/1444903 > > People running KVM might want to update their stuff. > > -- > Sent from the Delta quadrant using Borg technology! >

Xen - Migration fails in clustered environment - Possible fix

2015-10-01 Thread cs user
Hi Folks, This jira issue relates to vmware, and a fix appears to have been included for it in 4.5.1 and 4.5.2. https://issues.apache.org/jira/browse/CLOUDSTACK-8412 This is the diff of the commit: https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;a=commitdiff;h=27b7e49;hp=6c649ce3ae3e4b

Re: Xen - Migration fails in clustered environment - Possible fix

2015-10-06 Thread cs user
Hi All, I've raised a bug report for this issue, https://issues.apache.org/jira/browse/CLOUDSTACK-8937 Would it be possible for someone to give this a try at some point to see if it is reproducible? Cheers On Fri, Oct 2, 2015 at 7:28 AM, cs user wrote: > Hi Folks, > > This jira

Re: Xen - Migration fails in clustered environment - Possible fix

2015-10-06 Thread cs user
ntral ( http://repo.maven.apache.org/maven2 When trying to compile. Anyone know why this might be? On Tue, Oct 6, 2015 at 11:06 AM, cs user wrote: > Hi All, > > I've raised a bug report for this issue, > https://issues.apache.org/jira/browse/CLOUDSTACK-8937 > > Would it be

Unable to compile 4.5 branch

2015-10-10 Thread cs user
Hi Folks, I'd really appreciate some help with this if anyone can spare a moment :-) So I've checked out the repo and got to this stage in git: [csuser@localhost cloudstack]$ git status # On branch origin/4.5 nothing to commit (working directory clean) I've then done a mvn clean, and all is

Re: Unable to compile 4.5 branch

2015-10-10 Thread cs user
encoding: UTF-8 OS name: "linux", version: "2.6.32-504.12.2.el6.x86_64", arch: "amd64", family: "unix" Thanks! On Sat, Oct 10, 2015 at 4:00 PM, cs user wrote: > Hi Folks, > > I'd really appreciate some help with this if anyone can spare a

Re: Unable to compile 4.5 branch

2015-10-10 Thread cs user
:) Thanks again guys. Cheers! On Sat, Oct 10, 2015 at 6:24 PM, Rohit Yadav wrote: > Can you try with: > > mvn clean install -pl api > > And then, try with the impatient profile skipping the tests. I’ve just > built latest 4.5 branch and it works for me. > > Regards. > >

Development and building of ui components

2015-10-21 Thread cs user
Hi Folks, If you are modifying the code (javascript for example) under the following directory within the cloudstack project: ui/scripts/ And lets say I'm buidling and starting the simulator with the following: mvn -Pdeveloper -pl developer -Ddeploydb mvn -Pdeveloper -pl developer -Ddeploydb-s

Compiling master - build error

2015-11-02 Thread cs user
Hi Folks, I'm trying to compile master, but I'm getting the following errors: Check, is this api part of another build profile? Null value for key: listCiscoAsa1000vResources preProcessedCommand=1 Traceback (most recent call last): File "/home/acldstkusr/git/cloudstack/tools/apidoc/gen_toc.py",

Re: Compiling master - build error

2015-11-05 Thread cs user
> coming back after a while. Have a look to see if it is the same issue. and > if it is; Try just building anew it might just work. if you find the root > cause please submit a PR. > > regards, > > On Mon, Nov 2, 2015 at 4:01 PM, cs user wrote: > > > Hi Folks, > &

Re: Feature freeze ACS 4.7 next Monday

2015-12-07 Thread cs user
Hi Folks, Would anyone else be able to give https://github.com/apache/cloudstack/pull/1037 a try at some point? Quite a serious issue when running in clustered mode with Xen, and trying to perform VM migrations between hosts. Thanks! On Mon, Dec 7, 2015 at 12:08 PM, sebgoa wrote: > The rn rep

4.5.1 - SSVM Cert issues

2015-07-31 Thread cs user
Hi Folks, After updating to 4.5.1 and installing using the shapeblue SSVM templates: http://packages.shapeblue.com/systemvmtemplate/4.5/new/ We are hitting an issue very similar to the below when trying to copy templates between zones: https://issues.apache.org/jira/browse/CLOUDSTACK-1475 We ar

Re: Database consistency check

2015-08-13 Thread cs user
This would be fantastic if it can be written. On Mon, Aug 10, 2015 at 1:17 PM, Daan Hoogland wrote: > Norbert, I haven't begun to think about it. including dev@ to gather > ideas. > The db structure is based on updates since 4.0. A new install will be a 4.0 > DB which will then undergo a series

Instance reboot issue - CS 4.5.1 - Xen 6.5

2015-09-02 Thread cs user
Hi All, We have seen this in 2 separate environments, both running the same versions of Cloudstack and Xenserver. When we reboot an instance, we lose access to it. Looking at the iptables config on the xen host, we can see that the vif is incremented for the bridged entries, but not updated for t

Re: Instance reboot issue - CS 4.5.1 - Xen 6.5

2015-09-02 Thread cs user
Hi Folks, Looks like this is fixed in https://github.com/apache/cloudstack/pull/479 ? Which cloudstack release contains this fix? Many thanks! On Wed, Sep 2, 2015 at 11:16 AM, cs user wrote: > Forwarding to users channel in case anyone else has seen this... > > > > Hi All, &

Re: Instance reboot issue - CS 4.5.1 - Xen 6.5

2015-09-03 Thread cs user
Great, thanks ! On Thu, Sep 3, 2015 at 7:10 AM, Rajani Karuturi wrote: > its in 4.5.2 and will also be in 4.6.0 > > ~Rajani > > On Wed, Sep 2, 2015 at 5:33 PM, cs user wrote: > > > Hi Folks, > > > > Looks like this is fixed in > https://github.com/apache/