Comment 20 for bug 1544818

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-agent (stable/7.0)

Reviewed: https://review.openstack.org/359881
Committed: https://git.openstack.org/cgit/openstack/fuel-agent/commit/?id=0cc992ba32b1608fcbfe2bc9db4e15491e9a6cb3
Submitter: Jenkins
Branch: stable/7.0

commit 0cc992ba32b1608fcbfe2bc9db4e15491e9a6cb3
Author: Dmitry Guryanov <email address hidden>
Date: Thu May 19 19:02:23 2016 +0300

    change configdrive format to ConfigDrive version 2

    We put configdrive with is9660 filesystem to a
    partition on a hard disk. New hard disks may have
    4K sectors, but blocksize of iso9660 fs is 2K so
    it will not work.

    To fix this bug we should use another filesystem (ext2)
    and another config drive format (files, directory
    structure), because NoCloud format, which is currently
    used support only vfat and iso9660 filesystems.

    Change-Id: Ia0f244f19bab3dfaceef8a092ad03667675a5557
    Closes-Bug: #1544818
    (cherry picked from commit d58de668f6b86aac2ff526a6e1eb1486ccb41bc5)