buildbarn / bb-remote-execution

Tools for Buildbarn to allow remote execution of build actions
Apache License 2.0
110 stars 64 forks source link

[question] bb_worker can't find /bin/fusermount #152

Open havasd opened 5 days ago

havasd commented 5 days ago

We are trying to setup the fuse based worker in our BB deployment in AWS EKS.

But upon startup we receive the following error: Fatal error: rpc error: code = Unknown desc = Failed to expose build directory mount: Failed to create FUSE server: exec: \"/bin/fusermount\": stat /bin/fusermount: no such file or directory

I am not sure what is the expectation about fusermount? Are we suppossed to install it on the parent container? Or should it be actually part of the bb_worker image? Do we some more detailed documentation about the expectations around the infrastructure for the fuse based deployment?

EdSchouten commented 4 days ago

Are you making sure you enable directMount: true in your FUSE mount options?