Re: CS 4.5.2 Fails to Start.

2015-09-11 Thread giraffeg forestg
Hi CLOUDSTACK-8212 might become your help. https://issues.apache.org/jira/browse/CLOUDSTACK-8212 1. This is resolved by commenting out: --- [root@acs ~]# vi /usr/share/cloudstack-management/setup/db/schema-421to430.sql : #realhostip changes, before changing table and adding default value #

RE: Unable to create a deployment for VM (Additional DATADISK - API-job)

2015-09-11 Thread Somesh Naidu
Disk offering you are using "db258461-8b03-4666-b6a8-d3459b0097ff" has storage type as "shared". Regards, Somesh -Original Message- From: Cristian Ciobanu [mailto:[email protected]] Sent: Friday, September 11, 2015 7:44 AM To: [email protected] Subject: RE: Unable to cr

Re: Unable to add Ceph KVM node in cloudstack

2015-09-11 Thread Andrija Panic
Dont really know that to be honest... even previously, you can patch qemu source code yourslef with RBD support - nothing stops you to do so - so this is just decision from RH or whatever - Im just guessing - anyway it is the way it is - ubuntu oit of the box suport, CentOS not afaik... On 11 Sept

Re: CS 4.5.2 Fails to Start.

2015-09-11 Thread Keerthiraja SJ
I really face this issue when I install on MariaDB. If I do the same on MySQL this pass it. On Fri, Sep 11, 2015 at 7:09 PM, Keerthiraja SJ wrote: > Hi All, > > Today I tried to install the CS 4.5.2 on fresh box where I could able to > successfully deploy > the cloudstack-setup-databases. > > Af

CS 4.5.2 Fails to Start.

2015-09-11 Thread Keerthiraja SJ
Hi All, Today I tried to install the CS 4.5.2 on fresh box where I could able to successfully deploy the cloudstack-setup-databases. After I tried number of times the fresh installation I could see the same issue been reproducing it. While stating the cloudstack servers I could see below error c

Re: Unable to add Ceph KVM node in cloudstack

2015-09-11 Thread Vadim Kimlaychuk
Andrija, If RBD libvirt driver now belongs to RH does that mean Ubuntu/Debian will loose it some day as it is proprietary software? Haven't follow Ceph achievements since "Emperor" Vadim. On 2015-09-11 14:39, Andrija Panic wrote: Np, Im actually very disapointed by RH decision to hav

Re: Unable to add Ceph KVM node in cloudstack

2015-09-11 Thread Andrija Panic
Np, Im actually very disapointed by RH decision to have this approach - since now CEPH/Inktank is part of RH etc... I didnt want to play with Ubuntu at all (dont let me start about all the possible issues/bugs we found) but I dont like idea of compiling stuff on production... On 11 September 2

RE: Unable to create a deployment for VM (Additional DATADISK - API-job)

2015-09-11 Thread Cristian Ciobanu
Hello,     If i do the same thing from root(Admin) user, i don't have any problems.     The problem is only when i try to deploy from the user (client_xxx) created via root (Admin API)     I also tested with (client_xxx) from UI and i have same problem, i'm not sure why is trying to use shared s

Re: Unable to add Ceph KVM node in cloudstack

2015-09-11 Thread Vadim Kimlaychuk
Andrija, I don't have such broad experience with different CentOS/RHEL versions, but I am a bit surprised that these distributions does not have RBD support at all. That means they have to maintain their own "restricted" version of these libraries apart from mainstream. Now I am even

Re: Unable to add Ceph KVM node in cloudstack

2015-09-11 Thread Andrija Panic
Vadim, afaik you are right for mgmt server. As for KVM nodes - libvirt and qemu/qemu-img in CentOS6.x does NOT have RBD support at all :) I have not played a lot with CentOS7, but did quick check long time ago and I thing it also doesnt support RBD - Red Hat wants you to buy RHEV to support RBD -

Re: Cloudstack 4.5.2 startup ERROR

2015-09-11 Thread Keerthiraja SJ
During the fresh implementation I could see below error in catalina.out Error INFO [c.c.u.DatabaseUpgradeChecker] (main:null) Database upgrade must be performed from 4.0.0 to 4.5.2 ERROR [c.c.u.d.ScriptRunner] (main:null) Error executing: alter table vm_template add size bigint unsigned ERROR [c.

Re: Cloudstack 4.5.2 startup ERROR

2015-09-11 Thread Keerthiraja SJ
ariaDB [cloud]> select * from vm_template; ++-+---+--++--+-+-+--+++

Re: Cloudstack 4.5.2 startup ERROR

2015-09-11 Thread prapul cool
Hi keerthiaja,   In  vm_template table ,have a column with the name of 'size'. Seems your db deployment was not complete so can drop database and redeploy cloudstack   Regards, Prapul sriram, Cloud Architect, PSI Cloud Solutions, Psiclouds.com. On Friday, 11 September 2015 3:13 PM, Ke

Re: Cloudstack 4.5.2 startup ERROR

2015-09-11 Thread Keerthiraja SJ
ERROR [c.c.u.d.ScriptRunner] (main:null) Error executing: UPDATE `cloud`.`configuration` SET value = CONCAT("*.",(SELECT `temptable`.`value` FROM (SELECT * FROM `cloud`.`configuration` WHERE `name`="consoleproxy.url.domain") AS `temptable` WHERE `temptable`.`name`="consoleproxy.url.domain")) WHERE

Cloudstack 4.5.2 startup ERROR

2015-09-11 Thread Keerthiraja SJ
Hi All, After successfully installation I could while starting the cloudstack-management ther seems to some error while connecting to my database. I am right now into production setup. ERROR [c.c.u.DatabaseUpgradeChecker] (main:null) Unable to upgrade the database com.cloud.utils.exception.Cloud

Re: Unable to add Ceph KVM node in cloudstack

2015-09-11 Thread Vadim Kimlaychuk
Andrija, Are you talking about CS Management server OS? I thought it does not really matter if it includes libvirt or not. All calls to storage should go through hypervisor and any KVM host goes with libvirt. The version of libvirt for old OS may not be aligned with latest Ceph release

Re: Unable to add Ceph KVM node in cloudstack

2015-09-11 Thread Andrija Panic
RBD for KVM comes out of the box for Ubuntu 14.x (perhaps also 12.x) - not with CentOS6, and not sure really about CentOS7 (probably not also...) On 11 September 2015 at 09:53, Vadim Kimlaychuk wrote: > For KVM hosts RBD comes "out of the box" with libvirt. For XenServer Ceph > (RBD) storage typ

RE: Unable to add Ceph KVM node in cloudstack

2015-09-11 Thread Vadim Kimlaychuk
For KVM hosts RBD comes "out of the box" with libvirt. For XenServer Ceph (RBD) storage type is not yet implemented. I would say it is very hypervisor-specific and does not depend much from Cloudstack. Regards, Vadim. On 2015-09-11 08:55, Shetty, Pradeep wrote: I have one question: Is ceph