From cdffb29760126f623e9f87f238705ce07919404a Mon Sep 17 00:00:00 2001 From: Konrad Sztyber Date: Wed, 28 Sep 2022 14:53:41 +0200 Subject: [PATCH] changelog: add a note about v22.09 changes in the VMD driver Signed-off-by: Konrad Sztyber Change-Id: Ie03d1c26fffaef848ef881346d6d76a4276cc4ba Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/14748 Tested-by: SPDK CI Jenkins Reviewed-by: Tomasz Zawadzki Reviewed-by: Ben Walker --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd5c8fcd2..a6041af3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -105,6 +105,12 @@ start/stop. Applications using the virtio library in vhost-user mode should now the application's memory using the -s/--mem-size option and use single shared memory file segments using the -g/--single-file-segments option. +### vmd + +Fixed hotplug when a device is inserted in a slot in which a disk was already enumerated previously. +Added two new RPCs: `vmd_remove_device` simulating a hotremove, and `vmd_rescan`, which rescans all +buses managed by the VMD driver and hotplugs all newfound devices. + ## v22.05 ### sock