Return-Path: X-Original-To: apmail-cloudstack-dev-archive@www.apache.org Delivered-To: apmail-cloudstack-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5157B101C2 for ; Mon, 16 Sep 2013 15:48:12 +0000 (UTC) Received: (qmail 50314 invoked by uid 500); 16 Sep 2013 15:48:11 -0000 Delivered-To: apmail-cloudstack-dev-archive@cloudstack.apache.org Received: (qmail 50267 invoked by uid 500); 16 Sep 2013 15:48:10 -0000 Mailing-List: contact dev-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list dev@cloudstack.apache.org Received: (qmail 50255 invoked by uid 99); 16 Sep 2013 15:48:09 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Sep 2013 15:48:09 +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 (nike.apache.org: domain of shadowsor@gmail.com designates 209.85.220.175 as permitted sender) Received: from [209.85.220.175] (HELO mail-vc0-f175.google.com) (209.85.220.175) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Sep 2013 15:48:04 +0000 Received: by mail-vc0-f175.google.com with SMTP id ia10so2956303vcb.6 for ; Mon, 16 Sep 2013 08:47:43 -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=M4/1Bz+IzJD2kpihmgMJiEdOKlpGNVJ/dJrLegzgs18=; b=YJpdm5nl3z4DqQrvT0/gJH4RpoPOuZonvh4BEbboWHJCO8jy8nDY+aEY6wJRkHO+Q4 5Ee33tnjMciww4VT7AjA6mr5+cD2qgke47qodBC2G6VhhNgbPFmPB9oAGeKG6KLEvmdd IpHcsS7sc7+SFAZOif/q0owUougaEqZQRCDX62mdRazuWMDoq8BYiQjp33eFFznP/YpC AhNAxToicfrw6LRHqS/XU3v1eTtBOp1us6fAH5KGarevJR6FY5q0m+j3HJ7EhRsl2DEB NoGzHGFpdUlbZKp7QSERoiBbevQBC8VJ3Tid3p2NwQYqXXRS6WdUEUvRP0StRy+xEe4M hoTQ== MIME-Version: 1.0 X-Received: by 10.220.46.72 with SMTP id i8mr28081227vcf.10.1379346463872; Mon, 16 Sep 2013 08:47:43 -0700 (PDT) Received: by 10.52.165.6 with HTTP; Mon, 16 Sep 2013 08:47:43 -0700 (PDT) In-Reply-To: <5236EB68.3090001@widodh.nl> References: <5236D885.9000708@widodh.nl> <5236EB68.3090001@widodh.nl> Date: Mon, 16 Sep 2013 09:47:43 -0600 Message-ID: Subject: Re: Libvirt-java 0.5.0 has been released From: Marcus Sorensen To: "dev@cloudstack.apache.org" Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org There are some minimum requirements in Libvirt for volblockresize if I recall, but I think all of our platforms include it. On Mon, Sep 16, 2013 at 5:28 AM, Wido den Hollander wrote: > On 09/16/2013 12:51 PM, Wei ZHOU wrote: >> >> Thanks Wido. >> >> Do you know the minimal requirement of libvirt if we use libvirt-java >> 0.5.0 >> ? >> > > There shouldn't be a difference in the required libvirt version. I > implemented a couple of methods in the bindings which were already in > libvirt for a long time, but the bindings was just missing them. > > Wido > > >> >> 2013/9/16 Wido den Hollander >> >>> Hi, >>> >>> I worked with the RedHat guys last week to get libvirt-java 0.5.0 >>> released >>> which has some nice new features for us: >>> >>> - Supports different XML on destination host during migration >>> - Supports resizing volumes >>> - Supports more snapshot functionalities >>> >>> I took the liberty to depend on 0.5.0 in master and also merge in the >>> code >>> for the VNC listen, we now no longer listen on 0.0.0.0 for VNC, which was >>> a >>> security issue imho. >>> >>> The reason I'm bringing this to the list is that we can simplify some >>> code >>> around resizing volumes and snapshotting where we currently have some >>> nasty >>> scripts to do the work. >>> >>> See my commits in libvirt-java: http://www.libvirt.org/git/?p=** >>> >>> libvirt-java.git;a=summary >>> >>> So keep in mind libvirt-java has some new features! >>> >>> Wido >>> >> >