Commit 2a91567e authored by Marcin Spiewak's avatar Marcin Spiewak Committed by Jim Harris
Browse files

CHANGELOG.md: corrected typo



Corrected typo in CHANGELOG.md: pramater->parameter

Change-Id: Ida7bf677740885d0a3b4e5a44bca3a364c0d0295
Signed-off-by: default avatarMarcin Spiewak <marcin.spiewak@intel.com>
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/25286


Community-CI: Community CI Samsung <spdk.community.ci.samsung@gmail.com>
Tested-by: default avatarSPDK CI Jenkins <sys_sgci@intel.com>
Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com>
Reviewed-by: default avatarAnkit Kumar <ankit.kumar@samsung.com>
Reviewed-by: default avatarJim Harris <jim.harris@nvidia.com>
Reviewed-by: default avatarChangpeng Liu <changpeliu@tencent.com>
parent 6c35d974
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ options will be allowed.
Changed default mode: if no '-x' option is specified in bdev_nvme_attach_controller RPC call,
the multipath mode will be assigned as a default.

Changed `spdk_bdev_nvme_create` API function, the `multipath` pramater was removed as it is redundant
Changed `spdk_bdev_nvme_create` API function, the `multipath` parameter was removed as it is redundant
to `multipath` field in spdk_bdev_nvme_ctrlr_opts structure passed as a parameter to this function.
If multipathing shall be enabled for nvme bdev, `bdev_opts.multipath` shall be set to `true`. When
`bdev_opts.multipath` is set to `false`, failover mode is enabled.