samba-in-kubernetes/samba-container

Including additional VFS modules

phlogistonjohn opened this issue · 1 comments

Currently when we install samba we leave out certain VFS modules. These are modules that are packaged separately in fedora:
samba-vfs-cephfs
samba-vfs-glusterfs
samba-vfs-iouring

Should we just include them in all container images? Or would it be better to have some sort of alternate image/layer to handle it?

Note: we don't have to handle them all the same. We could choose to always include iouring but have additional layers for cephfs and/or glusterfs (for example).