fb411f4869 | ||
---|---|---|
.. | ||
11-blobfuse2.conf | ||
12-bfusemon.conf | ||
baseConfig.yaml | ||
blobfuse2-logrotate | ||
blobfuse2.service | ||
readme.md |
readme.md
systemd service file for blobfuse2
Step to install this to systemd
- If you are existing blobfuse user follow the MIGRATION.md file on how to convert blobfuse config and cli parameters to blobfuse2 compliant config
- Prepare the config file. Name of the container should be specified by
azstorage:container
in config file or AZURE_STORAGE_ACCOUNT_CONTAINER environment variable. - Download blobfuse2.service and put it into /etc/systemd/system
- Edit the file, changing environment values in Service block.
- Run command to reload service config files:
systemctl daemon-reload
- Start service:
systemctl start blobfuse2.service
- Make the service starting with system:
systemctl enable blobfuse2.service
- Please Note that the example has the User AzureUser, please create a user called AzureUser or replace this with an existing user.