4.2.1: CLVM to CLVM migrate storage not successfull

2014-05-28 Thread Bjoern Teipel
Hi devs, I think I have found a bug affecting a primary storage migration if the source and destination volume are on a CLVM storage. So far I could follow the trail at : - secondary storage is mounted on the source host with a new template id - cp is issued to copy /dev/volgrpoup/uuid CLVM LV to

Re: Help with SSVM routes

2014-03-27 Thread Bjoern Teipel
If you can't ping 10.0.0.1, the internal network then most likely the physical network connection or the bridge/vswitch has an issue on the hypervisor. Wrong traffic label assigned or if you use VLANs then port mode or tagging could be wrong. What hypervisor do you use anyway ? Bjoern On Thu, Mar

KVM storage questions

2014-03-17 Thread Bjoern Teipel
Hi admins, do you want to share what kind of storage you use in connection for CSTK 4.2.1 ? I guess most of you is using NFS but myself is forced to use CLVM since I have a iscsi flash based storage system available. This is also the reason why I contact you, I personally find CLVM clunky, error p

Re: Urgent : Network stuck in implementing state

2014-01-30 Thread Bjoern Teipel
e network again. > > -Sanjeev > > -Original Message- > From: Bjoern Teipel [mailto:bjoern.tei...@gmail.com] > Sent: Monday, January 27, 2014 12:44 PM > To: users; d...@cloudstack.apache.org > Subject: Urgent : Network stuck in implementing state > > Hi guys, > > I had

Urgent : Network stuck in implementing state

2014-01-26 Thread Bjoern Teipel
Hi guys, I had trouble while I was creating a new VLAN and now I can't delete it anymore, because it's stuck in implementing state. I guess that happened after the VR did not came up and I restarted the management server so I could delete the VR and all addresses. If I would spin up a guest, the

Windows >2008 and virtio network

2014-01-16 Thread Bjoern Teipel
Hi, I just noticed that Windows guests, even with 2012 profile will be provisioned with e1000 network driver opposed to virtio Is it in some way possible to prevent and use virtio for all windows 2008 and higher gue

Add a node to an existing clvm cluster

2014-01-08 Thread Bjoern Teipel
I'm trying to join a new node into an existing 5 node CLVM cluster but I just can't get it to work. When ever I add a new node (I put into the cluster.conf and reloaded with cman_tool version -r -S) I end up with situations like the new node wants to gain the quorum and starts to fence the existi

Re: After First Time Cloudstack

2013-11-01 Thread Bjoern Teipel
y the week end, don't dream about clouds :) -- Bjoern Teipel System Operation Manager UNIX Internet Brands 909 N. Sepulveda Blvd., 11th Floor El Segundo, CA 90245 P: (310) 280- 5287 bjoern.tei...@internetbrands.com

Re: Can't compile CloudStack-4.2:

2013-10-29 Thread Bjoern Teipel
s aren't there anymore. Honestly, Java is such a dark forest for me, so, please, can anyone advice how to fix these links? Thank you very much! -- Bjoern Teipel System Operation Manager UNIX Internet Brands 909 N. Sepulveda Blvd., 11th Floor El Segundo, CA 90245 P: (310) 280- 5287 bjoern.tei...@internetbrands.com

Re: 4.2.1-snapshot : com.cloud.exception.InsufficientServerCapacityException:

2013-10-25 Thread Bjoern Teipel
On 10/23/2013 12:04 AM, Bjoern Teipel wrote: Yes I had and I changed the delay to 1h. I also got link communication failures and the secondary storage was stuck during this time so I decided to rebuild the zone and change the NFS storage from Gluster to a standard NFS server removing the ipt

Re: Bridge issues after upgrade to 4.2

2013-10-23 Thread Bjoern Teipel
grade script, update the cloudstack database to set new label for netowrks... not sure what is the purpose of the script (I inspected source code) except renaming already running bridges..at least some number of it... On 22 October 2013 06:13, Bjoern Teipel wrote: Didn't the script /usr/bin/

Re: KVM and openvswitch

2013-10-23 Thread Bjoern Teipel
id you configure the agent? Did you put : libvirt.vif.driver=com.cloud.hypervisor.kvm.resource.OvsVifDriver and network.bridge.type=openvswitch in agent.properties? Francois On 10/23/2013, 1:24 PM, Bjoern Teipel wrote: Yes I did. On 10/23/2013 09:27 AM, Francois Gaudreault wrote: Did you blacklist th

Re: KVM and openvswitch

