* Adding a 2nd disk to a NetBSD VM
@ 2010-11-29 18:09 Thomas Goirand
0 siblings, 0 replies; only message in thread
From: Thomas Goirand @ 2010-11-29 18:09 UTC (permalink / raw)
To: xen-devel
I have the following VM configuration:
kernel = "/boot/netbsd-XENU"
memory = 512
name = "xen22"
vif = [ 'mac=00:11:22:33:44:55, ip=1.2.3.4' ]
disk = [ 'phy:/dev/mapper/node0101vg0-xen22,0x3,w' ]
How do I assign a 2nd disk, but still have it boot on
/dev/mapper/node0101vg0-xen22 ? Should it be something like this:
disk = [
'phy:/dev/mapper/node0101vg0-xen22,0x3,w','phy:/dev/mapper/node0101vg0-xen22bis,0x4,w'
]
Thomas
P.S: Sorry to post here, but I don't read xen-users...
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-11-29 18:09 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-29 18:09 Adding a 2nd disk to a NetBSD VM Thomas Goirand
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.