Re: [VOTE] Apache CloudStack 4.5.1-rc1

2015-03-20 Thread Rohit Yadav
(+ users) Hi all, I've built signed centos63/centos7/debian repository out of this RC for your convenience: http://packages.shapeblue.com/cloudstack/testing/ 4.5 systemvm templates: http://packages.shapeblue.com/systemvmtemplate/4.5/ (If you're on 4.5.0. There is no need to upgrade your System

RE: unable to remove NIC from instance

2015-03-20 Thread Sonali Jadhav
@Somesh: added ticket https://issues.apache.org/jira/browse/CLOUDSTACK-8328 @Daan: should I add ticket for overzealous exception handling ? /Sonali -Original Message- From: Somesh Naidu [mailto:[email protected]] Sent: Tuesday, March 10, 2015 8:00 PM To: [email protected]

Re: [ANNOUNCE] New committer: Karen Vuong

2015-03-20 Thread Gaurav Aradhye
Congrats Karen! Regards, Gaurav On Fri, Mar 20, 2015 at 11:58 AM, Rohit Yadav wrote: > Congratulations Karen, I appreciate your commitment to the project and its > community! > > > On 20-Mar-2015, at 10:10 am, Mike Tutkowski < > [email protected]> wrote: > > > > Congratulations, Kare

RE: [ANNOUNCE] New committer: Karen Vuong

2015-03-20 Thread Paul Angus
Congratulations Karen! Regards, Paul Angus Cloud Architect D: +44 20 3468 5163 |S: +44 20 3603 0540 | M: +44 7711 418 784 | T: @CloudyAngus [email protected] -Original Message- From: Rohit Yadav [mailto:[email protected]] Sent: 20 March 2015 06:28 To: [email protected]

Re: [ANNOUNCE] New committer: Karen Vuong

2015-03-20 Thread Daan Hoogland
thanks for everything Karen, On Fri, Mar 20, 2015 at 9:20 AM, Paul Angus wrote: > Congratulations Karen! > > Regards, > > Paul Angus > Cloud Architect > D: +44 20 3468 5163 |S: +44 20 3603 0540 | M: +44 7711 418 784 | T: > @CloudyAngus > [email protected] > > -Original Message- >

Re: Resize DATA-Disk

2015-03-20 Thread Fedi Ben Ali
Hello , I'm working on 4.4 cloudstack with multiple xenservers6.2 and FC as primary storage. When i add a DATA volume and attach it to a VM,the volume is connected and listed after a fdisk -l (/dev/xvdb) command but its not mounted (not listed on df -h command). So i do so manually (mount the dis

Re: [ANNOUNCE] New committer: Karen Vuong

2015-03-20 Thread Srikanteswararao Talluri
Congts Karen! ~Talluri On 20/03/15 2:15 pm, "Daan Hoogland" wrote: >thanks for everything Karen, > >On Fri, Mar 20, 2015 at 9:20 AM, Paul Angus >wrote: >> Congratulations Karen! >> >> Regards, >> >> Paul Angus >> Cloud Architect >> D: +44 20 3468 5163 |S: +44 20 3603 0540 | M: +44 7711 418 784

Re: Resize DATA-Disk

2015-03-20 Thread Pierre-Luc Dion
So, When you resize the DATA disk in cloudstack, it is reflected using fdisk -l ? Cloudstack will not handle the resize of partition and filesystem inside the data disk that's a task for the Operation System of the VM. On Fri, Mar 20, 2015 at 5:29 AM, Fedi Ben Ali wrote: > Hello , > > I'm w

RE: Resize DATA-Disk

2015-03-20 Thread Sam Ceylani
I don’t know the logic of resizing a volume behind cloudstack but I always resize it from command line on xenserver and it works, cloudstack might be creating a totally new drive which defeats the purpose (I am going by your description of the problem) of having a resize button there. I might be

Re: unable to remove NIC from instance

2015-03-20 Thread Daan Hoogland
Sonali, sure. It will have to be improved. Please be very explicit in the ticket, better change it will be taken by someone. On Fri, Mar 20, 2015 at 9:01 AM, Sonali Jadhav wrote: > @Somesh: added ticket https://issues.apache.org/jira/browse/CLOUDSTACK-8328 > @Daan: should I add ticket for overzea

Re: Resize DATA-Disk

