Memory+Disk snapshot support for KVM

2014-11-12 Thread Deepal Jayasekara
Hi all, I need to figure out whether Cloudstack supports both memory and disk snapshots with KVM hypervisor. I read the following wiki article at it says Cloudstack supports KVM memory snapshot. https://cwiki.apache.org/confluence/display/CLOUDSTACK/VM+Snapshots But in the following thread o

deployment and choice general q

2014-11-12 Thread esanders83
Good evening, I am interested in deploying some sort of IaaS environment for a public and possibly private deployment. I know the best way to test it to deploy and see how it goes. Is there a preferred os that has least problems; like centos vs ubuntu? I also noticed the shapeblue has their own pa

Re: Object storage deployement

2014-11-12 Thread Nux!
Just to cover more grounds, also check http://pithos.io/ , it's made by Exoscale, one of the more popular Cloudstack-based public clouds. -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "Stephan Seitz" > To: [email protected]

Re: Handling case in API calls using apikey/secretkey

2014-11-12 Thread Rohit Yadav
Hey Phillip, Checkout sign_request method here: https://github.com/apache/cloudstack-cloudmonkey/blob/master/cloudmonkey/requester.py#L192 If you read this code, you’ll understand how to sign API requests and make calls. I have n’t read the docs, but if you want to contribute please send a pull

Handling case in API calls using apikey/secretkey

2014-11-12 Thread Phillip Kent
Dear all, I was looking at handling of case in API calls and I believe the docs page has a slight mistake in the code example: http://docs.cloudstack.apache.org/en/latest/dev.html#the-cloudstack-api The signature generation instructions say: "Lower case the entire Command String and sort it al

Re: Object storage deployement

2014-11-12 Thread Stephan Seitz
Hi, > I'm trying to deploy a cloudstack platforme with object storage for > secondary storage. > > can anyone tell me wich swift solution i can use (openstack swift or > other solution) and give me some helpfull links ? I'ld go for ceph w/ radosgw [1]. If you've never tried ceph, just use ceph-d

Object storage deployement

2014-11-12 Thread Fedi Ben Ali
Hello, I'm trying to deploy a cloudstack platforme with object storage for secondary storage. can anyone tell me wich swift solution i can use (openstack swift or other solution) and give me some helpfull links ? thx .

Re: Snapshots not being moved to secondary storage

2014-11-12 Thread Iurii Miroshnichenko
For example, we have created volume on 20Gb and then make snaphot: 1. On Primary Storage was created file .vhd with capacity - 46K 2. On Secondary Storage snapshot was created with capacity 1.7 Gb Is it normal or not? Thanks. On Fri, Nov 7, 2014 at 10:03 AM, cs user wrote: > I also have an is

Re: Adding host to CloudStack problem (KVM)

2014-11-12 Thread Michal Loncek
Hello, thanks for the hint. In fact it indeed seems to be a problem with the latest Centos not loading the kvm_intel module: modprobe kvm_intel FATAL: Error inserting kvm_intel (/lib/modules/2.6.32-504.el6.x86_64/kernel/arch/x86/kvm/kvm-intel.ko): Operation not supported CPU is capable of virt

Re: Adding host to CloudStack problem (KVM)

2014-11-12 Thread Erik Weber
You're missing either kvm_intel or kvm_amd based on your CPU. Are you sure the CPU is capable of virtualization? You might have to check the BIOS, on some machines you have to enable it. -- Erik On Wed, Nov 12, 2014 at 8:49 AM, Michal Loncek wrote: > Hello Andrija, > > as far as I can tell, KV