Return-Path: X-Original-To: apmail-incubator-cloudstack-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-cloudstack-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3909A97E6 for ; Thu, 13 Sep 2012 04:37:14 +0000 (UTC) Received: (qmail 95550 invoked by uid 500); 13 Sep 2012 04:37:13 -0000 Delivered-To: apmail-incubator-cloudstack-dev-archive@incubator.apache.org Received: (qmail 95383 invoked by uid 500); 13 Sep 2012 04:37:13 -0000 Mailing-List: contact cloudstack-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cloudstack-dev@incubator.apache.org Delivered-To: mailing list cloudstack-dev@incubator.apache.org Received: (qmail 95356 invoked by uid 99); 13 Sep 2012 04:37:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Sep 2012 04:37:12 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of shadowsor@gmail.com designates 209.85.212.177 as permitted sender) Received: from [209.85.212.177] (HELO mail-wi0-f177.google.com) (209.85.212.177) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Sep 2012 04:37:08 +0000 Received: by wibhn17 with SMTP id hn17so2156187wib.0 for ; Wed, 12 Sep 2012 21:36:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=kLKYMvpBXpyuXL/ZuFiUaKf20j49MUB1jW7KMTc/7vg=; b=wXZZfmQPIVetUuWRIPmoI2tYlKfykZex3Imb8Kx1CmNCXB5G3a7ABSW3qr66QDSBny BwtH/m/LzRWeNx6TTGtfXBl8dxCemjEPPkRYtudcNay0mIIhD3AA31BKCDv0AfJeiVpu HxyFQkYys/DXkKr8Hs89GB7nWNRl5xO4m7MHrzifI9rET5vf+dyeAfsZmMh0CNFyklq1 Z+L36U9KBqXJKSrTWuyrKjFDtaJ9LR5yRmZZLXAVchGY1hpxzdnwqbgAUbkkS1yfT6RF 0dTnkz/6qQoJbdADFgk9PLHurxscqEH9HVBUzZEhjZuGgUumFBfe1wVtE/DKbnZKr69M 9saA== MIME-Version: 1.0 Received: by 10.180.97.135 with SMTP id ea7mr37385355wib.11.1347511006929; Wed, 12 Sep 2012 21:36:46 -0700 (PDT) Received: by 10.216.137.211 with HTTP; Wed, 12 Sep 2012 21:36:46 -0700 (PDT) In-Reply-To: References: <1303117737.56301.1347239587681.JavaMail.jiratomcat@arcas> <213077081.58493.1347295928670.JavaMail.jiratomcat@arcas> Date: Wed, 12 Sep 2012 22:36:46 -0600 Message-ID: Subject: Re: [jira] [Updated] (CLOUDSTACK-67) Resizing From: Marcus Sorensen To: cloudstack-dev@incubator.apache.org, wido Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org I mainly wanted to send out some feelers to see if there was an imminent branch merge or something. If not, I'll clean up mine a bit and let people have a look. I haven't looked into changing the UI yet at all, and since it seems there's a redesign in progress maybe I'll hold off. The API pieces are all there and work in my test environment. There are a few things I had to work around, for example it seems we're missing java bindings for key libvirt calls, which I implemented via host script instead if your version of libvirtd/virsh supports it. A few questions: Is all KVM storage that's file based automatically qcow2 in cloudstack? That would be NFS and local, are there others? It should be simple for me to add those in and do some testing I think, although qemu-img needs to be a specific, fairly recent version to support qcow2 resizing. Which reminds me, cloudstack no longer bundles or requires a custom qemu-kvm package, correct? Seems like it did at one point. Wido, I've played with Ceph a bit and RBD, but it's been maybe a year. Is resizing of the RADOS device handled well? Have you played at all with resizing the block device file of a live VM and then issuing a 'virsh blockresize'? On Wed, Sep 12, 2012 at 6:36 PM, Edison Su wrote: > Patch is always welcome. Will you change UI also? Maybe we can't check in UI part at this moment, but at least, the backend code should be ok. > >> -----Original Message----- >> From: Marcus Sorensen [mailto:shadowsor@gmail.com] >> Sent: Wednesday, September 12, 2012 4:36 PM >> To: cloudstack-dev@incubator.apache.org >> Subject: Re: [jira] [Updated] (CLOUDSTACK-67) Resizing >> >> I know everyone is working on the release,but is anyone working on >> this? I've got a working implementation against KVM/CLVM. I'm not >> super interested in setting up environments for all of the various >> hypervisor/storage combos, but this could be used as a springboard for >> the other types. >> >> On Mon, Sep 10, 2012 at 10:52 AM, Alex Huang (JIRA) >> wrote: >> > >> > [ https://issues.apache.org/jira/browse/CLOUDSTACK- >> 67?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] >> > >> > Alex Huang updated CLOUDSTACK-67: >> > --------------------------------- >> > >> > Fix Version/s: 4.1.0 >> > >> >> Resizing >> >> -------- >> >> >> >> Key: CLOUDSTACK-67 >> >> URL: >> https://issues.apache.org/jira/browse/CLOUDSTACK-67 >> >> Project: CloudStack >> >> Issue Type: Improvement >> >> Reporter: XxYton >> >> Fix For: 4.1.0 >> >> >> >> >> >> Resizing of volumes and instances is not possible right now. >> >> Instance resizing should be done without rebooting the VM if >> supported by hypervisor. >> > >> > -- >> > This message is automatically generated by JIRA. >> > If you think it was sent incorrectly, please contact your JIRA >> administrators >> > For more information on JIRA, see: >> http://www.atlassian.com/software/jira