Ceph RBD
General
In order to connect to Ceph RBD you need to provide the keyring and configuration files. The Ceph RBD storage provider should detect the volumes and pools in the environment and allow you to assign backup policies. vProtect uses the RBD-NBD approach to mount a remote RBD snapshot over NBD and read data.
Note:
vProtect needs access to the monitors specified in the Ceph configuration file.
When creating Ceph RBD storage provider for the OpenStack environment only the credentials specified in the storage provider form are used by OpenStack backup process - the actual technique (RBD-NBD mount or cinder in disk-attachment strategy) and node for connecting and the backup volumes depend on the OpenStack hypervisor manager settings, not in the storage provider settings
Example
Please complete the following steps to add the Ceph RBD storage provider:
vProtect Node supports Ceph RBD, for which you will need to install ceph libraries:
On vProtect Node enable the required repositories:
For vProtect node installed on RHEL7:
For vProtect node installed on RHEL8:
For vProtect node installed on CentOS7:
sudo yum install epel-release sudo rpm --import 'https://download.ceph.com/keys/release.asc' sudo yum install https://download.ceph.com/rpm-octopus/el7/noarch/ceph-release-1-1.el7.noarch.rpm
For vProtect node installed on CentOS8:
sudo yum install epel-release sudo rpm --import 'https://download.ceph.com/keys/release.asc' sudo yum install https://download.ceph.com/rpm-octopus/el8/noarch/ceph-release-1-1.el8.noarch.rpm
Install the rbd-nbd and ceph-common package, with all dependencies:
Go to
Storage
->Infrastructure
and clickAdd Storage Provider
Choose
Ceph RBD
as the type and select the node responsible for backup operationsProvide
Ceph keyring file contents
which is the contents of your keyring file from the Cinder host -/etc/ceph/ceph.client.admin.keyring
, for example: Note: Remember, both contents need to end with the new line sign.provide
Ceph configuration file contents
, for example:Click
Save
- now you can initiate inventory synchronization (pop-up message) to collect information about available volumes and poolslater you can use the
Inventory Synchronization
button on the right of the newly created provider on the list.
Your volumes will appear in the
Instances
section in the submenu on the left, from which you can initiate backup/restore/mount tasks or view volume backup history and its details.
Last updated