Quobyte Configuration

The Quobyte filesystem must be mounted and available on your Bacula Client machine. The configuration can be done through the /etc/quobyte/client.cfg or when using systemd /etc/quobyte/client-service.cfg.

root# cat /etc/quobyte/client-service.cfg
# By default these are the options for the quobyte systemd service
# quobyte-client.service

multi-tenant
# Where to mount to
mount_point=/quobyte
registry=f7sskksge.myquobyte.net
uuid=yyyy-xxx-zzzz-aaaa-bbbbbbbbb

Mount the Quobyte filesystem to your machine:

root# mkdir /quobyte

root# systemctl enable --now quobyte-client

root# ls /quobyte
tenant_1
tenant_2

Install the qmgmt Quobyte tool and test the access.

Note

Refer to the Quobyte installation guide for more information.

Go back to the main Quobyte Configuration chapter.

Go back to the main Quobyte page.