Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
scripts: disable blkback shutdown handshaking
The blkback driver in 3.x kernels does not support shutdown
handshaking.  It's not needed (tapdisk does the right think anyway) so
disable it.

Signed-off-by: Simon Rowe <simon.rowe@eu.citrix.com>
  • Loading branch information
David Vrabel authored and Simon Rowe committed Jun 1, 2012
1 parent 2535f7d commit 61d5c23
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions scripts/init.d-xenopsd
Expand Up @@ -30,10 +30,6 @@ ulimit -c unlimited
start() { start() {
echo -n $"Starting the $NAME daemon: " echo -n $"Starting the $NAME daemon: "


# This init.d script is only used on the XCP 'appliance' so we assume
# we have the shutdown-request ability in the dom0 kernel
xenstore-write /local/domain/0/control/feature-shutdown-request 1

# Set domain 0's uuid to the correct value # Set domain 0's uuid to the correct value
. @INVENTORY@ . @INVENTORY@
@OPTDIR@/libexec/domain_sethandle -domid 0 -handle "${CONTROL_DOMAIN_UUID}" @OPTDIR@/libexec/domain_sethandle -domid 0 -handle "${CONTROL_DOMAIN_UUID}"
Expand Down

0 comments on commit 61d5c23

Please sign in to comment.