From e610fc82ffe4154eb771c1c0605db64b48392858 Mon Sep 17 00:00:00 2001 From: Gabriela Cervantes Date: Thu, 28 Oct 2021 15:14:49 +0000 Subject: [PATCH] runtime: Remove comments about unsupported features in config for clh Cloud hypervisor is only supporting virtio-blk, this PR removes comments that make a wrong reference of other features that are not supported by clh. Fixes #2924 Signed-off-by: Gabriela Cervantes --- src/runtime/config/configuration-clh.toml.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/runtime/config/configuration-clh.toml.in b/src/runtime/config/configuration-clh.toml.in index 3e46d4961..2dc8a8322 100644 --- a/src/runtime/config/configuration-clh.toml.in +++ b/src/runtime/config/configuration-clh.toml.in @@ -105,8 +105,7 @@ virtio_fs_extra_args = @DEFVIRTIOFSEXTRAARGS@ virtio_fs_cache = "@DEFVIRTIOFSCACHE@" # Block storage driver to be used for the hypervisor in case the container -# rootfs is backed by a block device. This is virtio-scsi, virtio-blk -# or nvdimm. +# rootfs is backed by a block device. This is virtio-blk. block_device_driver = "virtio-blk" # Enable huge pages for VM RAM, default false