Bug 1396284

Summary: [Doc] : 'BLOCK DEVICE GUIDE' - change command example in 'Configuring Pool Mirroring' - create user
Product: Red Hat Ceph Storage Reporter: Rachana Patel <racpatel>
Component: DocumentationAssignee: Bara Ancincova <bancinco>
Status: CLOSED CURRENTRELEASE QA Contact: ceph-qe-bugs <ceph-qe-bugs>
Severity: high Docs Contact:
Priority: unspecified    
Version: 2.1CC: asriram, kdreyer
Target Milestone: rc   
Target Release: 2.1   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-11-28 09:38:46 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Rachana Patel 2016-11-17 21:21:30 UTC
Description of problem:
======================
https://doc-stage.usersys.redhat.com/documentation/en/red-hat-ceph-storage/2/single/block-device-guide/#configuring_mirroring


 4.4. Configuring Mirroring -  'Configuring Pool Mirroring' step 2

ceph auth get-or-create client.local mon 'allow r' osd 'allow class-read object_prefix rbd_children, allow rwx pool=data' -o /etc/ceph/local.client.local.keyring --cluster local


ceph auth get-or-create client.remote mon 'allow r' osd 'allow class-read object_prefix rbd_children, allow rwx pool=data' -o /etc/ceph/remote.client.remote.keyring --cluster remote

should be

ceph auth get-or-create client.local mon 'allow r' osd 'allow class-read object_prefix rbd_children, allow pool data rwx' -o /etc/ceph/local.client.local.keyring --cluster local


ceph auth get-or-create client.remote mon 'allow r' osd 'allow class-read object_prefix rbd_children, allow pool data rwx' -o /etc/ceph/remote.client.remote.keyring --cluster remote


( change "allow rwx pool=data" to  "allow pool data rwx")

Additional info:
================
syntax mentioned in example is not throwing any error but later it is not syncing images from data pool

changed suggested works fine and able to sync images

Comment 3 Rachana Patel 2016-11-21 19:11:56 UTC
lgtm