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
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
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
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
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
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
>
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",
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
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
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
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
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!
>
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
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
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
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
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
:)
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.
>
>
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
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",
> 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,
> &
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
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
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
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
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,
&
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/
27 matches
Mail list logo