diff options
author | Cory Snyder <csnyder@iland.com> | 2022-11-02 21:06:23 +0100 |
---|---|---|
committer | Cory Snyder <csnyder@iland.com> | 2022-12-12 09:24:35 +0100 |
commit | 9052ca420f003af4b89b568c50bd5083333d3010 (patch) | |
tree | 018ad18c40ed32ae6956d5dbf8a8ab1ba47d5081 /src/test/cli | |
parent | Merge pull request #49325 from liu-chunmei/crimson-reactor_utilization (diff) | |
download | ceph-9052ca420f003af4b89b568c50bd5083333d3010.tar.xz ceph-9052ca420f003af4b89b568c50bd5083333d3010.zip |
rgw: add 'inline_data' zone placement info option
Adds a new RGW zone placement info option to control whether
an object's first data chunk is placed in the head object.
This allows admins to make a tradeoff between optimizing for
PUT/GET performance vs. DELETE performance for some cluster
configurations.
Fixes: https://tracker.ceph.com/issues/57965
Signed-off-by: Cory Snyder <csnyder@iland.com>
Diffstat (limited to 'src/test/cli')
-rw-r--r-- | src/test/cli/radosgw-admin/help.t | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/test/cli/radosgw-admin/help.t b/src/test/cli/radosgw-admin/help.t index 34953ad2054..6c987c413ec 100644 --- a/src/test/cli/radosgw-admin/help.t +++ b/src/test/cli/radosgw-admin/help.t @@ -262,6 +262,9 @@ --data-extra-pool=<pool> placement target data extra (non-ec) pool --placement-index-type=<type> placement target index type (normal, indexless, or #id) + --placement-inline-data=<true> + set whether the placement target is configured to store a data + chunk inline in head objects --compression=<type> placement target compression type (plugin name or empty/none) --tier-type=<type> zone tier type --tier-config=<k>=<v>[,...] |