ansible-concourse icon indicating copy to clipboard operation
ansible-concourse copied to clipboard

Check if mkfs.btrfs exist

Open OriolOMM opened this issue 4 years ago • 1 comments

Hi,

I was deploying concourse-worker on an Ubuntu 18.04.04 machine. I decide to go for btrfs filesystem for worker volume.

Ansible failed because mkfs.btrfs command was not found.

Should we verify that btrfs-progs package is installed before try to create the filesystem? I can do a PR if you agree.

Regards

OriolOMM avatar Apr 02 '20 10:04 OriolOMM

Thanks for the suggestion! Yes, installing the appropriate required packages if the btrfs driver is selected makes sense to me. A PR would be appreciated.

troykinsella avatar Jun 11 '20 18:06 troykinsella