You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/common/options/global.yaml.in
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5391,6 +5391,18 @@ options:
5391
5391
desc: Enable health indication when spurious read errors are observed by OSD
5392
5392
default: true
5393
5393
with_legacy: true
5394
+
- name: bluestore_slow_ops_warn_lifetime
5395
+
type: uint
5396
+
level: advanced
5397
+
desc: A configurable duration for slow ops warning to be appeared if number of occurence pass `bluestore_slow_ops_warn_threshold` in `bluestore_slow_ops_warn_lifetime` seconds
5398
+
default: 86400
5399
+
with_legacy: true
5400
+
- name: bluestore_slow_ops_warn_threshold
5401
+
type: uint
5402
+
level: advanced
5403
+
desc: A configurable number for slow ops warning to be appeared if number of occurence pass `bluestore_slow_ops_warn_threshold` in `bluestore_slow_ops_warn_lifetime` seconds
5404
+
default: 1
5405
+
with_legacy: true
5394
5406
- name: bluestore_fsck_error_on_no_per_pool_omap
5395
5407
type: bool
5396
5408
level: advanced
@@ -6468,6 +6480,18 @@ options:
6468
6480
- aio
6469
6481
- spdk
6470
6482
- pmem
6483
+
- name: bdev_stalled_read_warn_lifetime
6484
+
type: uint
6485
+
level: advanced
6486
+
desc: A configurable duration for stalled read warning to be appeared if number of stalled read occurence pass `bdev_stalled_read_warn_threshold` in `bdev_stalled_read_warn_lifetime` seconds
6487
+
default: 86400
6488
+
with_legacy: true
6489
+
- name: bdev_stalled_read_warn_threshold
6490
+
type: uint
6491
+
level: advanced
6492
+
desc: A configurable number for stalled read warning to be appeared if number of stalled read occurence pass `bdev_stalled_read_warn_threshold` in `bdev_stalled_read_warn_lifetime` seconds
0 commit comments