From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Graf Subject: Re: Release: USB image of OS Circular and deb packages of LBCAS (LoopBack Content Addressable Storage) Date: Mon, 23 Mar 2009 13:53:19 +0100 Message-ID: <49C7863F.5020809@suse.de> References: <20090323.185815.39158254.k.suzaki@aist.go.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org, qemu-devel@nongnu.org To: Kuniyasu Suzaki Return-path: Received: from cantor2.suse.de ([195.135.220.15]:46848 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755937AbZCWMxX (ORCPT ); Mon, 23 Mar 2009 08:53:23 -0400 In-Reply-To: <20090323.185815.39158254.k.suzaki@aist.go.jp> Sender: kvm-owner@vger.kernel.org List-ID: Kuniyasu Suzaki wrote: > Hello, > > We released bootable USB image of "OS circular" and the Debian packages of > LBCAS (LoopBack Content Addressable Storage). > > OS Circular is a framework of Internet Disk Image Distributor for anonymous > operating systems. This version enables to boot "Ubuntu" or "Debian GNU Linux" > on virtual machine "KVM" without installation. The disk image is obtained with > LBCAS (LoopBack Content Addressable Storage) from the Internet. The > transferred OS is maintained every week from 03/Oct/2008. User can > select the suitable OS image on OS circular. > > Home Page http://openlab.jp/oscircular/ > OS Circular Guide http://openlab.jp/oscircular/OSCircularGuide20090323-J.pdf > > The installation and usage are described in the guide PDF. > The bootable USB image uses KVM for transferred OS. However the transferred > disk image is available on Xen and QEMU. Please customize the Debian packages. > Looking at the backend (LBCAS) that is the actually interesting part: Is there any reason you implemented this as FUSE plugin? I was thinking of implementing something like this myself for SUSE Studio and figured the best way to do it would be to make it a qemu block driver backend, en par with the "posix-raw" one. That way you wouldn't need FUSE to download images on demand and also enable this features for say Windows users. So is there any plan on your side to write something like this for upstream Qemu? If not that's fine too, I just need to know if I'd have to do it myself :-). Alex