Merge "Mount ext3 filesystems as ext4 on single use slaves"

This commit is contained in:
Jenkins 2014-02-24 21:49:58 +00:00 committed by Gerrit Code Review
commit 158cbf0e4e

@ -39,5 +39,9 @@ fi
sudo mkdir -p /opt/git
sudo -i python /opt/nodepool-scripts/cache_git_repos.py
# We don't always get ext4 from our clouds, mount ext3 as ext4 on the next
# boot (eg when this image is used for testing).
sudo sed -i 's/ext3/ext4/g' /etc/fstab
sync
sleep 5