All of lore.kernel.org
 help / color / mirror / Atom feed
* feature request - prevent user stupidity (eg mine)
@ 2007-06-21 14:10 James Harper
  2007-06-28  2:52 ` Ian Pratt
  0 siblings, 1 reply; 9+ messages in thread
From: James Harper @ 2007-06-21 14:10 UTC (permalink / raw)
  To: xen-devel

I foolishly made the following typo:

"
disk = [ 'phy:/dev/vg00/virt-smtp1-root,0301,w',
'phy:/dev/vg00/virt-smtp1-root,0302,w' ]
"

instead of:

"
disk = [ 'phy:/dev/vg00/virt-smtp1-root,0301,w',
'phy:/dev/vg00/virt-smtp1-swap,0302,w' ]"

(the type was that the same Dom0 block device is used twice in the first
example)

Which was working great until I did a 'mkswap /dev/hda2' inside the
domain, which really fscked things up :(

Given that there is almost no way you would ever want to publish the
same block device to the same virtual domain more than once, would there
be any value in flagging that as an error when you try and start the
domain?

Thanks

James

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2007-06-29  8:25 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-21 14:10 feature request - prevent user stupidity (eg mine) James Harper
2007-06-28  2:52 ` Ian Pratt
2007-06-28  4:04   ` Masaki Kanno
2007-06-29  0:05   ` Mark Williamson
2007-06-29  1:17     ` Daniel P. Berrange
2007-06-29  1:36       ` Mark Williamson
2007-06-29  2:38     ` Masaki Kanno
2007-06-29  2:47       ` Mark Williamson
2007-06-29  8:25         ` Masaki Kanno

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.