From owner-freebsd-xen@FreeBSD.ORG Mon May 18 17:36:16 2009 Return-Path: Delivered-To: freebsd-xen@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 31F2C106567A for ; Mon, 18 May 2009 17:36:16 +0000 (UTC) (envelope-from mister.olli@googlemail.com) Received: from mail-bw0-f213.google.com (mail-bw0-f213.google.com [209.85.218.213]) by mx1.freebsd.org (Postfix) with ESMTP id AD0B28FC2A for ; Mon, 18 May 2009 17:36:15 +0000 (UTC) (envelope-from mister.olli@googlemail.com) Received: by bwz9 with SMTP id 9so3339967bwz.43 for ; Mon, 18 May 2009 10:36:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:subject:from:reply-to:to :content-type:date:message-id:mime-version:x-mailer :content-transfer-encoding; bh=tTF1S8KnI9rQKSjt7tRouoDwf2Ke6ZSTmnsVfj1sm8s=; b=PrCFNN/AmiSKA73YL9qKIFPC0tJGG6gWvSAH3WQAKYfNnXPjzT7zQW7QT+aYri57wW 79NT9YmER+DAAs7l+TsihbVqSZA69wF7qGbhmZn0FHWitFQoz0SXb0zOJ3KqaWc8DTyI ZctJhmkfp/M2kSuw+yql+XOF0FjKo1aBAZFIM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=subject:from:reply-to:to:content-type:date:message-id:mime-version :x-mailer:content-transfer-encoding; b=UpjDTUdT/2ONFYxQz76w4HKrAvf+SRwRoR8FL5ZWJ4fkCEA+6YJ7gkkbQ9I7GeHlej /d7mfYjT+ShQvYefARNorAXvavDmITdV1IMkaSchpEpsu891sedaSHU6ZgDiCiTe3HpE 3HbLuQkMMgW92eF5hGnmuzRwbqqHmDMvrgNDk= Received: by 10.103.226.10 with SMTP id d10mr4217945mur.35.1242668174568; Mon, 18 May 2009 10:36:14 -0700 (PDT) Received: from ?10.30.1.100? (vpn-or.studi-planet.com [78.47.172.52]) by mx.google.com with ESMTPS id j6sm373785mue.1.2009.05.18.10.36.13 (version=SSLv3 cipher=RC4-MD5); Mon, 18 May 2009 10:36:14 -0700 (PDT) From: Mister Olli To: freebsd-xen@freebsd.org Content-Type: text/plain Date: Mon, 18 May 2009 19:35:58 +0200 Message-Id: <1242668158.6255.14.camel@phoenix.blechhirn.net> Mime-Version: 1.0 X-Mailer: Evolution 2.24.5 Content-Transfer-Encoding: 7bit Subject: [Fwd: Re: FreeBSD-current/Xen and block device enumeration] X-BeenThere: freebsd-xen@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: mister.olli@googlemail.com List-Id: Discussion of the freebsd port to xen - implementation and usage List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 May 2009 17:36:16 -0000 -------- Forwarded Message -------- > From: Mister Olli > Reply-to: mister.olli@googlemail.com > To: Adrian Chadd > Subject: Re: FreeBSD-current/Xen and block device enumeration > Date: Mon, 18 May 2009 19:07:16 +0200 > > hi, > > I had a similar setup with up to 4 block devices connected to a domU, > but my config looked a little bit different. Instead of 0x01/0x02/... > I've used hda/hdb/... and it worked quite well. > > Btw, I've never seen a 0x.. configuration before ;-)) > > Regards, > --- > Mr. Olli > > On Tue, 2009-05-19 at 01:00 +0800, Adrian Chadd wrote: > > This config: > > > > disk = [ > > 'phy:/dev/hosting2_data2/XEN_freebsd_root,0x01,w', > > 'phy:/dev/hosting2_data2/XEN_freebsd_swap,0x02,w' > > ] > > > > > > Gives this output in dmesg: > > > > xbd0: 10240MB at device/vbd/1 on xenbus0 > > GEOM: new disk xbd0 > > xbd1: 512MB at device/vbd/2 on xenbus0 > > WARNING: WITNESS option enabled, expect reduced performance. > > GEOM: new disk xbd0 > > > > and then ls -l /dev/xbd* : > > > > freebsd_domu# ls -l /dev/xbd* > > crw-r----- 1 root operator 0, 41 May 18 02:51 /dev/xbd0 > > crw-r----- 1 root operator 0, 41 May 18 02:51 /dev/xbd0 > > > > Hm, I wonder whats busted! > > > > > > > > Adrian > > _______________________________________________ > > freebsd-xen@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-xen > > To unsubscribe, send any mail to "freebsd-xen-unsubscribe@freebsd.org"