azure-storage-fuse/setup
Ubuntu 497b2263b1 update code changes 2024-08-20 10:22:16 +00:00
..
11-blobfuse2.conf First commit of blobfuse v2 code 2022-02-14 09:41:31 -08:00
12-bfusemon.conf Health monitor (#868) 2022-08-27 19:47:39 +05:30
advancedConfig.yaml ObjectID info updated and simplified base config (#1452) 2024-07-12 16:11:38 +05:30
baseConfig.yaml ObjectID info updated and simplified base config (#1452) 2024-07-12 16:11:38 +05:30
blobfuse2-logrotate Fixing log rotate script (#1211) 2023-07-25 17:53:57 +05:30
blobfuse2.service WorkingDirectory and User belong at Service level, verified in systemd 249 (249.11-0ubuntu3.9) (#1170) 2023-06-12 11:00:28 +05:30
packages.csv update code changes 2024-08-20 10:22:16 +00:00
readme.md First commit of blobfuse v2 code 2022-02-14 09:41:31 -08:00

readme.md

systemd service file for blobfuse2

Step to install this to systemd

  1. If you are existing blobfuse user follow the MIGRATION.md file on how to convert blobfuse config and cli parameters to blobfuse2 compliant config
  2. Prepare the config file. Name of the container should be specified by azstorage:container in config file or AZURE_STORAGE_ACCOUNT_CONTAINER environment variable.
  3. Download blobfuse2.service and put it into /etc/systemd/system
  4. Edit the file, changing environment values in Service block.
  5. Run command to reload service config files: systemctl daemon-reload
  6. Start service: systemctl start blobfuse2.service
  7. Make the service starting with system: systemctl enable blobfuse2.service
  8. Please Note that the example has the User AzureUser, please create a user called AzureUser or replace this with an existing user.