All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Goirand <thomas@goirand.fr>
To: xen-devel@lists.xensource.com
Subject: Adding a 2nd disk to a NetBSD VM
Date: Tue, 30 Nov 2010 02:09:22 +0800	[thread overview]
Message-ID: <4CF3EC52.4030409@goirand.fr> (raw)

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...

                 reply	other threads:[~2010-11-29 18:09 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4CF3EC52.4030409@goirand.fr \
    --to=thomas@goirand.fr \
    --cc=xen-devel@lists.xensource.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.