File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed
Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -4260,3 +4260,22 @@ options:
42604260 services :
42614261 - rgw
42624262 with_legacy : true
4263+ - name : rgw_replica_read_policy
4264+ type : str
4265+ level : advanced
4266+ desc : read policy for sending read requests to OSD
4267+ fmt_desc : |
4268+ Policy for determining which OSD will receive read operations.
4269+ If set to ``default``, each PG's primary OSD will always be used
4270+ for read operations. If set to ``balance``, read operations will
4271+ be sent to a randomly selected OSD within the replica set. If set
4272+ to ``localize``, read operations will be sent to the closest OSD
4273+ as determined by the CRUSH map.
4274+ default : default
4275+ services :
4276+ - rgw
4277+ enum_values :
4278+ - default
4279+ - balance
4280+ - localize
4281+ with_legacy : true
You can’t perform that action at this time.
0 commit comments