Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
This project is now read‑only. Starting Monday, February 2, please use https://ibm-ceph.atlassian.net/ for all bug tracking management.

Bug 1895187

Summary: [Doc RFE] Document the global- and pool-level configurations overrides
Product: [Red Hat Storage] Red Hat Ceph Storage Reporter: Jason Dillaman <jdillama>
Component: DocumentationAssignee: Amrita <asakthiv>
Documentation sub component: Block Device Guide QA Contact: Veera Raghava Reddy <vereddy>
Status: CLOSED CURRENTRELEASE Docs Contact: Aron Gunn <agunn>
Severity: medium    
Priority: unspecified CC: agunn, asakthiv, asriram, hyelloji, kdreyer, khartsoe
Version: 4.2   
Target Milestone: ---   
Target Release: 4.2   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2022-05-04 14:41:33 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jason Dillaman 2020-11-05 23:20:58 UTC
Description of problem:
The global and pool-level config overrides are not documented. Additionally, image-level config overrides are documented using out-of-date methods ('rbd image-meta set conf_<key> <value>').


Version-Release number of selected component (if applicable):
RHCS 4.0

Comment 1 RHEL Program Management 2020-11-05 23:21:06 UTC
Please specify the severity of this bug. Severity is defined here:
https://bugzilla.redhat.com/page.cgi?id=fields.html#bug_severity.

Comment 7 Harish Munjulur 2020-11-20 17:14:28 UTC
1. List does not include a key option- It will list all the keys that are set 

Global Level

#rbd config global list global

o/p:
Name               Value Section 
rbd_qos_bps_burst  10    global  
rbd_qos_iops_limit 2     global 

Pool level 

#rbd config pool list pool-name

Comment 11 Harish Munjulur 2020-11-24 16:28:13 UTC
Document changes looks good.