6e9293eaca
At this time blobcli makes use of all the bdev modules during compilation. Yet vbdev_lvol does examine, that already creates bs_dev on a bdev and loads blobstore for all devices where lvol store exists. Since bs_dev cannot be created on device twice, same as blobstore cannot be loaded twice. It prevented blobcli from displaying information for blobstore underlying lvol store. This patch remove vbdev_lvol from list of bdev modules for blobcli. Change-Id: I144ba22ec28f7f315e768745f5dd0cbbe3bbad86 Signed-off-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Reviewed-on: https://review.gerrithub.io/404832 Tested-by: SPDK Automated Test System <sys_sgsw@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Daniel Verkamp <daniel.verkamp@intel.com>