Re: [DISCUSS] CloudStack 4.5.2 RC and CloudMonkey 5.3.2 RC

2015-08-14 Thread Rohit Yadav
Hi all, Just to update, all major pending important/security patches from my side have been applied, I’ll shortly start with a RC just to kickstart the testing process after triaging bugs on JIRA and given that there are no blockers reported on 4.5.x. I’m sure we may discover more bugs so we m

AW: Deleting Compute Offering

2015-08-14 Thread S . Brüseke - proIO GmbH
Hi Vadim, I am not 100% sure, but I think I was able to delete a compute offering while VMs still using it. Mit freundlichen Grüßen / With kind regards, Swen -Ursprüngliche Nachricht- Von: Vadim Kimlaychuk [mailto:vadim.kimlayc...@elion.ee] Gesendet: Donnerstag, 13. August 2015 15:06

Re: Urgent Issue : Cloudstack VM HA not working

2015-08-14 Thread Remi Bergsma
Hi, This may also be of help: http://blog.remibergsma.com/2015/05/23/making-xenserver-and-cloudstack-sing-and-dance-together-again/ I’d also consider upgrading to 4.4.4. I just did a 4.4.2 -> 4.4.4 upgrade and it went without issues. It has many fixes over 4.4.2. Regards, Remi On 14 Aug 2015,

Re: [VOTE] Apache Cloudstack 4.5.2

2015-08-14 Thread Rohit Yadav
For convenience here is a repository built out of this RC: http://packages.shapeblue.com/cloudstack/testing/4.5.2-rc1/ And, the new systemvm templates: http://packages.shapeblue.com/systemvmtemplate/4.5/4.5.2/ On 14-Aug-2015, at 1:49 pm, Rohit Yadav mailto:bhais...@apache.org>> wrote: Hi All,

KVM - convert vmdk to qcow2 - send volume to CS

2015-08-14 Thread Luciano Castro
Hi! I converted vmdk to qcow2 (qemu-img convert -O qcow2 travis-ci-flat.vmdk dsv-str-tools.qcow2), and I need know if there´s another way to submit the volume instead by HTTP (via GUI). If i have the volume at KVM host, could I run a command to register it into CS? Thanks! -- Luciano Castro

Re: Urgent Issue : Cloudstack VM HA not working

2015-08-14 Thread Fedi Ben Ali
Hi, thanks for your replys, but all those links are basically discribing how to do the pool-master failover (i already made those the configuration of xenserver ha ). but in my case i'm not recovering from a slave faillure ,even when i stop a vm from xencenter ,cloudstack do not start it as descri

RE: KVM - convert vmdk to qcow2 - send volume to CS

2015-08-14 Thread Vadim Kimlaychuk
Luciano, I am afraid there is only HTTP. Vadim. -Original Message- From: Luciano Castro [mailto:luciano.cas...@gmail.com] Sent: Friday, August 14, 2015 2:56 PM To: users@cloudstack.apache.org Subject: KVM - convert vmdk to qcow2 - send volume to CS Hi! I converted vmdk to q

Re: KVM - convert vmdk to qcow2 - send volume to CS

2015-08-14 Thread Luciano Castro
I asked this because I´m getting error with GUI. I put this qcow2 image on a KVM host, and I installed a nginx for webserver. After I tryed to send the volume , but the log shows me "connection refused" 2015-08-14 12:30:41,253 DEBUG [c.c.a.t.Request] (AgentManager-Handler-9:null) Seq 11-207869

RE: KVM - convert vmdk to qcow2 - send volume to CS

2015-08-14 Thread Vadim Kimlaychuk
Can you try to wget URL ? May be you have error in nginx configuration? Vadim. -Original Message- From: Luciano Castro [mailto:luciano.cas...@gmail.com] Sent: Friday, August 14, 2015 3:40 PM To: users@cloudstack.apache.org Subject: Re: KVM - convert vmdk to qcow2 - send volume to CS I a

Re: KVM - convert vmdk to qcow2 - send volume to CS

2015-08-14 Thread Luciano Castro
Yes, with wget is working (i took off the web proxy from the middle) , as I said before >From the manager I do wget normally: [root@1q2 ~]# wget 10.253.118.181/dsv-str-tools.qcow2 --2015-08-14 12:37:49-- http://10.253.118.181/dsv-str-tools.qcow2 Connecting to 10.253.118.181:80... connected. HTTP

RE: KVM - convert vmdk to qcow2 - send volume to CS

2015-08-14 Thread Vadim Kimlaychuk
Have you tried to wget from management server or SSVM or both? It may be a probleem with SSVM. Try to check SSVM also Vadim. -Original Message- From: Luciano Castro [mailto:luciano.cas...@gmail.com] Sent: Friday, August 14, 2015 3:49 PM To: users@cloudstack.apache.org Subject: Re: KVM

Re: KVM - convert vmdk to qcow2 - send volume to CS

