Overview
Request 1036692 accepted
- add container-storage-driver.sh (bsc#1197093)
- postinstall script: slight cleanup, no functional change
- Created by dirkmueller
- In state accepted
- Package maintainers: dancermak and danishprakash
- Supersedes 1036431
Shouldn't this be in /usr/etc/profile.d/
?
This might override whatever the user set in ~/.config/containers/storage.conf
I can make it only set it when there is no config file (it really only matters until you have pulled the first container anyway)
AFAIK the vfs
driver is "mostly for debugging" or something like that
I believe you're right, yup
According to https://docs.docker.com/storage/storagedriver/select-storage-driver/ the decision matrix for deciding the right storage driver for rootless should be something like this
IF filesystem=btrfs overlayfs driver = btrfs
ELSE IF filesystem=ext4|xfs (ftype=1) THEN driver = overlay|overlay2
ELSE driver= fuse-overlayfs
there is a different decision logic for rootless, as fuse-overlayfs is never chosen, but vfs instead.
anyway, forced it to overlayfs. if overlayfs don't work the user then has to know that they have to set "vfs" explicitly.
Request History
dirkmueller created request
- add container-storage-driver.sh (bsc#1197093)
- postinstall script: slight cleanup, no functional change
RBrownSUSE accepted request