Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 May 2009 01:00:21 +0800
From:      Adrian Chadd <adrian@freebsd.org>
To:        freebsd-xen@freebsd.org
Subject:   FreeBSD-current/Xen and block device enumeration
Message-ID:  <d763ac660905181000o6f0b9bc8l88f976f7126a87cf@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
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 <Virtual Block Device> at device/vbd/1 on xenbus0
GEOM: new disk xbd0
xbd1: 512MB <Virtual Block Device> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?d763ac660905181000o6f0b9bc8l88f976f7126a87cf>