Bug 2049851 - mon: osd pool create <pool-name> with --bulk flag
Summary: mon: osd pool create <pool-name> with --bulk flag
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Ceph Storage
Classification: Red Hat Storage
Component: RADOS
Version: 5.1
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: ---
: 5.1
Assignee: Kamoltat (Junior) Sirivadhna
QA Contact: Pawan
Ranjini M N
URL:
Whiteboard:
Depends On:
Blocks: 2031073
TreeView+ depends on / blocked
 
Reported: 2022-02-02 19:30 UTC by Vikhyat Umrao
Modified: 2022-04-04 10:23 UTC (History)
17 users (show)

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 ----
Clone Of:
Environment:
Last Closed: 2022-04-04 10:23:35 UTC
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github ceph ceph pull 44847 0 None open pacific: mon: osd pool create <pool-name> with --bulk flag 2022-02-02 19:30:39 UTC
Red Hat Issue Tracker RHCEPH-3101 0 None None None 2022-02-02 19:36:14 UTC
Red Hat Product Errata RHSA-2022:1174 0 None None None 2022-04-04 10:23:57 UTC

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


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