-
Notifications
You must be signed in to change notification settings - Fork 261
Open
Description
hanwen@hanwen-flow:~/vc/containers/podman$ mount | grep podman
/dev/mapper/vgubuntu-data on /home/hanwen/.local/share/containers/storage/btrfs type btrfs (rw,noatime,ssd,discard=async,space_cache=v2,subvolid=299,subvol=/hanwen-podman)
hanwen@hanwen-flow:~/vc/containers/podman$ podman run -dt docker.io/library/httpd
Error: "/home/hanwen/.local/share/containers/storage/btrfs" is not on a btrfs filesystem: prerequisites for driver not satisfied (wrong filesystem?)
clearly, the btrfs dir is on a btrfs filesystem. The FSMagic function looks at the parent dir of the passed in path,
I don't understand why does it, but it's been like that since it was introduced in 48b1dd0.
Metadata
Metadata
Assignees
Labels
No labels