Skip to content

Commit d3f8722

Browse files
authored
Enable CONFIG_VIRTIO_FS (#2485) (#174)
With the KVM Cloud Hypervisor backend, we are looking to use virtio-fs with virtiofsd for volume mounts. Enable the necessary CONFIG_VIRTIO_FS option to support this device in the zone. Issue: edera-dev/protect#2485 Signed-off-by: Simon Veith <simon@edera.dev>
1 parent 1b799bb commit d3f8722

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

configs/aarch64/zone.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1339,6 +1339,7 @@ CONFIG_VIRT_DRIVERS=y
13391339
CONFIG_VMGENID=y
13401340
CONFIG_VIRTIO_ANCHOR=y
13411341
CONFIG_VIRTIO=y
1342+
CONFIG_VIRTIO_FS=y
13421343
CONFIG_VIRTIO_PCI_LIB=y
13431344
CONFIG_VIRTIO_PCI_LIB_LEGACY=y
13441345
CONFIG_VIRTIO_MENU=y

configs/x86_64/zone.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1711,6 +1711,7 @@ CONFIG_VIRTIO_PCI=y
17111711
CONFIG_VIRTIO_PCI_ADMIN_LEGACY=y
17121712
CONFIG_VIRTIO_PCI_LEGACY=y
17131713
CONFIG_VIRTIO_BALLOON=y
1714+
CONFIG_VIRTIO_FS=y
17141715
CONFIG_VIRTIO_MEM=y
17151716
CONFIG_VIRTIO_INPUT=y
17161717
CONFIG_VIRTIO_MMIO=y

0 commit comments

Comments
 (0)