2015-03-20 Thread Sam Ceylani
I misunderstand your question, yes mounting and unmounting is not the job of cloudstack, what I would like to know is : You attach a Data volume, create a file system and then create some files etc. then after resizing it and mounting it back, are you loosing your filesystem and any of your file

About CPU usage

2015-03-20 Thread Mārtiņš Jakubovičs
Hello, In my demo server with XenServer 6.2 I got quad core CPU with hyperthreading (8 vCPU total). In cluster I am able to use cpu.overprovisioning.factor 5.0 and more. Why so, if in documentation described maximum over-provisioning can't be bigger than 4? http://docs.cloudstack.apache.org/p

Re: [ANNOUNCE] New committer: Karen Vuong

2015-03-20 Thread Karen Vuong
Thank you all! - Karen On Fri, Mar 20, 2015 at 2:43 AM, Srikanteswararao Talluri < [email protected]> wrote: > Congts Karen! > > ~Talluri > > On 20/03/15 2:15 pm, "Daan Hoogland" wrote: > > >thanks for everything Karen, > > > >On Fri, Mar 20, 2015 at 9:20 AM, Paul Angus > >wr

Re: [ANNOUNCE] New committer: Karen Vuong

2015-03-20 Thread Andrew Kirch
You rock! On 3/20/2015 11:46 AM, Karen Vuong wrote: Thank you all! - Karen On Fri, Mar 20, 2015 at 2:43 AM, Srikanteswararao Talluri < [email protected]> wrote: Congts Karen! ~Talluri On 20/03/15 2:15 pm, "Daan Hoogland" wrote: thanks for everything Karen, On Fri, Mar

Re: Resize DATA-Disk

2015-03-20 Thread Fedi Ben Ali
Yes that's exactly what happen ,we lose the data after a resize ,so to do upgrades i have to add new voumes not resize the old ones . 2015-03-20 16:25 GMT+01:00 Sam Ceylani : > I misunderstand your question, yes mounting and unmounting is not the job > of cloudstack, what I would like to know is

Re: Resize DATA-Disk

2015-03-20 Thread Sam Ceylani
good to know ty for sharing this info, anybody on the list have any information on this? we always done it from xenserver and updated database with a few update queries and our systems running internal servers but this would be very confusing for an end user especially if they lose all of their

Re: Resize DATA-Disk

2015-03-20 Thread Sam Ceylani
instead, resize it from xenserver and use gparted from OS (download iso and boot it from there) just like we do for Root and Data drives, works on both, thats why we werent using resize function from cloudstack but now we have another reason :) Thanks, Sam Ceylani, MBA Computer Engineer Miste

Cloudstack - users, groups, privileges

2015-03-20 Thread Robert
Hey, currently I'm evaluating Cloudstack as internal orchestration software to reach cloud speed and flexibility. PXE and manual configuration of network devices is too slow and expensive for some projects. In the first step our customers will not have direct access to the Cloudstack Api or UI

Re: Cloudstack - users, groups, privileges

2015-03-20 Thread ilya
Robert, There are many ways cloudstack can be used. Please tell us what your overall objective is. LDAP integration works fine as well as SASLv2 support is there. The user needs to exist in cloudstack before it can be authenticated with LDAP. This can be automated via scripts. There is a fea

Re: [GSOC] Setting up multiple devcloud host in cloudstack dev environment

2015-03-20 Thread Tilak Raj Singh
Hi can anyone please help me here?? On Fri, Mar 20, 2015 at 4:18 AM, Tilak Raj Singh wrote: > Hello All, > > I am trying to setup the cloudstack developement environment on my ubuntu > 12.04 64bit machine. I have successfully setup the management server > locally on my machine using the docs [1]

Ways to monitor Virtual Router disk space

2015-03-20 Thread Erik Weber
I've had a few incidents where conntrack logging has filled the /var partition, and break provisioning of new VMs (unable to save password). And this got me thinking that there must be a way to monitor VR disk space.. Some things to consider: - I'm using XenServer, so AFAIK the VR ssh is only a

Re: Unable to use console proxy with vCenter 5.5

2015-03-20 Thread Dave Hoffman
Somesh/Suresh, If I disable the use of SSL I can use the console proxy once I allow the unsigned proxy to run in Chrome. When I put in the domain in again, load the cert again then destroy the vm, it temporarily works until the next keystore check, fails, then sets the certificate back to realhos