cloudmonkey config file get reset to default settings

2016-05-24 Thread Yiping Zhang
Hi,

We have a few scripts that use cloudmonkey to talk to CloudStack server.  The 
scripts are invoked by Puppet once per hour.

However, every once a while, the /root/.cloudmonkey/config file would be over 
written with default settings. That is, blank apikey/secretkey, default 
password, default log file location etc.

I am wondering by any chance that cloudmonkey would put a default config file 
in place for some reason ?

Thanks,

Yiping


Re: Xenserver 6.5 live migration with local volumes

2016-05-24 Thread Dave Garbus
I updated the issue referenced in this email 
(https://issues.apache.org/jira/browse/CLOUDSTACK-9353) to include CloudStack 
4.8 as an affected version. If we could at least get someone assigned to it, 
that’d be a good start.

Thanks,

- Dave

On May 24, 2016, at 9:42 AM, Ivan Derbenev 
> wrote:

Is there a way I can fix this on my installation, without recompiling jar files?

Regards,
IT engineer
Farheap, Russia
Ivan Derbenev

-Original Message-
From: Koushik Das [mailto:koushik@accelerite.com]
Sent: Tuesday, May 24, 2016 2:06 PM
To: users@cloudstack.apache.org
Subject: Re: Xenserver 6.5 live migration with local volumes

This is a product bug and needs to be fixed. There is some serialization issue 
that needs fixing.

In the below code volumeToFiler is null as Map is not a serializable type. It 
needs to be replaced with getVolumeToFilerAsList() and then the data needs to 
be read appropriately.

   final Map volumeToFiler = 
command.getVolumeToFiler();

-Koushik

On 24/05/16, 3:23 PM, "Ivan Derbenev" 
> wrote:

Hello!
After the migration onto XS 6.5 (and installing all the updates) and CS
4.8 I can't migrate VMs with Local Storage

The issue is similar to this:
https://issues.apache.org/jira/browse/CLOUDSTACK-9353, but it doesn't have any 
solutions Any ideas?

Errors:

2016-05-24 12:10:16,440 DEBUG [c.c.v.VirtualMachinePowerStateSyncImpl]
(DirectAgentCronJob-26:ctx-ab4250ff) (logid:4fa92c13) Done with process
of VM state report. host: 136592
2016-05-24 12:10:16,450 DEBUG [c.c.h.x.r.CitrixResourceBase]
(DirectAgent-132:ctx-a97d60fa) (logid:8748bffe) Looking for network
named cloud-main
2016-05-24 12:10:16,466 DEBUG [c.c.h.x.r.XsLocalNetwork]
(DirectAgent-132:ctx-a97d60fa) (logid:8748bffe) Found a network called
cloud-main on host=10.7.130.103;
Network=9632020b-4d98-1bed-9ae8-477e0993cab0;
pif=3c7d1121-2bde-26cf-9478-18e51ffca75f
2016-05-24 12:10:16,477 DEBUG [c.c.h.x.r.CitrixResourceBase]
(DirectAgent-132:ctx-a97d60fa) (logid:8748bffe) Creating VLAN 1007 on
host 10.7.130.103 on device eth0
2016-05-24 12:10:17,163 DEBUG [c.c.h.x.r.CitrixResourceBase]
(DirectAgent-132:ctx-a97d60fa) (logid:8748bffe) VLAN is created for
1007.  The uuid is ec053fee-0426-9665-150a-77399562196b
2016-05-24 12:10:17,170 WARN
[c.c.h.x.r.w.x.XenServer610MigrateWithStorageCommandWrapper] 
(DirectAgent-132:ctx-a97d60fa) (logid:8748bffe) Catch Exception 
java.lang.NullPointerException. Storage motion failed due to 
java.lang.NullPointerException java.lang.NullPointerException
  at 
com.cloud.hypervisor.xenserver.resource.wrapper.xen610.XenServer610MigrateWithStorageCommandWrapper.execute(XenServer610MigrateWithStorageCommandWrapper.java:86)
  at 
com.cloud.hypervisor.xenserver.resource.wrapper.xen610.XenServer610MigrateWithStorageCommandWrapper.execute(XenServer610MigrateWithStorageCommandWrapper.java:54)
  at 
com.cloud.hypervisor.xenserver.resource.wrapper.xenbase.CitrixRequestWrapper.execute(CitrixRequestWrapper.java:122)
  at 
com.cloud.hypervisor.xenserver.resource.CitrixResourceBase.executeRequest(CitrixResourceBase.java:1677)
  at 
com.cloud.agent.manager.DirectAgentAttache$Task.runInContext(DirectAgentAttache.java:315)
  at 
org.apache.cloudstack.managed.context.ManagedContextRunnable$1.run(ManagedContextRunnable.java:49)
  at 
org.apache.cloudstack.managed.context.impl.DefaultManagedContext$1.call(DefaultManagedContext.java:56)
  at 
org.apache.cloudstack.managed.context.impl.DefaultManagedContext.callWithContext(DefaultManagedContext.java:103)
  at 
org.apache.cloudstack.managed.context.impl.DefaultManagedContext.runWithContext(DefaultManagedContext.java:53)
  at 
org.apache.cloudstack.managed.context.ManagedContextRunnable.run(ManagedContextRunnable.java:46)
  at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
  at java.util.concurrent.FutureTask.run(FutureTask.java:262)
  at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:178)
  at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:292)
  at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
  at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
  at java.lang.Thread.run(Thread.java:745)
