March 2019
Intermediate to advanced
356 pages
10h 7m
English
The RBD assembly script will not work with BlueStore OSDs as BlueStore stores the RBD objects with a slightly different naming convention. An updated script is provided in the following steps to aid with RBD recovery.
Download the script to assist with the recovery of RBDs from BlueStore OSDs:
wget https://raw.githubusercontent.com/fiskn/assemble_bluestore_rbd/master/assemble_bluestore.shchmod +x ./assemble_bluestore.sh
Run the recovery script with three parameters, where first is the RBD image hash name, the second is the RBD size in bytes, and the third is the output filename.
The following example is from a 10 GB test RBD:
./assemble_bluestore.sh 7d8ad6b8b4567 1073741824 text.img
The following screenshot is the ...
Read now
Unlock full access