Created attachment 1851512 [details] screenshot showcasing both syntax mentioned in single procedure Describe the issue:Modification needed in creating block device snapshot section Describe the task you were trying to accomplish:Create a block device snapshot using doc. Suggestions for improvement:Procedure for creating snapshot should showcase 2 methods instead of mentioning 2 syntax in single procedure. This leads to file exists error since both below syntax are 2 different methods of creating a block device snapshot. rbd --pool POOL_NAME snap create --snap SNAP_NAME IMAGE_NAME rbd snap create POOL_NAME/IMAGE_NAME@SNAP_NAME Document URL:https://access.redhat.com/documentation/en-us/red_hat_ceph_storage/5/html-single/block_device_guide/index#ceph-block-device-snapshots_block Chapter/Section Number and Title: Chapter 5/Section 5.4 and Creating a block device snapshot Product Version:5.0 Environment Details: Any other versions of this document that also needs this update:NO Additional information: [root@ceph-neha-05yp06-node6 ~]# rbd --pool pool1 snap create --snap snap1 image1 Creating snap: 100% complete...done. [root@ceph-neha-05yp06-node6 ~]# rbd snap create pool1/image1@snap1 Creating snap: 0% complete...failed. rbd: failed to create snapshot: (17) File exists
*** This bug has been marked as a duplicate of bug 2041719 ***