CSCfi / pebbles

Pebbles is a frontend to manage cloud resources and lightweight user accounts.
MIT License
7 stars 6 forks source link

docker driver: overlay2 and prepare host fix #855

Closed tourunen closed 4 years ago

tourunen commented 4 years ago

The default storage backend for Docker on CentOS is overlay2 since some time already. Switch to using that by formatting docker storage volume as xfs, mounting it to /var/lib/docker and using the default storage configuration.

Also fix error detection in preparing pool VM, where unreachable host would pass without error.