From: Kefu Chai Date: Tue, 1 Sep 2020 02:05:11 +0000 (+0800) Subject: PendingReleaseNotes: mention `bdev_nvme_retry_count` was dropped X-Git-Tag: v16.1.0~1230^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F36775%2Fhead;p=ceph.git PendingReleaseNotes: mention `bdev_nvme_retry_count` was dropped Signed-off-by: Kefu Chai --- diff --git a/PendingReleaseNotes b/PendingReleaseNotes index 53c7c310f76..27f1e4b7edc 100644 --- a/PendingReleaseNotes +++ b/PendingReleaseNotes @@ -99,6 +99,10 @@ an OSD compaction on start. Setting this option to ``true`` and restarting an OSD will result in an offline compaction of the OSD prior to booting. +* OSD: the option named ``bdev_nvme_retry_count`` has been removed. Because + in SPDK v20.07, there is no easy access to bdev_nvme options, and this + option is hardly used, so it was removed. + * Now when noscrub and/or nodeep-scrub flags are set globally or per pool, scheduled scrubs of the type disabled will be aborted. All user initiated scrubs are NOT interrupted.