2015-08-14 Thread Luciano Castro
Vadim Yes, the problem seems to be on SSVM. When I could try with wget , I receive "connection refused". I deleted the OUTPUT rule which denies port 80, and now it worked. Is it correct ? Does the SSVM wouldn´t have access to external HTTP servers? Thank you!! On Fri, Aug 14, 2015 at 11:02 A

Re: updatecloudtouseobjectstore options

2015-08-14 Thread christian.kirmse
Hi Somesh, thanks for diving through the code. I gave it some new tries but unfortunately the protocol is still set to http. Here are the combinations I already used: details[4].key=S3_HTTPS_FLAG details[4].value=usehttps details[4].key=S3_HTTPS_FLAG details[4].value=true details[4].key=usehttps

Re: KVM - convert vmdk to qcow2 - send volume to CS

2015-08-14 Thread Luciano Castro
Another question. My volume is now a DATADISK. I can´t instantiate a new VM from this disk. Does the Volumes uploaded always will be DATADISK type? thanks On Fri, Aug 14, 2015 at 11:36 AM, Luciano Castro wrote: > Vadim > > Yes, the problem seems to be on SSVM. When I could try with wget , I

RE: Urgent Issue : Cloudstack VM HA not working

2015-08-14 Thread Somesh Naidu
Fedi, I am assuming VM has HA flag set in its Compute Offering. When you stop the VM from XenCenter, what state is it in XenSever (halted or does it disappear) and in Cloud DB (Running or Stopped)? What does vmsync for that host do with this VM (look at management server logs for this)? Regard

RE: Deleting Compute Offering

2015-08-14 Thread Somesh Naidu
That is correct, you should be able to delete a compute offering even if there are active VMs using it. I just performed a quick test for migrate and stop/start operations work fine. I even performed a Reinstall VM operation (that recreates a VM from template) and it worked fine. Regards, Somes

RE: updatecloudtouseobjectstore options

2015-08-14 Thread Somesh Naidu
Hi Christian, > details[4].key=usehttps details[4].value=true I would have thought the above should have worked. Let me have a second look at this and get back to you. Regards, Somesh -Original Message- From: christian.kir...@zv.fraunhofer.de [mailto:christian.kir...@zv.fraunhofer.de

Re: Register iso so slow.

2015-08-14 Thread Borhan Asgharnejad
Hi 1. no i have never been able register any ISO in this environment. 2. KVM 3. yes i tried but nothing changed and the problem exist. 4. cloud.log in ssvm like: /// 2015-08-14 17:15:08,268 DEBUG [cloud.agent.Agent] (agentRequest-Handler-3:null) Request:Seq 461-5216294268401877

RE: updatecloudtouseobjectstore options

2015-08-14 Thread Somesh Naidu
Christian, can you try to find the following log message and paste it here, "Trying to add a S3 store in data center" In addition, can you tell me what values are being set in the DB for "scope", "role" and "image_provider_name"? Regards, Somesh -Original Message- From: Somesh Naidu [m

RE: Register iso so slow.

2015-08-14 Thread Somesh Naidu
Ok, can you share the output of SQL query - select id,name,type,status from host where id=461; Has there been any progress in the download status since your last email, you may just grep the agent logs for "83957b05-5dd7-4e47-9e65-b512f5bed735"? Regards, Somesh -Original Message- From

Re: Urgent Issue : Cloudstack VM HA not working

2015-08-14 Thread Fedi Ben Ali
hi, On the xencenter its halted and in the cloudDB its running. The vmsync process is not getting any information about the VM. 2015-08-14 18:46 GMT+03:00 Somesh Naidu : > Fedi, > > I am assuming VM has HA flag set in its Compute Offering. > > When you stop the VM from XenCenter, what state is i

RE: Urgent Issue : Cloudstack VM HA not working

2015-08-14 Thread Somesh Naidu
> in the cloudDB its running That would explain why HA did not trigger on the VM. Is the host marked as "Up", as in connected to CS? Regards, Somesh -Original Message- From: Fedi Ben Ali [mailto:ben.ali.fe...@gmail.com] Sent: Friday, August 14, 2015 5:23 PM To: users@cloudstack.apache

RE: KVM - convert vmdk to qcow2 - send volume to CS

2015-08-14 Thread Somesh Naidu
> Does the Volumes uploaded always will be DATADISK type? Yes. Regards, Somesh -Original Message- From: Luciano Castro [mailto:luciano.cas...@gmail.com] Sent: Friday, August 14, 2015 11:04 AM To: users@cloudstack.apache.org Subject: Re: KVM - convert vmdk to qcow2 - send volume to CS

Re: Urgent Issue : Cloudstack VM HA not working

2015-08-14 Thread Remi Bergsma
Hi, Next to CloudStack reporting Up, also double check the management log en verify it can actually connect to the hypervisor and talk to it. 4.4.2 had issues with these kind of things. What patches have you installed on xenserver? Can you put the mgt logs somewhere so we can take a look? Ple