Hi Tejas,
Can you file a bug for these? We clean up a string before logging it; but it
looks like we missed it here.
Regards,
Devdeep
> -Original Message-
> From: Tejas Gadaria [mailto:refond.g...@gmail.com]
> Sent: Friday, March 28, 2014 6:01 PM
> To: dev@cloudstack.apache.org
> Subjec
ha ha ha ha
This was meant to go to SolidFire's dev e-mail list! :)
Since I'm the only CloudStack developer at SolidFire, I am therefore
SolidFire's "favorite CloudStack developer."
Somehow I ended up sending it to the wrong list!
I guess I don't need to tell anyone on the CloudStack mailing li
I found a way to make this work.
For whatever reason, destroying a VM - although it seems to mainly remove
it from vCenter's inventory - leaves some info around that makes vCenter
think the datastore is still in use.
Instead of destroying the VM, what I do for managed storage (when we are
expungi
I think its not with the context file. The problem is with class level bean
definitions using annotations once the component scan is turned on.
I will try injecting a custom context. Thanks Laszlo.
~Rajani
On 01-Apr-2014, at 12:35 am, Laszlo Hornyak wrote:
> Hi Rajani,
>
> I had a short
On Tue, Apr 1, 2014 at 12:33 AM, Francois Gaudreault <
fgaudrea...@cloudops.com> wrote:
> Cool!
>
> Anh: Can you share the current state of the Branch?
>
> Thanks!
>
Francois, I'm finishing first version running Docker as a new hypervisor in
CLoudStack. Take a look into:
http://ngtuna.blogspot.co
We have the same issue, after an upgrade from 2.2.14 to 4.2.1, and during this
upgrade we had upgrade from Ubuntu 10 LTS to Ubuntu 12 LTS, it seems it related
to tomcat 6.0.35, because it is recommended to have tomcat 6.0.33 which doesn't
come by default with Ubuntu 12.04.4
Kind Regards
Amin
Interesting...when I try to unmount the datastore prior to removing the
iSCSI connections, I get a similar error to when I straight-out try to
delete the datastore prior to removing the iSCSI connections: it says the
datastore is still in use.
When I look at the contents of the datastore, there do
Hi,
I'm facing similar issue and can't go any further
WARN [c.c.a.d.
ParamGenericValidationWorker] (1583536287@qtp-102099346-7:ctx-d4dd6064
ctx-08f90d59) Received unknown parameters for command addHost. Unknown
parameters : clustertype
INFO [c.c.r.ResourceManagerImpl] (1583536287@qtp-102099346-
Hi All,
I'm trying to run devCloud2 with CS Management server running master code.
Setup is: CS Mgmt Server: 192.168.56.1, XenHost ova:192.168.56.10
-> While trying to setup Basic networking using (devcloud.cfg), got "Cannot
create directory /opt/cloud/bin on XenServer hosts"
error during
Assert should always be on when we're QAing the system, including BVT. I've
alerted many people who work on QA about that. Unfortunately, that's a
deployment time setting so it's up the deployer who's running the BVT to set
that. Perhaps, we can write a script to perform QA deployment and it
It seems like I wrote a wrong type in ComponentContext.
getComponent(RmapDao.class).
It should be ComponentContext.getComponent(DomainDao.class)
Thanks
Alex Ough
On Mon, Mar 31, 2014 at 5:53 PM, Alex Ough wrote:
> All,
>
> I'm trying to change "ComponentContext.getComponent(RmapDao.class)" to
Thanks, Kelven...I had seen a similar article about Storage IO
Control...perhaps the article you pointed to has more info.
On Mon, Mar 31, 2014 at 4:38 PM, Kelven Yang wrote:
> Would this KB article helpful? Particularly, it seems that Stroage IO
> control needs to disabled before detaching the
Would this KB article helpful? Particularly, it seems that Stroage IO
control needs to disabled before detaching the datastore.
http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=di
splayKC&externalId=2004605
Kelven
On 3/31/14, 3:14 PM, "Mike Tutkowski" wrote:
>Interestin
+1 more issue, cannot delete blank guest vlan
https://issues.apache.org/jira/browse/CLOUDSTACK-6313
On 3/31/14, 3:19 PM, ilya musayev wrote:
Hi All,
Just trying to raise awareness for the issue we are seeing on 4.3 with
IP management of guest vlans: details of JIRA issue
https://issues.apach
I'm running 3 mgmt servers on 4.2.1, haven't seen any issues like
that. You can send along your memory settings... here's what I'm
running:
JAVA_OPTS="-Djava.awt.headless=true
-Dcom.sun.management.jmxremote.port=45219
-Dcom.sun.management.jmxremote.authenticate=false
-Dcom.sun.management.jmxremote
Hi All,
Just trying to raise awareness for the issue we are seeing on 4.3 with
IP management of guest vlans: details of JIRA issue
https://issues.apache.org/jira/browse/CLOUDSTACK-6312
--
I've realized that i over allocated IP addresses for some of guest
VLANs, so i went ahead and delete
Hi,
I am using CS 4.3.0 and XenServer 6.2.0 with SP1, on a GRE isolated network.
The tunnel creation keeps failing intermittently with the error below (failure
communicating with the plugin).
Cloudstack management server can ping the xenserver reliably, there doesn't
seem to be any issue at the
Yeah, that assert issue has bitten us once or twice, and I know Ryan
squawked about it at some point. Do we have any point where
enforcement will occur (BVT or some other tests)?
On Mon, Mar 31, 2014 at 4:04 PM, Alex Huang wrote:
> Hi All,
>
> I was alerted to this problem recently and it's some
Thanks, Kelven...once I updated, this end-point problem went away. Weird
On Mon, Mar 31, 2014 at 3:34 PM, Kelven Yang wrote:
>
>
> On 3/25/14, 1:58 PM, "Mike Tutkowski"
> wrote:
>
> >Hi,
> >
> >I've noticed the following exception on VMware on 4.4 (when trying to
> >create a VM from a template
Interesting...I can look into that. Do you know off hand if we already have
such a call to perform an unmount?
Thanks, Kelven!
On Mon, Mar 31, 2014 at 3:28 PM, Kelven Yang wrote:
>
> On 3/31/14, 1:54 PM, "Mike Tutkowski"
> wrote:
>
> >Hi Kelven,
> >
> >Thanks for the info!
> >
> >I have anoth
Hi All,
I was alerted to this problem recently and it's something that affects
developers so I want to bring it up. It is a design principle in CloudStack
that we do not make agent calls within database transactions. The reason is
because when you make a call to an external system, there's no
All,
I'm trying to change "ComponentContext.getComponent(RmapDao.class)" to
using @Inject, but I can't get the Dao object even after adding a
configuration file with below information.
http://www.springframework.org/schema/beans";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
HA-Workers are pool of threads to execute "HA" related tasks, I quoted
"HA" is that not all these tasks are purely issued from HA, since some
operations like putting a host into maintenance mode also use the facility.
ha.workers configures the size of the thread pool. If you set it to 0, you
will
On 3/25/14, 1:58 PM, "Mike Tutkowski" wrote:
>Hi,
>
>I've noticed the following exception on VMware on 4.4 (when trying to
>create a VM from a template and when trying to create a template from a
>volume):
>
>Unsupported command
>issued:org.apache.cloudstack.storage.command.CopyCommand. Are you
On 3/31/14, 1:54 PM, "Mike Tutkowski" wrote:
>Hi Kelven,
>
>Thanks for the info!
>
>I have another question that perhaps you can answer.
>
>In my situation, with managed storage, I need to create and delete
>datastores dynamically. The idea is to have a single VM (and all of its
>corresponding f
Hi Kelven,
Thanks for the info!
I have another question that perhaps you can answer.
In my situation, with managed storage, I need to create and delete
datastores dynamically. The idea is to have a single VM (and all of its
corresponding files) or a single VMDK data disk file per datastore in so
On 3/29/14, 7:31 PM, "Sateesh Chodapuneedi"
wrote:
>> -Original Message-
>> From: Mike Tutkowski [mailto:mike.tutkow...@solidfire.com]
>> Sent: 30 March 2014 00:06
>> To: dev@cloudstack.apache.org
>> Subject: [QUESTION] VMware ServerResource
>>
>> Hi,
>>
>> Quick question:
>>
>> For
Hi Rajani,
I had a short investigation into the problem and that test context is quite
exciting. (which means I would need a lot more time to find all the
details) For a short solution I would recommend you to write another rather
than trying to reuse.
On Sat, Mar 29, 2014 at 11:30 AM, Rajani K
Hi all,
Any chance someone would know where we should place the MySQL connector.jar
file in order to build with nodist?
I haven't found any instruction so far.
Regards,
Pierre-Luc Dion
Architecte de Solution Cloud | Cloud Solutions Architect
514-447-3456, 1101
- - -
*CloudOps*420 rue Guy
Mont
Thanks Sheng, I will check with new build
-Original Message-
From: Sheng Yang [mailto:sh...@yasker.org]
Sent: Monday, March 31, 2014 11:31 AM
To:
Subject: Re: 4.4 BVT blocker : CLOUDSTACK-6309
Fixed in 4.4 and master. Please verify.
--Sheng
On Mon, Mar 31, 2014 at 11:06 AM, Sheng Ya
Fixed in 4.4 and master. Please verify.
--Sheng
On Mon, Mar 31, 2014 at 11:06 AM, Sheng Yang wrote:
> I would take a look at this.
>
> --Sheng
>
>
> On Mon, Mar 31, 2014 at 8:30 AM, Rayees Namathponnan <
> rayees.namathpon...@citrix.com> wrote:
>
>> Hi All,
>>
>> 4.4 automation blocked with la
Hi,
Just an FYI that I'm WFH today and will be on PTO the rest of the week.
Next week I'm in Denver for ApacheCon on Monday and Tuesday and back to
Denver Wednesday - Friday for the CloudStack Collaboration Conference.
Talk to you later!
--
*Mike Tutkowski*
*Senior CloudStack Developer, SolidF
I would take a look at this.
--Sheng
On Mon, Mar 31, 2014 at 8:30 AM, Rayees Namathponnan <
rayees.namathpon...@citrix.com> wrote:
> Hi All,
>
> 4.4 automation blocked with latest build, router deployment failing with
> below error
>
> 2014-03-31 00:16:52,144 WARN [o.a.c.e.o.NetworkOrchestrator
Hi,
I'm trying to build Cloudstack 4.2 on my laptop using Devcloud with
VirtualBox and managed to login in CS Dashboard, but I've got the following
error when I try to create host in Infrastructure Tab.
Why is this happen?
WARN [c.c.a.d.
ParamGenericValidationWorker] (1583536287@qtp-102099346-7
Cool!
Anh: Can you share the current state of the Branch?
Thanks!
On 2014-03-31, 1:21 PM, Sebastien Goasguen wrote:
Tuna has started a 'docker' branch
On Mar 31, 2014, at 11:50 AM, Francois Gaudreault
wrote:
Hi all,
I am curious, anyone working on docker.io integration with CloudStack?
Tuna has started a 'docker' branch
On Mar 31, 2014, at 11:50 AM, Francois Gaudreault
wrote:
> Hi all,
>
> I am curious, anyone working on docker.io integration with CloudStack?
>
> Thanks!
>
> --
> Francois Gaudreault
> Architecte de Solution Cloud | Cloud Solutions Architect
> fgaudrea...
Thank you, Stephen, for sharing the document. I did include the backwards
compatibility requirements there.
Demetrius, please feel free to cover the gaps in the doc, if any.
-Alena.
On 3/31/14, 2:41 AM, "Stephen Turner" wrote:
>Actually, Alena has recently started a document:
>
>https://cwiki.
Hi all,
I am curious, anyone working on docker.io integration with CloudStack?
Thanks!
--
Francois Gaudreault
Architecte de Solution Cloud | Cloud Solutions Architect
fgaudrea...@cloudops.com
514-629-6775
- - -
CloudOps
420 rue Guy
Montréal QC H3J 1S6
www.cloudops.com
@CloudOps_
So I have a redundant pair of management servers running on 4.2.1. At least
once a day one of the management servers crashes and the log gets filled with
the following messages:
java.lang.OutOfMemoryError: Java heap
spac0java.lang.ArrayIndexOutOfBoundsExceptioneCaused by: java.io.EOFException:
Hi All,
4.4 automation blocked with latest build, router deployment failing with below
error
2014-03-31 00:16:52,144 WARN [o.a.c.e.o.NetworkOrchestrator]
(Work-Job-Executor-22:Job-105/Job-106 ctx-1996e983) Failed to re-
program the network as a part of network
Ntwk[38591d1e-5193-451c-beb0-854f
Actually, Alena has recently started a document:
https://cwiki.apache.org/confluence/display/CLOUDSTACK/CloudStack+API+Coding+Guidelines
I don't know how complete it is yet though.
--
Stephen Turner
-Original Message-
From: Alex Hitchins [mailto:alex.hitch...@shapeblue.com]
Sent: 29
Github user runseb closed the pull request at:
https://github.com/apache/cloudstack-docs-install/pull/1
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the
42 matches
Mail list logo