2013-10-23 Thread Bjoern Teipel
Yes I did. On 10/23/2013 09:27 AM, Francois Gaudreault wrote: Did you blacklist the linux bridge module? You have to blacklist it. FG On 10/23/2013, 12:24 PM, Bjoern Teipel wrote: Yes that's what I followed exactly. My OS is centos 6.4 and brctl bridge namebridge idSTP en

Re: KVM and openvswitch

2013-10-23 Thread Bjoern Teipel
e_detected -r--r--r-- 1 root root 4096 Oct 23 00:32 topology_change_timer On 10/22/2013 11:42 PM, Nguyen Anh Tu wrote: 2013/10/23 Bjoern Teipel Is somebody using cloustack >= 4.1 and openvswitch ? Hi, take a look here: https://cwiki.apache.org/confluence/display/CLOUDSTACK/KVM+with+OpenVSwitch

Re: KVM and openvswitch

2013-10-23 Thread Bjoern Teipel
em") || fname.matches("^p\\d+p\\d+.*")) { return fname; } } My brif directory is empty so I'm not sure if I have a configuration issue in openvswitch. Going to check this now. Bjoern On 10/22/2013 11:36 PM, Bjoern Teipel wrote: Is somebody usin

Re: 4.2.1-snapshot : com.cloud.exception.InsufficientServerCapacityException:

2013-10-23 Thread Bjoern Teipel
erval). Envoyé avec AquaMail pour Android http://www.aqua-mail.com Le 21 octobre 2013 22:24:46 Bjoern Teipel a écrit : Hi, my cstk deployment stopped working and I can't figure out why, because all capacity related metrics are ok. 2013-10-21 13:17:51,412 INFO [user.vm.DeployVMCmd] (Job-

KVM and openvswitch

2013-10-22 Thread Bjoern Teipel
Is somebody using cloustack >= 4.1 and openvswitch ? I configured everything according the cloudstack wiki and openswitch seems to work fine but the management server refuses to add the host with: 2013-10-22 23:30:52,742 DEBUG [agent.manager.AgentManagerImpl] (AgentConnectTaskPool-1320:null)

Re: Bridge issues after upgrade to 4.2

2013-10-21 Thread Bjoern Teipel
Didn't the script /usr/bin/cloudstack-agent-upgrade run while you updated the cloudstack-agent ? Bjoern On 10/21/2013 6:20 AM, Andrija Panic wrote: HI, I have done upgrade from 4.0.0 to 4.2, and it all went fine, until I stoped and tried to start VMs (Vm belongs to an account, which has it's

4.2.1-snapshot : com.cloud.exception.InsufficientServerCapacityException:

2013-10-21 Thread Bjoern Teipel
Hi, my cstk deployment stopped working and I can't figure out why, because all capacity related metrics are ok. 2013-10-21 13:17:51,412 INFO [user.vm.DeployVMCmd] (Job-Executor-8:job-126 = [ fed97281-7904-427c-b450-80fb32210cbc ]) com.cloud.exception.InsufficientServerCapacityException: Una

4.2.0: KVM snapshorts are not working

2013-10-18 Thread Bjoern Teipel
759262bce image: d1595fc0-8220-4d4f-99b9-d02759262bce file format: qcow2 virtual size: 2.0G (2097152000 bytes) disk size: 122M cluster_size: 65536 backing file: /mnt/46ae9df0-3e29-3535-9acc-506dafa3f52c/d07390a2-edf9-4c6c-839c-2e03a4d3cd5c -- Bjoern Teipel System Operation Manager UNIX Internet Brands 909 N. Sepulveda Blvd., 11th Floor El Segundo, CA 90245 P: (310) 280- 5287 bjoern.tei...@internetbrands.com

Re: Creating advanced network

2013-10-16 Thread Bjoern Teipel
df3b09944968718111d9b6b29d4c7f5a5cfaf630 in branch refs/heads/ui-restyle from Murali Reddy Thanks, Bjoern On 10/16/2013 2:35 AM, Murali Reddy wrote: On 16/10/13 12:23 PM, "Bjoern Teipel&qu

Re: Creating advanced network

2013-10-15 Thread Bjoern Teipel
no internal lb ? Thanks, Bjoern On 10/15/2013 11:28 PM, Murali Reddy wrote: On 16/10/13 7:17 AM, "Bjoern Teipel" wrote: Wow, all user@cloudstack mails got catched in my spam filter, so sorry for the late response. After tinkering the whole day I gave up using a tagged VLAN for the sto

Re: Creating advanced network

