Back to bug 2049851

Who When What Removed Added
Vikhyat Umrao 2022-02-02 19:31:44 UTC Target Release 5.2 5.1
Assignee nojha ksirivad
Vikhyat Umrao 2022-02-02 19:34:53 UTC Comment 0 updated
Red Hat One Jira (issues.redhat.com) 2022-02-02 19:36:14 UTC Link ID Red Hat Issue Tracker RHCEPH-3101
Veera Raghava Reddy 2022-02-21 18:42:02 UTC CC vereddy
Vikhyat Umrao 2022-02-28 17:16:17 UTC Flags needinfo?(ksirivad)
Neha Ojha 2022-03-02 21:18:46 UTC Flags needinfo?(ksirivad)
Status ASSIGNED POST
errata-xmlrpc 2022-03-03 04:52:04 UTC Fixed In Version ceph-16.2.7-76.el8cp
Status POST MODIFIED
CC tserlin
Status MODIFIED ON_QA
Pawan 2022-03-03 15:45:47 UTC Flags needinfo?(ksirivad)
Status ON_QA VERIFIED
Kamoltat (Junior) Sirivadhna 2022-03-03 16:59:39 UTC Status VERIFIED ON_QA
Kamoltat (Junior) Sirivadhna 2022-03-04 19:06:39 UTC Status ON_QA VERIFIED
Ranjini M N 2022-03-08 09:41:39 UTC CC rmandyam
Docs Contact rmandyam
Flags needinfo?(ksirivad)
Ranjini M N 2022-03-08 09:43:08 UTC Blocks 2031073
Kamoltat (Junior) Sirivadhna 2022-03-09 15:29:37 UTC Doc Type If docs needed, set a value Release Note
Doc Text Pools can now be created with `--bulk` flag. Any pools created with `bulk` will use a profile of the `pg_autoscaler` that provides more performance from the start by having a full complement of PGs and only scales down when the usage ratio across the pool is not even. However, if the pool doesn’t have the bulk flag, the pool will start out with minimal PGs and only when there is more usage in the pool.

To create pool with bulk flag:
``ceph osd pool create <pool-name> --bulk``

To set/unset bulk flag of existing pool:
``ceph osd pool set <pool-name> bulk <true/false/1/0>``

To get bulk flag of existing pool:
``ceph osd pool get <pool-name> bulk``
Ranjini M N 2022-03-16 14:03:35 UTC Doc Text Pools can now be created with `--bulk` flag. Any pools created with `bulk` will use a profile of the `pg_autoscaler` that provides more performance from the start by having a full complement of PGs and only scales down when the usage ratio across the pool is not even. However, if the pool doesn’t have the bulk flag, the pool will start out with minimal PGs and only when there is more usage in the pool.

To create pool with bulk flag:
``ceph osd pool create <pool-name> --bulk``

To set/unset bulk flag of existing pool:
``ceph osd pool set <pool-name> bulk <true/false/1/0>``

To get bulk flag of existing pool:
``ceph osd pool get <pool-name> bulk``
.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` and provides better performance from the start and has a full complement of placement groups (PGs) and scales down only when the usage ratio across the pool 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_
ceph osd pool unset _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
----
Flags needinfo?(ksirivad)
Ranjini M N 2022-03-17 09:30:01 UTC Doc Type Release Note Enhancement
Ranjini M N 2022-03-21 09:26:01 UTC 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` and provides better performance from the start and has a full complement of placement groups (PGs) and scales down only when the usage ratio across the pool 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_
ceph osd pool unset _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
----
.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
----
Kamoltat (Junior) Sirivadhna 2022-03-21 15:26:42 UTC Flags needinfo?(ksirivad) needinfo?(ksirivad) needinfo?(ksirivad)
errata-xmlrpc 2022-04-04 08:04:45 UTC Status VERIFIED RELEASE_PENDING
errata-xmlrpc 2022-04-04 10:23:35 UTC Status RELEASE_PENDING CLOSED
Resolution --- ERRATA
Last Closed 2022-04-04 10:23:35 UTC
errata-xmlrpc 2022-04-04 10:23:57 UTC Link ID Red Hat Product Errata RHSA-2022:1174

Back to bug 2049851