xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: Bastian de Groot <degroot@univention.de>
To: xen-devel@lists.xensource.com
Subject: Race condition in /etc/xen/scripts/block
Date: Fri, 16 Jul 2010 11:59:10 +0200	[thread overview]
Message-ID: <201007161159.10982.degroot@univention.de> (raw)

Hello,

I am trying to figure out the behavior of the hook-script for block devices 
(/etc/xen/scripts/block).

Here is the problem:
I want to start a VM. It shall boot from a dm-device, which is setup by a  
script executed in the script /etc/xen/scripts/block. The dm-device doesn't  
exist when "xm start " is executed . 

When I place the setup script at the top of the block-script, everything  
works fine (http://pastebin.com/UYYbGupC). But when the script is placed in  
the phy case branch of the block-script, the VM won't start 
(http://pastebin.com/iPdJ65AH).

Whether the VM starts or not, also depends on the runtime of the setup script. 
When the script is executed fast, it is much more likely that the VM starts.

So, is there a way to setup a device in the hook-script?

My configuration: Xen 3.4 on a 2.6.32 Kernel

I would appreciate your help on that very much,
Bastian

             reply	other threads:[~2010-07-16  9:59 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-07-16  9:59 Bastian de Groot [this message]
2010-07-16 10:07 ` Race condition in /etc/xen/scripts/block James Harper
2010-07-16 11:28   ` Bastian de Groot
2010-07-16 11:35     ` James Harper
2010-07-20 11:56       ` Bastian de Groot

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=201007161159.10982.degroot@univention.de \
    --to=degroot@univention.de \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).