Bug 1396284 - [Doc] : 'BLOCK DEVICE GUIDE' - change command example in 'Configuring Pool Mirroring' - create user
Summary: [Doc] : 'BLOCK DEVICE GUIDE' - change command example in 'Configuring Pool Mi...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Ceph Storage
Classification: Red Hat
Component: Documentation
Version: 2.1
Hardware: x86_64
OS: Linux
unspecified
high
Target Milestone: rc
: 2.1
Assignee: Bara Ancincova
QA Contact: ceph-qe-bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-11-17 21:21 UTC by Rachana Patel
Modified: 2016-11-28 09:38 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-11-28 09:38:46 UTC
Target Upstream Version:


Attachments (Terms of Use)

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


Note You need to log in before you can comment on or make changes to this bug.