我要评分
获取效率
正确性
完整性
易理解

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.