Merge "XenAPI: Fix bug with Xen ext4-using guests"

This commit is contained in:
Jenkins 2014-01-02 18:08:19 +00:00 committed by Gerrit Code Review
commit 161f1d70ee

View File

@ -79,3 +79,7 @@ bash /opt/stack/prepare_guest.sh \\
"$GUEST_PASSWORD" "$XS_TOOLS_PATH" "$STACK_USER" \\
> /opt/stack/prepare_guest.log 2>&1
EOF
# Need to set barrier=0 to avoid a Xen bug
# https://bugs.launchpad.net/ubuntu/+source/linux/+bug/824089
sed -i -e 's/errors=/barrier=0,errors=/' $STAGING_DIR/etc/fstab