fuel-main/bootstrap
Vladimir Kozhukalov dad368c771 Fix file system mount in the future
The issue is that when image is built and immediately
copied to a slave node and if the slave node is not
synchronized with master node, we can encounter
the following error when running e2fsck

"Superblock last write time is in the future."

And then e2fsck returns exit code 1 which leads
fuel agent to fail. "broken_system_clock = true"
e2fsck option fixes the issue. Unfortunately,
this option can not be passed to e2fsck
as a CLI option (only via global config).

Another possible solution would be to artificially
set image timestamps into, for example, Jan 1 1970.

Change-Id: If8db3c1b09521d4093fdc928d595240928e92e49
Closes-Bug: #1489475
Co-Authored-By: Alexey Sheplyakov <asheplyakov@mirantis.com>
2015-08-31 13:01:35 +03:00
..
ssh bootstrap ssh key was added to bootstrap image 2012-06-08 18:11:18 +04:00
sync Fix file system mount in the future 2015-08-31 13:01:35 +03:00
module.mk Ubuntu based bootstrap 2015-07-23 16:11:35 +03:00
ubuntu.mk Ubuntu based bootstrap 2015-07-23 16:11:35 +03:00