Rate This Document
Findability
Accuracy
Completeness
Readability

Mapping Block Device Images

Perform operations in this section only on ceph1.

  1. Map image1 in the RBD storage pool to client1.
    1
    ssh client1 "rbd map vdbench/image1"
    
  2. 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:
    1
    ls /dev |  grep rbd
    

    If rbd0 is displayed in the command output, the creation is successful.