add ceph fs kernel driver to arm iso

The Minikube ISO for aarch64 did not contain the Ceph Filesystem kernel
driver build parameters present for the x86_64 build. This is critical
for running Rook (https://rook.io) storage on Minikube.

`CONFIG_CEPH_LIB=y` was already present, however `CONFIG_CEPH_FS=m` and
`CONFIG_CEPH_FS_POSIX_ACL=y` (both present in the x86_64 image) were not
present and are added here.

Signed-off-by: Blaine Gardner <blaine.gardner@ibm.com>
pull/18213/head
Blaine Gardner 2024-02-19 15:48:20 -07:00 committed by Steven Powell
parent 9c87972c5e
commit 9a604085bb
1 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,8 @@ CONFIG_MEMCG_SWAP=y
CONFIG_BLK_CGROUP=y
CONFIG_BLK_DEV_RBD=m
CONFIG_CEPH_LIB=y
CONFIG_CEPH_FS=m
CONFIG_CEPH_FS_POSIX_ACL=y
CONFIG_CGROUP_PIDS=y
CONFIG_CGROUP_FREEZER=y
CONFIG_CGROUP_HUGETLB=y