2013-10-15 Thread Bjoern Teipel
process as well, Thanks, On Mon, Oct 14, 2013 at 10:45 AM, Bjoern Teipel < bjoern.tei...@internetbrands.com> wrote: Who can help me here ? Right now the biggest issue for me are the last questions. On 10/14/2013 01:03 AM, Bjoern Teipel wrote: Hi Guys, I wanted to setup a advanc

Traffic Type : public gone when using SG and advanced network

2013-10-15 Thread Bjoern Teipel
The traffic type "public" is gone when using SG and advanced network in 4.2 How I'm supposed to use the cloudstack loadbalancing (VR) in this constellation ? Bjoern

Re: Creating advanced network

2013-10-14 Thread Bjoern Teipel
Who can help me here ? Right now the biggest issue for me are the last questions. On 10/14/2013 01:03 AM, Bjoern Teipel wrote: Hi Guys, I wanted to setup a advanced zone with security groups and saw this exceptions in the log while I was configuring the networks. What does that mean

Creating advanced network

2013-10-14 Thread Bjoern Teipel
Hi Guys, I wanted to setup a advanced zone with security groups and saw this exceptions in the log while I was configuring the networks. What does that mean, what are the limitations from a advanced zone + SG ? ERROR [cloud.async.AsyncJobManagerImpl] (Job-Executor-23:job-23 = [ 7c7e4264-721d-

Re: System VM Template : wrong path for downloading in 4.2

2013-10-09 Thread Bjoern Teipel
nced in that doc, the first is for CentOS and the second is for Ubuntu. Which OS are you using? Travis On Oct 9, 2013, at 12:15 AM, Bjoern Teipel wrote: How can I fix the doc ? There is a wrong path at http://cloudstack.apache.org/docs/en-US/Apache_CloudStack/4.2.0/html/Insta llation_Guid

System VM Template : wrong path for downloading in 4.2

2013-10-08 Thread Bjoern Teipel
How can I fix the doc ? There is a wrong path at http://cloudstack.apache.org/docs/en-US/Apache_CloudStack/4.2.0/html/Installation_Guide/management-server-install-flow.html#prepare-system-vm-template Stating the path /usr/lib64/cloud/common/scripts/storage/secondary/cloud-install-sys-tmplt b

LXC

2013-09-23 Thread Bjoern Teipel
A question came up if LXC might be useful for cloudstack and I personally agree that's a pretty interesting product for all those internet guys like me who runs their hardware to the extreme. I came today across an interesting podcast (http://www.theregister.co.uk/2013/08/01/speaking_in_tech_ep

Re: F5 inline mode

2013-08-03 Thread Bjoern Teipel
Sent from Samsung tablet Bjoern Teipel wrote: Hi Guys, who's using the F5 load balancer in the new inline mode ? Does is need basic or advanced network ? Thanks, Bjoern

F5 inline mode

2013-08-03 Thread Bjoern Teipel
Hi Guys, who's using the F5 load balancer in the new inline mode ? Does is need basic or advanced network ? Thanks, Bjoern

Re: FW: Auto-scaling

2013-06-15 Thread Bjoern Teipel
Important question for me is, does it work with the built in LB ? I guess I saw only support for Netscaler, which would be a disappointment for me.. Bjoern On 6/15/2013 8:19 AM, Farid BinBeshr wrote: Does auto-scaling work with basic networking? Regards,Farid Binbeshr

Re: VLAN traffic not seen by System Router

2013-04-03 Thread Bjoern Teipel
Well it's quite difficult to debug your issue. I can tell only what helped me in such cases : 1. Get the vnet interfaces from your VM (virsh dumpxml s-xx-VM) 2. Get bridge infos using brctl show 3. Log into the system VM from the hypervisor as root using ssh -i .ssh/id_rsa.cloud r...@169.254.x

Re: cloudstack installation

2013-03-30 Thread Bjoern Teipel
Hello Carlos, /usr/lib64/cloud/common/scripts/storage/secondary/cloud-install-sys-tmpl or /mnt/secondary is missing. Other then that, Cloudstack is a IaaS solution, so you can provision automated resources (GUI or API) and also some sort of billing capabilities are included. At least clouds

Re: NIC / VLAN ISSUE ON KVM HOST

2013-03-25 Thread Bjoern Teipel
Well one NIC is already a problem and I would encourage you to use VLANs on top of a NIC or bonding interface like I did: === ifcfg-eth0 === DEVICE=eth0 TYPE=Ethernet BOOTPROTO=none ONBOOT=yes BRIDGE=cloudbr0 === ifcfg-eth0.2578 === DEVICE=eth0.2578 VLAN=yes TYPE=Ethernet BOOTPROTO=none ONBOOT=y