Bug 2049851

Summary: mon: osd pool create <pool-name> with --bulk flag
Product: [Red Hat Storage] Red Hat Ceph Storage Reporter: Vikhyat Umrao <vumrao>
Component: RADOSAssignee: Kamoltat (Junior) Sirivadhna <ksirivad>
Status: CLOSED ERRATA QA Contact: Pawan <pdhiran>
Severity: high Docs Contact: Ranjini M N <rmandyam>
Priority: unspecified    
Version: 5.1CC: akupczyk, amathuri, bhubbard, ceph-eng-bugs, ceph-qe-bugs, choffman, ksirivad, lflores, nojha, pdhange, rfriedma, rmandyam, rzarzyns, sseshasa, tserlin, vereddy, vumrao
Target Milestone: ---   
Target Release: 5.1   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: ceph-16.2.7-76.el8cp Doc Type: Enhancement
Doc Text:
.Users can now create pools with the `--bulk` flag With this release, you can create pools with the `--bulk` flag. It uses a profile of the `pg_autoscaler` that provides better performance from the start by allocating a full complement of placement groups (PGs) and scales down the PGs only when the usage ratio across the pools is not even. If the pool does not have the `--bulk` flag, the pool starts out with minimal PGs. To create a pool with the bulk flag: .Syntax [source,subs="verbatim,quotes"] ---- ceph osd pool create _POOL_NAME_ --bulk ---- To set/unset bulk flag of existing pool: .Syntax [source,subs="verbatim,quotes"] ---- ceph osd pool set _POOL_NAME_ bulk _TRUE/FALSE/1/0_ ---- To get bulk flag of existing pool: .Syntax [source,subs="verbatim,quotes"] ---- ceph osd pool get _POOL_NAME_ bulk ----
Story Points: ---
Clone Of: Environment:
Last Closed: 2022-04-04 10:23:35 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:
Embargoed:
Bug Depends On:    
Bug Blocks: 2031073    

Description Vikhyat Umrao 2022-02-02 19:30:40 UTC
Description of problem:
mon: osd pool create <pool-name> with --bulk flag
https://github.com/ceph/ceph/pull/44847


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

In the workload-DFG clusters, we have seen that using --bulk always helps during pool creation and it makes sure that the PG autoscaler is not reducing the pool PG count from a given pg count that has been assigned to the pool via --bulk option.

Comment 18 errata-xmlrpc 2022-04-04 10:23:35 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory (Moderate: Red Hat Ceph Storage 5.1 Security, Enhancement, and Bug Fix update), and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHSA-2022:1174