Skip to content

Commit 8b3eb92

Browse files
committed
fix: podman
1 parent 183c122 commit 8b3eb92

File tree

1 file changed

+13
-0
lines changed
  • DevOps/Infrastructure-Solutions/Podman

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
## Issues
2+
3+
`Error: failed to create volume "immich-data": giving /mnt/media-box/immich a label: setting selinux label for /mnt/media-box/immich to "system_u:object_r:container_file_t:s0:c785,c978" as shared: lsetxattr /mnt/media-box/immich: operation not supported`
4+
5+
An Volume was on an sshfs mount, the type was `DirectoryOrCreate`, it must be `Directory` or else selinux labeling is tried
6+
7+
```yaml
8+
volumes:
9+
- name: immich-data
10+
hostPath:
11+
path: /mnt/media-box/immich
12+
type: Directory
13+
```

0 commit comments

Comments
 (0)