2016-05-24 12:10:17,171 DEBUG [c.c.a.m.DirectAgentAttache] 
(DirectAgent-132:ctx-a97d60fa) (logid:8748bffe) Seq 136589-479633360314957887: 
Response Received:
2016-05-24 12:10:17,171 DEBUG [c.c.a.t.Request]
(DirectAgent-132:ctx-a97d60fa) (logid:8748bffe) Seq
136589-479633360314957887: Processing:  { Ans: , MgmtId:
128437433941265, via:

RE: Xenserver 6.5 live migration with local volumes

2016-05-24 Thread Ivan Derbenev
Is there a way I can fix this on my installation, without recompiling jar files?

Regards, 
IT engineer
Farheap, Russia
Ivan Derbenev

-Original Message-
From: Koushik Das [mailto:koushik@accelerite.com] 
Sent: Tuesday, May 24, 2016 2:06 PM
To: users@cloudstack.apache.org
Subject: Re: Xenserver 6.5 live migration with local volumes

This is a product bug and needs to be fixed. There is some serialization issue 
that needs fixing.

In the below code volumeToFiler is null as Map is not a serializable type. It 
needs to be replaced with getVolumeToFilerAsList() and then the data needs to 
be read appropriately.

final Map volumeToFiler = 
command.getVolumeToFiler();

-Koushik

On 24/05/16, 3:23 PM, "Ivan Derbenev"  wrote:

>Hello!
>After the migration onto XS 6.5 (and installing all the updates) and CS 
>4.8 I can't migrate VMs with Local Storage
>
>The issue is similar to this: 
>https://issues.apache.org/jira/browse/CLOUDSTACK-9353, but it doesn't have any 
>solutions Any ideas?
>
>Errors:
>
>2016-05-24 12:10:16,440 DEBUG [c.c.v.VirtualMachinePowerStateSyncImpl] 
>(DirectAgentCronJob-26:ctx-ab4250ff) (logid:4fa92c13) Done with process 
>of VM state report. host: 136592
>2016-05-24 12:10:16,450 DEBUG [c.c.h.x.r.CitrixResourceBase] 
>(DirectAgent-132:ctx-a97d60fa) (logid:8748bffe) Looking for network 
>named cloud-main
>2016-05-24 12:10:16,466 DEBUG [c.c.h.x.r.XsLocalNetwork] 
>(DirectAgent-132:ctx-a97d60fa) (logid:8748bffe) Found a network called 
>cloud-main on host=10.7.130.103;  
>Network=9632020b-4d98-1bed-9ae8-477e0993cab0; 
>pif=3c7d1121-2bde-26cf-9478-18e51ffca75f
>2016-05-24 12:10:16,477 DEBUG [c.c.h.x.r.CitrixResourceBase] 
>(DirectAgent-132:ctx-a97d60fa) (logid:8748bffe) Creating VLAN 1007 on 
>host 10.7.130.103 on device eth0
>2016-05-24 12:10:17,163 DEBUG [c.c.h.x.r.CitrixResourceBase] 
>(DirectAgent-132:ctx-a97d60fa) (logid:8748bffe) VLAN is created for 
>1007.  The uuid is ec053fee-0426-9665-150a-77399562196b
>2016-05-24 12:10:17,170 WARN  
>[c.c.h.x.r.w.x.XenServer610MigrateWithStorageCommandWrapper] 
>(DirectAgent-132:ctx-a97d60fa) (logid:8748bffe) Catch Exception 
>java.lang.NullPointerException. Storage motion failed due to 
>java.lang.NullPointerException java.lang.NullPointerException
>at 
> com.cloud.hypervisor.xenserver.resource.wrapper.xen610.XenServer610MigrateWithStorageCommandWrapper.execute(XenServer610MigrateWithStorageCommandWrapper.java:86)
>at 
> com.cloud.hypervisor.xenserver.resource.wrapper.xen610.XenServer610MigrateWithStorageCommandWrapper.execute(XenServer610MigrateWithStorageCommandWrapper.java:54)
>at 
> com.cloud.hypervisor.xenserver.resource.wrapper.xenbase.CitrixRequestWrapper.execute(CitrixRequestWrapper.java:122)
>at 
> com.cloud.hypervisor.xenserver.resource.CitrixResourceBase.executeRequest(CitrixResourceBase.java:1677)
>at 
> com.cloud.agent.manager.DirectAgentAttache$Task.runInContext(DirectAgentAttache.java:315)
>at 
> org.apache.cloudstack.managed.context.ManagedContextRunnable$1.run(ManagedContextRunnable.java:49)
>at 
> org.apache.cloudstack.managed.context.impl.DefaultManagedContext$1.call(DefaultManagedContext.java:56)
>at 
> org.apache.cloudstack.managed.context.impl.DefaultManagedContext.callWithContext(DefaultManagedContext.java:103)
>at 
> org.apache.cloudstack.managed.context.impl.DefaultManagedContext.runWithContext(DefaultManagedContext.java:53)
>at 
> org.apache.cloudstack.managed.context.ManagedContextRunnable.run(ManagedContextRunnable.java:46)
>at 
> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
>at java.util.concurrent.FutureTask.run(FutureTask.java:262)
>at 
> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:178)
>at 
> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:292)
>at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
>at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
>at java.lang.Thread.run(Thread.java:745)
>2016-05-24 12:10:17,171 DEBUG [c.c.a.m.DirectAgentAttache] 
>(DirectAgent-132:ctx-a97d60fa) (logid:8748bffe) Seq 136589-479633360314957887: 
>Response Received:
>2016-05-24 12:10:17,171 DEBUG [c.c.a.t.Request] 
>(DirectAgent-132:ctx-a97d60fa) (logid:8748bffe) Seq 
>136589-479633360314957887: Processing:  { Ans: , MgmtId: 
>128437433941265, via: 
>136589(cloudstack-computing03-sar01.tech-corps.com), Ver: v1, Flags: 
>110, 
>[{"com.cloud.agent.api.MigrateWithStorageAnswer":{"result":false,"detai
>ls":"Exception: java.lang.NullPointerException\nMessage: null\nStack: 
>java.lang.NullPointerException\n\tat 
>com.cloud.hypervisor.xenserver.resource.wrapper.xen610.XenServer610Migr

RE: [ANNOUNCE] Will Stevens as new Apache CloudStack VP

2016-05-24 Thread Somesh Naidu
Congratulations Will!

Regards,
Somesh

-Original Message-
From: Tutkowski, Mike [mailto:mike.tutkow...@netapp.com] 
Sent: Monday, May 23, 2016 2:13 AM
To: d...@cloudstack.apache.org
Cc: users@cloudstack.apache.org; market...@cloudstack.apache.org
Subject: Re: [ANNOUNCE] Will Stevens as new Apache CloudStack VP

Congratulations, Will!

> On May 22, 2016, at 10:29 PM, Prashant Mishra 
>  wrote:
> 
> Congrats Will!
> 
> 
>> On 5/19/16, 2:02 PM, "Jayapal Uradi"  wrote:
>> 
>> Congrats Will.
>> 
>> Thanks,
>> Jayapal
>>> On 19-May-2016, at 1:54 pm, Rohit Yadav 
>>> wrote:
>>> 
>>> Congrats Will.
>>> 
>>> Regards,
>>> Rohit Yadav
>>> 
>>> 
>>> rohit.ya...@shapeblue.com
>>> www.shapeblue.com
>>> 53 Chandos Place, Covent Garden, London  WC2N 4HSUK
>>> @shapeblue
>>> 
>>> 
>>> On May 19 2016, at 12:26 pm, Sebastien Goasguen 
>>> wrote:
>>> 
>>> Morning Everyone,
>>> 
>>> Yesterday at the ASF board meeting, the board passed the resolution
>>> making Will Stevens the new Vice President of the Apache CloudStack
>>> project.
>>> 
>>> Join me in congratulating Will on this appointment, wish him luck and
>>> bring your unwavering support !
>>> 
>>> You may have noticed that Will took on RM duties for the new releases
>>> going forward and has also taken a very active role to finish bringing
>>> us to github based workflow and CI. Will has some updates on that front
>>> that I am sure you will all like.
>>> 
>>> -Sebastien
>>> Former VP CloudStack
>> 
>> 
>> 
>> 
>> DISCLAIMER
>> ==
>> This e-mail may contain privileged and confidential information which is
>> the property of Accelerite, a Persistent Systems business. It is intended
>> only for the use of the individual or entity to which it is addressed. If
>> you are not the intended recipient, you are not authorized to read,
>> retain, copy, print, distribute or use this message. If you have received
>> this communication in error, please notify the sender and delete all
>> copies of this message. Accelerite, a Persistent Systems business does
>> not accept any liability for virus infected mails.
> 
> 
> 
> 
> DISCLAIMER
> ==
> This e-mail may contain privileged and confidential information which is the 
> property of Accelerite, a Persistent Systems business. It is intended only 
> for the use of the individual or entity to which it is addressed. If you are 
> not the intended recipient, you are not authorized to read, retain, copy, 
> print, distribute or use this message. If you have received this 
> communication in error, please notify the sender and delete all copies of 
> this message. Accelerite, a Persistent Systems business does not accept any 
> liability for virus infected mails.


Re: Xenserver 6.5 live migration with local volumes

2016-05-24 Thread Koushik Das
This is a product bug and needs to be fixed. There is some serialization issue 
that needs fixing.

In the below code volumeToFiler is null as Map is not a serializable type. It 
needs to be replaced with getVolumeToFilerAsList() and then the data needs to 
be read appropriately.

final Map volumeToFiler = 
command.getVolumeToFiler();

-Koushik

On 24/05/16, 3:23 PM, "Ivan Derbenev"  wrote:

>Hello!
>After the migration onto XS 6.5 (and installing all the updates) and CS 4.8 I 
>can't migrate VMs with Local Storage
>
>The issue is similar to this: 
>https://issues.apache.org/jira/browse/CLOUDSTACK-9353, but it doesn't have any 
>solutions
>Any ideas?
>
>Errors:
>
>2016-05-24 12:10:16,440 DEBUG [c.c.v.VirtualMachinePowerStateSyncImpl] 
>(DirectAgentCronJob-26:ctx-ab4250ff) (logid:4fa92c13) Done with process of VM 
>state report. host: 136592
>2016-05-24 12:10:16,450 DEBUG [c.c.h.x.r.CitrixResourceBase] 
>(DirectAgent-132:ctx-a97d60fa) (logid:8748bffe) Looking for network named 
>cloud-main
>2016-05-24 12:10:16,466 DEBUG [c.c.h.x.r.XsLocalNetwork] 
>(DirectAgent-132:ctx-a97d60fa) (logid:8748bffe) Found a network called 
>cloud-main on host=10.7.130.103;  
>Network=9632020b-4d98-1bed-9ae8-477e0993cab0; 
>pif=3c7d1121-2bde-26cf-9478-18e51ffca75f
>2016-05-24 12:10:16,477 DEBUG [c.c.h.x.r.CitrixResourceBase] 
>(DirectAgent-132:ctx-a97d60fa) (logid:8748bffe) Creating VLAN 1007 on host 
>10.7.130.103 on device eth0
>2016-05-24 12:10:17,163 DEBUG [c.c.h.x.r.CitrixResourceBase] 
>(DirectAgent-132:ctx-a97d60fa) (logid:8748bffe) VLAN is created for 1007.  The 
>uuid is ec053fee-0426-9665-150a-77399562196b
>2016-05-24 12:10:17,170 WARN  
>[c.c.h.x.r.w.x.XenServer610MigrateWithStorageCommandWrapper] 
>(DirectAgent-132:ctx-a97d60fa) (logid:8748bffe) Catch Exception 
>java.lang.NullPointerException. Storage motion failed due to 
>java.lang.NullPointerException
>java.lang.NullPointerException
>at 
> com.cloud.hypervisor.xenserver.resource.wrapper.xen610.XenServer610MigrateWithStorageCommandWrapper.execute(XenServer610MigrateWithStorageCommandWrapper.java:86)
>at 
> com.cloud.hypervisor.xenserver.resource.wrapper.xen610.XenServer610MigrateWithStorageCommandWrapper.execute(XenServer610MigrateWithStorageCommandWrapper.java:54)
>at 
> com.cloud.hypervisor.xenserver.resource.wrapper.xenbase.CitrixRequestWrapper.execute(CitrixRequestWrapper.java:122)
>at 
> com.cloud.hypervisor.xenserver.resource.CitrixResourceBase.executeRequest(CitrixResourceBase.java:1677)
>at 
> com.cloud.agent.manager.DirectAgentAttache$Task.runInContext(DirectAgentAttache.java:315)
>at 
> org.apache.cloudstack.managed.context.ManagedContextRunnable$1.run(ManagedContextRunnable.java:49)
>at 
> org.apache.cloudstack.managed.context.impl.DefaultManagedContext$1.call(DefaultManagedContext.java:56)
>at 
> org.apache.cloudstack.managed.context.impl.DefaultManagedContext.callWithContext(DefaultManagedContext.java:103)
>at 
> org.apache.cloudstack.managed.context.impl.DefaultManagedContext.runWithContext(DefaultManagedContext.java:53)
>at 
> org.apache.cloudstack.managed.context.ManagedContextRunnable.run(ManagedContextRunnable.java:46)
>at 
> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
>at java.util.concurrent.FutureTask.run(FutureTask.java:262)
>at 
> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:178)
>at 
> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:292)
>at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
>at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
>at java.lang.Thread.run(Thread.java:745)
>2016-05-24 12:10:17,171 DEBUG [c.c.a.m.DirectAgentAttache] 
>(DirectAgent-132:ctx-a97d60fa) (logid:8748bffe) Seq 136589-479633360314957887: 
>Response Received:
>2016-05-24 12:10:17,171 DEBUG [c.c.a.t.Request] (DirectAgent-132:ctx-a97d60fa) 
>(logid:8748bffe) Seq 136589-479633360314957887: Processing:  { Ans: , MgmtId: 
>128437433941265, via: 136589(cloudstack-computing03-sar01.tech-corps.com), 
>Ver: v1, Flags: 110, 
>[{"com.cloud.agent.api.MigrateWithStorageAnswer":{"result":false,"details":"Exception:
> java.lang.NullPointerException\nMessage: null\nStack: 
>java.lang.NullPointerException\n\tat 
>com.cloud.hypervisor.xenserver.resource.wrapper.xen610.XenServer610MigrateWithStorageCommandWrapper.execute(XenServer610MigrateWithStorageCommandWrapper.java:86)\n\tat
> 
>com.cloud.hypervisor.xenserver.resource.wrapper.xen610.XenServer610MigrateWithStorageCommandWrapper.execute(XenServer610MigrateWithStorageCommandWrapper.java:54)\n\tat
> 

Xenserver 6.5 live migration with local volumes

2016-05-24 Thread Ivan Derbenev
Hello!
After the migration onto XS 6.5 (and installing all the updates) and CS 4.8 I 
can't migrate VMs with Local Storage

The issue is similar to this: 
https://issues.apache.org/jira/browse/CLOUDSTACK-9353, but it doesn't have any 
solutions
Any ideas?

Errors:

2016-05-24 12:10:16,440 DEBUG [c.c.v.VirtualMachinePowerStateSyncImpl] 
(DirectAgentCronJob-26:ctx-ab4250ff) (logid:4fa92c13) Done with process of VM 
state report. host: 136592
2016-05-24 12:10:16,450 DEBUG [c.c.h.x.r.CitrixResourceBase] 
(DirectAgent-132:ctx-a97d60fa) (logid:8748bffe) Looking for network named 
cloud-main
2016-05-24 12:10:16,466 DEBUG [c.c.h.x.r.XsLocalNetwork] 
(DirectAgent-132:ctx-a97d60fa) (logid:8748bffe) Found a network called 
cloud-main on host=10.7.130.103;  Network=9632020b-4d98-1bed-9ae8-477e0993cab0; 
pif=3c7d1121-2bde-26cf-9478-18e51ffca75f
2016-05-24 12:10:16,477 DEBUG [c.c.h.x.r.CitrixResourceBase] 
(DirectAgent-132:ctx-a97d60fa) (logid:8748bffe) Creating VLAN 1007 on host 
10.7.130.103 on device eth0
2016-05-24 12:10:17,163 DEBUG [c.c.h.x.r.CitrixResourceBase] 
(DirectAgent-132:ctx-a97d60fa) (logid:8748bffe) VLAN is created for 1007.  The 
uuid is ec053fee-0426-9665-150a-77399562196b
2016-05-24 12:10:17,170 WARN  
[c.c.h.x.r.w.x.XenServer610MigrateWithStorageCommandWrapper] 
(DirectAgent-132:ctx-a97d60fa) (logid:8748bffe) Catch Exception 
java.lang.NullPointerException. Storage motion failed due to 
java.lang.NullPointerException
java.lang.NullPointerException
at 
com.cloud.hypervisor.xenserver.resource.wrapper.xen610.XenServer610MigrateWithStorageCommandWrapper.execute(XenServer610MigrateWithStorageCommandWrapper.java:86)
at 
com.cloud.hypervisor.xenserver.resource.wrapper.xen610.XenServer610MigrateWithStorageCommandWrapper.execute(XenServer610MigrateWithStorageCommandWrapper.java:54)
at 
com.cloud.hypervisor.xenserver.resource.wrapper.xenbase.CitrixRequestWrapper.execute(CitrixRequestWrapper.java:122)
at 
com.cloud.hypervisor.xenserver.resource.CitrixResourceBase.executeRequest(CitrixResourceBase.java:1677)
at 
com.cloud.agent.manager.DirectAgentAttache$Task.runInContext(DirectAgentAttache.java:315)
at 
org.apache.cloudstack.managed.context.ManagedContextRunnable$1.run(ManagedContextRunnable.java:49)
at 
org.apache.cloudstack.managed.context.impl.DefaultManagedContext$1.call(DefaultManagedContext.java:56)
at 
org.apache.cloudstack.managed.context.impl.DefaultManagedContext.callWithContext(DefaultManagedContext.java:103)
at 
org.apache.cloudstack.managed.context.impl.DefaultManagedContext.runWithContext(DefaultManagedContext.java:53)
at 
org.apache.cloudstack.managed.context.ManagedContextRunnable.run(ManagedContextRunnable.java:46)
at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:178)
at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:292)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
2016-05-24 12:10:17,171 DEBUG [c.c.a.m.DirectAgentAttache] 
(DirectAgent-132:ctx-a97d60fa) (logid:8748bffe) Seq 136589-479633360314957887: 
Response Received:
2016-05-24 12:10:17,171 DEBUG [c.c.a.t.Request] (DirectAgent-132:ctx-a97d60fa) 
(logid:8748bffe) Seq 136589-479633360314957887: Processing:  { Ans: , MgmtId: 
128437433941265, via: 136589(cloudstack-computing03-sar01.tech-corps.com), Ver: 
v1, Flags: 110, 
[{"com.cloud.agent.api.MigrateWithStorageAnswer":{"result":false,"details":"Exception:
 java.lang.NullPointerException\nMessage: null\nStack: 
java.lang.NullPointerException\n\tat 
com.cloud.hypervisor.xenserver.resource.wrapper.xen610.XenServer610MigrateWithStorageCommandWrapper.execute(XenServer610MigrateWithStorageCommandWrapper.java:86)\n\tat
 
com.cloud.hypervisor.xenserver.resource.wrapper.xen610.XenServer610MigrateWithStorageCommandWrapper.execute(XenServer610MigrateWithStorageCommandWrapper.java:54)\n\tat
 
com.cloud.hypervisor.xenserver.resource.wrapper.xenbase.CitrixRequestWrapper.execute(CitrixRequestWrapper.java:122)\n\tat
 
com.cloud.hypervisor.xenserver.resource.CitrixResourceBase.executeRequest(CitrixResourceBase.java:1677)\n\tat
 
com.cloud.agent.manager.DirectAgentAttache$Task.runInContext(DirectAgentAttache.java:315)\n\tat
 
org.apache.cloudstack.managed.context.ManagedContextRunnable$1.run(ManagedContextRunnable.java:49)\n\tat
 
org.apache.cloudstack.managed.context.impl.DefaultManagedContext$1.call(DefaultManagedContext.java:56)\n\tat
 

Re: The libvirt version for production

2016-05-24 Thread Daan Hoogland
H mr. Lu,

just checked with our resident libvirt expert. No reason why you shouldn't
be able to upgrade to 1.3. Please let us know how you fare.

regards,
Daan


On Tue, May 24, 2016 at 2:01 AM, Lv Haijiao  wrote:

> hi, Community
>
> We are trying to upgrade libvirt from 1.2.2. to a higher version in our
> production environment.
>
> As there are so many releases,  anyone can share advice or experience for a
> stable one ?  or if we can always adopt the latest one ?
>
> Thanks in advance !
>



-- 
Daan


The libvirt version for production

2016-05-24 Thread Lv Haijiao
hi, Community

We are trying to upgrade libvirt from 1.2.2. to a higher version in our
production environment.

As there are so many releases,  anyone can share advice or experience for a
stable one ?  or if we can always adopt the latest one ?

Thanks in advance !