Mapping Block Device Images
Perform operations in this section only on ceph1.
- Map image1 in the RBD storage pool to client1.
1ssh client1 "rbd map vdbench/image1"
- Check whether the mapping is successful. Log in to client1, client2, and client3, and run the following command to check whether the creation is successful:
1ls /dev | grep rbd
If rbd0 is displayed in the command output, the creation is successful.
- For details about how to quickly map block devices, see How Do I Quickly Map Block Devices?.
- For more information about RBD, see the description in the Ceph open source community.
Parent topic: Enabling Ceph Block Storage