From owner-freebsd-current@freebsd.org Mon Dec 28 13:20:41 2015 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0E7D2A53DF9; Mon, 28 Dec 2015 13:20:41 +0000 (UTC) (envelope-from royger@gmail.com) Received: from mail-wm0-x22a.google.com (mail-wm0-x22a.google.com [IPv6:2a00:1450:400c:c09::22a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A0D901AD8; Mon, 28 Dec 2015 13:20:40 +0000 (UTC) (envelope-from royger@gmail.com) Received: by mail-wm0-x22a.google.com with SMTP id f206so7710813wmf.0; Mon, 28 Dec 2015 05:20:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:subject:to:references:cc:from:message-id:date:user-agent :mime-version:in-reply-to:content-type:content-transfer-encoding; bh=TRgcPFhw5h89/BP/b9VsmKGdixbP6nyAkmMDFXPFync=; b=f8EdAoOxM8jzQvTGlQzuzGDKCy5PFtVWgQ2nfcz9/7N0m8L8SzQTTKg57G69PXTNlU QQwNoeS1goe8q+Y9VL7ltuC+ZsTxf+AQGinEa1J8lfknjZUySH/GO5+N8CxiwomRRQE9 N1kMPFm+VwQhf/kYjRjF2rFpiCHQ+bBbFKxRA/DBNncvNLHwXvuStR0P3+b4lUDoRPB+ ffegLYTzNd918n4IV1diM/oOH6ExIZ/7OkMcvyEEqtECHdwpjhuX7rd+/0cG/qiKQU78 r0Ugiy+AY+FjvuyNUltWniK3UC/+X3ZZ30sv0+cA6tHthaZfx0bRcaC5Gmf9YFYJLYj+ 6zAA== X-Received: by 10.194.90.50 with SMTP id bt18mr58684323wjb.118.1451308839094; Mon, 28 Dec 2015 05:20:39 -0800 (PST) Received: from [172.16.1.30] (177.Red-83-39-112.dynamicIP.rima-tde.net. [83.39.112.177]) by smtp.gmail.com with ESMTPSA id da10sm56827055wjb.22.2015.12.28.05.20.37 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 28 Dec 2015 05:20:38 -0800 (PST) Sender: =?UTF-8?Q?Roger_Pau_Monn=C3=A9?= Subject: Re: Xen/dom0/FreeBSD + NAS4Free WebGUI. To: Daisuke Aoyama , freebsd-xen@freebsd.org References: <86DF039090BD474AA2CB2795F6C7A0C7@ad.peach.ne.jp> Cc: freebsd-current@freebsd.org From: =?UTF-8?Q?Roger_Pau_Monn=c3=a9?= X-Enigmail-Draft-Status: N1110 Message-ID: <5681371F.6090007@FreeBSD.org> Date: Mon, 28 Dec 2015 14:20:31 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-Version: 1.0 In-Reply-To: <86DF039090BD474AA2CB2795F6C7A0C7@ad.peach.ne.jp> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Dec 2015 13:20:41 -0000 Hello, El 26/12/15 a les 15.26, Daisuke Aoyama ha escrit: > Hi all, > > I'm creating NAS4Free dom0 edition. > This is simple wrapper of Xen/dom0/FreeBSD. > > You can upgrade by same way of NAS4Free. > You can manage HDD, ZFS, iSCSI target, NFS share by same way of NAS4Free. > You can manage DomU(VM) via WebGUI. > > Japanese blog: > http://shell.peach.ne.jp/aoyama/archives/3149 > http://shell.peach.ne.jp/aoyama/archives/3135 > > NAS4Free dom0 topic in English: > http://forums.nas4free.org/viewtopic.php?f=17&t=10028 > > Latest download: > http://www.peach.ne.jp/archives/nas4free/test/2244-dom0/ > > How to install: > 1.Download LiveCD iso image. > 2.Burn to CD/DVD-RW blank disc. > 3.Boot from it. > (if your server don't have an optical drive, please use an external USB > optical drive) > 4.Install to USB Flash drive (2GB or more) from menu #9. > 5.Reboot the server after ejecting CD/DVD media. > > How to upgrade: > 1.Navigate to System|Firmware in global menu from web browser. > 2.Click "Enable Firmware Update". > 3.Select NAS4Free-dom0-embedded-*.img.xz. (don't decompress the image) > 4.Click "Upgrade Firmware". > > Note: > At least you need a bridge interface before using. > Please create it from Network|Interface Management|Bridge. > You can change boot parameters from System|Advanced|loader.conf. > If you are interested in the xl.cfg, it is created in > /usr/local/etc/xen/vm-.cfg. Thanks for doing this, I just gave it a try and it worked out of the box, I was able to create and launch a Windows VM in less than 2min, quite impressive :). > Known issues: > uuid generation of ports/sysutils/xen-tools is broken. You cannot > control by UUID. > (quick hack patch is attached this mail) I've given a look at the patch, but I have to admit I know very little about UUID, yet it seems like you should not poke directly at the internal uuid_t fields. I've created another patch which I *think* should solve the UUID issues, could you test it please? It should apply cleanly against Xen 4.5. https://people.freebsd.org/~royger/uuid.patch > xnb device performance is terrible. > (it eats 100% CPU on intr while transferring via bridged 10GbE) I haven't seen this, but I'm not surprised (I also don't have a 10GbE card at hand right now). There's a lot of fine tuning and bug fixing to do regarding the backends. I plan to get with this once the PVH implementation is stable. Roger.