From: Matt Vandermeulen Date: Thu, 15 Feb 2024 17:05:02 +0000 (-0400) Subject: common: remove lingering bdev_async_discard option X-Git-Tag: v20.0.0~2400^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=671e1265a6c0e9d135bf87f59d1ac3ef96635794;p=ceph.git common: remove lingering bdev_async_discard option Signed-off-by: Matt Vandermeulen --- diff --git a/src/common/options/global.yaml.in b/src/common/options/global.yaml.in index 6f255f9d576..ae1931cf043 100644 --- a/src/common/options/global.yaml.in +++ b/src/common/options/global.yaml.in @@ -4008,31 +4008,18 @@ options: flags: - runtime see_also: - - bdev_async_discard - - bdev_async_discard_threads -- name: bdev_async_discard - desc: send discards to the block device in one or more threads - type: uint - level: advanced - default: false - with_legacy: false - flags: - - runtime - see_also: - - bdev_enable_discard - bdev_async_discard_threads - name: bdev_async_discard_threads desc: number of discard threads used to issue discards to the device type: uint level: advanced - default: 1 - min: 1 + default: 0 + min: 0 with_legacy: false flags: - runtime see_also: - bdev_enable_discard - - bdev_async_discard - name: bdev_flock_retry_interval type: float level: advanced