Reg : qemu-kvm upgrade in KVM hypervisor agent

2019-06-13 Thread Pavan Kumar Aravapalli
Hello, As part of KVM upgrade it's found that default package 'qemu-kvm' [ which comes with OS distro] does not support machine chipset type 'q35'. And this support can be leveraged by installing 'qemu-kvm-ev' which is from centos-release-qemu-ev repo. I saw some some old mail threads s

Re: Reg : qemu-kvm upgrade in KVM hypervisor agent

2019-06-13 Thread Nux!
Pavan, No need to alter the spec, once you install centos-release-qemu-ev the next "yum update" will update your qemu-kvm without breaking rpm deps. Please note qemu-kvm-ev has more features, but it is not part of CentOS Base. It's a community effort and it does not meet the kind of enterprise l

Re: [VOTE] 4.11.3.0 RC1

2019-06-13 Thread Rohit Yadav
Gregor, Please follow the following guide, but use the systemvmtemplate URL from the mirror shared on this thread and register the template with the name as "systemvm--4.11.3" before upgrading to 4.11.3.0-rc1: http://docs.cloudstack.apache.org/en/4.11.2.0/upgrading/upgrade/upgrade-4.11.html

[DISCUSS] libmysql-java dependency not provided in Ubuntu 19.04+ disco

2019-06-13 Thread Rohit Yadav
All, I discovered that libmysql-java is missing and not provided by the Ubuntu 19.04/disco repositories: https://packages.ubuntu.com/search?keywords=libmysql-java Historically, while packaging we don't bundle the mysql-connector-java which is provided by libmysql-java on Ubuntu. Any thought

Hello

2019-06-13 Thread Darrin Hüsselmann
Hi All, I have joined Shapeblue as a software engineer and look forward to contributing to the cloudstack project and working with the community. Cheers Darrin darrin.husselm...@shapeblue.com  www.shapeblue.com Amadeus House, Floral Street, London WC2E 9DPUK @shapeblue

Re: [VOTE] Remove el6 support in future CloudStack versions (was Re: [DISCUSS] Remove support for el6 packaging in 4.13/4.14)

2019-06-13 Thread Rohit Yadav
All, Thanks for voting. Based on the voting, we have an 11/11 majority and agree that el6 support (management server, usage server, KVM host) will be removed in future CloudStack 4.14. I'll submit a PR after 4.13. For reference, the vote counts are as follows: 1 x +1 (binding) - Paul 10 x

Re: Hello

2019-06-13 Thread Nux!
Hi Darrin, welcome! -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "Darrin Hüsselmann" > To: "dev" , "users" > Sent: Thursday, 13 June, 2019 13:14:00 > Subject: Hello > Hi All, > > > I have joined Shapeblue as a software engineer

Re: Hello

2019-06-13 Thread Rohit Yadav
Welcome Darrin! Regards, Rohit Yadav Software Architect, ShapeBlue https://www.shapeblue.com From: Nux! Sent: Thursday, June 13, 2019 5:52:56 PM To: users Cc: dev Subject: Re: Hello Hi Darrin, welcome! -- Sent from the Delta quadrant using Borg technology!

Concurrent Volume Snapshots

2019-06-13 Thread Andrei Mikhailovsky
Hello everyone I am having running snapshot issues on large volumes. The hypervisor is KVM and the storage backend is Ceph (rbd). ACS version is 4.11.2. Here is my issue: I've got several vms with 3-6 volumes of 2TB each. I have a recurring schedule setup to take a snapshot of each volume onc

Re: Hello

2019-06-13 Thread Anurag Awasthi
Welcome Darrin! Get Outlook for iOS From: Rohit Yadav Sent: Thursday, June 13, 2019 6:04:57 PM To: users Cc: dev Subject: Re: Hello Welcome Darrin! Regards, Rohit Yadav Software Architect, ShapeBlue https://www.shapeblue.com _

Re: Concurrent Volume Snapshots

2019-06-13 Thread Rohit Yadav
You can try to experiment with the following global settings: wait backup.snapshot.wait copy.volume.wait vm.job.lock.timeout Regards, Rohit Yadav Software Architect, ShapeBlue https://www.shapeblue.com From: Andrei Mikhailovsky Sent: Thursday, June 13, 201

Re: Hello

2019-06-13 Thread Nicolas Vazquez
Welcome Darrin! Regards, Nicolas Vazquez From: Anurag Awasthi Sent: Thursday, June 13, 2019 9:59 AM To: dev@cloudstack.apache.org; users Cc: dev Subject: Re: Hello Welcome Darrin! Get Outlook for iOS Fro

Re: Concurrent Volume Snapshots

2019-06-13 Thread Andrei Mikhailovsky
Thanks Rohit, I will try to investigate those options. Andrei - Original Message - > From: "Rohit Yadav" > To: "dev" > Sent: Thursday, 13 June, 2019 14:02:21 > Subject: Re: Concurrent Volume Snapshots > You can try to experiment with the following global settings: > > > wait > > b

Re: Concurrent Volume Snapshots

2019-06-13 Thread Andrei Mikhailovsky
Hi Rohit, I have updated some of those options to increase the timeout to 2 days rather than a few hours by default. However, these options relate to the timeout of the process. I was wondering if there is an option to allow simultaneous snapshotting of volumes on a single VM? I would like all

Re: Hello

2019-06-13 Thread Wei ZHOU
Welcome aboard ! -Wei Darrin Hüsselmann 于2019年6月13日周四 下午2:14写道: > Hi All, > > > I have joined Shapeblue as a software engineer and look forward to > contributing to the cloudstack project and working with the community. > > > Cheers > > Darrin > > > darrin.husselm...@shapeblue.com > www.shapebl

Re: Concurrent Volume Snapshots

2019-06-13 Thread Rohit Yadav
Hi Andrei, Try playing with concurrent.snapshots.threshold.perhost. (empty is treated as 1). Regards, Rohit Yadav Software Architect, ShapeBlue https://www.shapeblue.com From: Andrei Mikhailovsky Sent: Thursday, June 13, 2019 6:54:07 PM To: dev Subject: Re

Re: Concurrent Volume Snapshots

2019-06-13 Thread Rohit Yadav
I checked out outstanding PRs list, looks like this feature is not supported currently: https://github.com/apache/cloudstack/pull/1897 Regards, Rohit Yadav Software Architect, ShapeBlue https://www.shapeblue.com From: Rohit Yadav Sent: Thursday, June 13, 20

Re: Concurrent Volume Snapshots

2019-06-13 Thread Suresh Kumar Anaparti
Currently, in CloudStack, only one job per VM can be active (in execution) at any given point of time. Here, for concurrent volume snapshots of same VM, all these snapshot operations are considered to be the same VM work jobs and would be in queue. Once an active volume snapshot job is done, the ne

Re: Hello

2019-06-13 Thread Suresh Kumar Anaparti
Hi Darrin, Welcome to CloudStack! Regards, Suresh On Thu, Jun 13, 2019 at 5:44 PM Darrin Hüsselmann < darrin.husselm...@shapeblue.com> wrote: > Hi All, > > > I have joined Shapeblue as a software engineer and look forward to > contributing to the cloudstack project and working with the community