Comment 2 for bug 1567857

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (master)

Reviewed: https://review.openstack.org/303336
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=bc10d29e418bd998fe408ccb5e544d72e1e52dda
Submitter: Jenkins
Branch: master

commit bc10d29e418bd998fe408ccb5e544d72e1e52dda
Author: Jianghua Wang <email address hidden>
Date: Fri Apr 8 11:14:23 2016 +0100

    XenAPI: specify block size for writing config drive.

    When writing config drive, dd by default uses 512B as the block
    size. It costs more than 3mins to write the 64M config drive.
    It's longer than expected: Some health checking(fuel's heat
    checking) on XenServer may failed due to timeout. So we need
    improve the performance via specifying a bigger block size
    with dd.

    Change-Id: I359e17d6d5838f4028df0bd47e4825de420eb383
    Closes-Bug: #1567857