Re: Simulator Build Failed

2014-09-08 Thread Deepal Jayasekara
I installed marvin as @Rajani said, and then tried to deploy the simulator. But I got following error: Traceback (most recent call last): File "marvin/deployDataCenter.py", line 29, in from marvin.cloudstackException import ( ImportError: cannot import name GetDetailExceptionInfo Searching

RE: Guest networks not created on all Xen hosts in a pool leading to migration failure

2014-09-08 Thread Sanjeev Neelarapu
Looks like a bug!! -Original Message- From: Pentium100 [mailto:pentium...@gmail.com] Sent: Monday, September 08, 2014 4:05 PM To: users@cloudstack.apache.org Subject: Guest networks not created on all Xen hosts in a pool leading to migration failure Hello, If I create a new network and

Re: Unable to add IP Address Block/27

2014-09-08 Thread Erik Weber
What did the network guys tell you to use? Erik 8. sep. 2014 23:34 skrev "Christian Xavier" følgende: > Hey Eric, > Thank you for your response. Just trying out Cloudstack. Have no idea > whatsoever how to setup :) > > So Gateway do i need to specify 62.210.56.0/24 instead of 62.210.82.1, > plea

Re: Unable to add IP Address Block/27

2014-09-08 Thread Christian Xavier
Hey Eric, Thank you for your response. Just trying out Cloudstack. Have no idea whatsoever how to setup :) So Gateway do i need to specify 62.210.56.0/24 instead of 62.210.82.1, please bear with me with patience, just learning here Cx On Mon, Sep 8, 2014 at 11:43 PM, Erik Weber wrote: > On Mon

Re: Unable to add IP Address Block/27

2014-09-08 Thread Erik Weber
On Mon, Sep 8, 2014 at 8:22 PM, Christian Xavier wrote: > I am unsuccessful in adding IP Address Block, herewith screenshot Pod IP > Address http://i.imgur.com/W936EIx.png Guest Network > http://i.imgur.com/oFBXzyq.png The POD Creation fails > http://i.imgur.com/BcYQXHZ.png I am sure I am doing s

Unable to add IP Address Block/27

2014-09-08 Thread Christian Xavier
I am unsuccessful in adding IP Address Block, herewith screenshot Pod IP Address http://i.imgur.com/W936EIx.png Guest Network http://i.imgur.com/oFBXzyq.png The POD Creation fails http://i.imgur.com/BcYQXHZ.png I am sure I am doing something wrong here, please help!!! Pod IP's need to be private IP

Re: SSVM not starting

2014-09-08 Thread Rodrigo Baldasso
> Hey everyone, > > We're a few days trying to get our CloudStack deployment up and running, > however now we can't solve the SSVM not starting problem. > > In my log's, it seems to be related to my storage, but I'm using NFS > (installed on the management server) and I'm able to mount the file

Unsupported data object ... no need to delete from object in store ref table [Cloudstack 4.4.0]

2014-09-08 Thread Justyn Shull
These errors seem to be repeating pretty frequently in the cloudstack management server logs: … 2014-09-08 09:31:25,463 DEBUG [c.c.s.StorageManagerImpl] (StorageManager-Scavenger-3:ctx-afc06fa1) Secondary storage garbage collector found 0 templates to cleanup on template_store_ref for store: 8

Re: Cannot add instances using template created from snapshot

2014-09-08 Thread Asanka sanjaya Herath
Solved the issue. I changed hvm value from 1 to 0 in vm_template table and now I can add instances from that template without having any issue. On Fri, Sep 5, 2014 at 7:06 PM, Asanka sanjaya Herath wrote: > I followed this https://github.com/imduffy15/GSoC-2014/ and installed > apache cloudstac

Re: Guest networks not created on all Xen hosts in a pool leading to migration failure

2014-09-08 Thread Pentium100
It doesn't. It fails with VM_REQUIRES_NETWORK error (or similar). I have found the problem though (took a lot of time). There is a bug in one of the files: cloud-propagate-vlan.sh: Line 38 reads: pif=$(xe pif-list host-uuid=$host network_uuid= $untagged_network --minimal) I changed "network_uuid"

Re: Guest networks not created on all Xen hosts in a pool leading to migration failure

2014-09-08 Thread Tim Mackey
I'm assuming you're doing the migration from either the XenServer command line, or from XenCenter. If you do the VM migration from within CloudStack, CloudStack will create the VLAN on the target and everything will work as you expect. Here's the doc page: https://cloudstack.apache.org/docs/en-US

Re: Simulator Build Failed

2014-09-08 Thread Daan Hoogland
On Mon, Sep 8, 2014 at 12:05 PM, Rajani Karuturi wrote: > ~/cloudstack/$ mvn -Pdeveloper -Dsimulator clean install > ~/cloudstack/$ mvn -Pdeveloper -pl developer -Ddeploydb > ~/cloudstack/$ mvn -Pdeveloper -pl developer -Ddeploydb-simulator > > ~/cloudstack/tools/marvin$ sudo python setup.py inst

Guest networks not created on all Xen hosts in a pool leading to migration failure

2014-09-08 Thread Pentium100
Hello, If I create a new network and start a couple of instances connected to it and the instances all start in one host, then the network (vlan) is not assigned on the rest of the hosts in the pool. This would not be a problem, except that trying to migrate such a VM to another host results in a

Secondary Storage Split

2014-09-08 Thread Timothy Lothering
Hi, Is there a way to split where ISOs, Templates and Snapshots reside on Secondary Storage? By way of Example: 1. ISOs & Templates would reside on one block of storage, 2. Snapshots would reside on another block of storage? The use case for this would be for performance and Backup re

Re: Simulator Build Failed

2014-09-08 Thread Rajani Karuturi
I ran simulator using the below commands on 4.3 and it worked for me ~/cloudstack/$ mvn -Pdeveloper -Dsimulator clean install ~/cloudstack/$ mvn -Pdeveloper -pl developer -Ddeploydb ~/cloudstack/$ mvn -Pdeveloper -pl developer -Ddeploydb-simulator ~/cloudstack/tools/marvin$ sudo python setup.py i