Comment 15 for bug 1544818

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

Reviewed: https://review.openstack.org/350108
Committed: https://git.openstack.org/cgit/openstack/fuel-agent/commit/?id=d58de668f6b86aac2ff526a6e1eb1486ccb41bc5
Submitter: Jenkins
Branch: stable/8.0

commit d58de668f6b86aac2ff526a6e1eb1486ccb41bc5
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 e74e783128daca56c05b7b6568e91cd6fc908f96)