Comment 4 for bug 1452277

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

Reviewed: https://review.openstack.org/182587
Committed: https://git.openstack.org/cgit/stackforge/fuel-main/commit/?id=b1df628b0d8d77d6baf8dad1fead812b6e26f0e7
Submitter: Jenkins
Branch: master

commit b1df628b0d8d77d6baf8dad1fead812b6e26f0e7
Author: Sebastian Kalinowski <email address hidden>
Date: Wed May 13 11:08:52 2015 +0200

    Ignore time shifts in e2fsck on bootstrap

    Added /etc/e2fsck.conf with ignoring of problems related with
    time shifts between Fuel Master and bootstraped nodes.

    Ignoring two problems:
     * PR_0_FUTURE_SB_LAST_WRITE (0x000032) - Last write time is in the future
     * PR_0_FUTURE_SB_LAST_MOUNT (0x000031) - Last mount time is in the future

    Change-Id: Ie75538b92af9fdda0078a0a35799da5cde313fa5
    Closes-Bug: #1452277