concourse / concourse-bosh-deployment

A toolchain for deploying Concourse with BOSH.
Apache License 2.0
86 stars 155 forks source link

[investigation] Worker node fails to start on VirtualBox due to btrfs incompatibility #176

Open deniseyu opened 5 years ago

deniseyu commented 5 years ago

When deploying to bosh-lite in using the cluster manifest, the worker node will not start with the default configurations. The worker process errors due to an issue around mounting btrfs filesystem. (I have error logs on a different machine - will post later)

Workaround for now is to use overlay fs instead for VBox. To do so, include the storage-driver.yml ops file and --var storage_driver=overlay in the deployment script.