Project

General

Profile

Actions

Backport #54570

closed

quincy: mon/MonCommands.h: target_size_ratio range is incorrect

Added by Kamoltat (Junior) Sirivadhna about 2 years ago. Updated about 2 years ago.

Status:
Rejected
Priority:
Low
Target version:
-
Release:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

Currently if we give `target_size_ratio` a value more than 1.0 using the command: `ceph osd pool create <pool-name> --target_size_ratio <ratio>` it will result in error since the bound is 0.0-1.0. This is incorrect and should be changed to 0.0 -> nolimit. https://tracker.ceph.com/issues/43947 is where the target_size_ratio option changed its meaning.


Related issues 1 (0 open1 closed)

Copied from RADOS - Bug #54316: mon/MonCommands.h: target_size_ratio range is incorrectResolvedKamoltat (Junior) Sirivadhna

Actions
Actions #1

Updated by Kamoltat (Junior) Sirivadhna about 2 years ago

  • Copied from Bug #54316: mon/MonCommands.h: target_size_ratio range is incorrect added
Actions #2

Updated by Kamoltat (Junior) Sirivadhna about 2 years ago

  • Status changed from Pending Backport to Rejected
Actions

Also available in: Atom PDF