mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-07 12:29:56 +00:00
kernel: support CONFIG_TMPFS_XATTR=y
Currently, Kata EROFS support needs it, otherwise it will: [ 0.564610] erofs: (device sda): mounted with root inode @ nid 36. [ 0.564858] overlayfs: failed to set xattr on upper [ 0.564859] overlayfs: ...falling back to index=off,metacopy=off. [ 0.564860] overlayfs: ...falling back to xino=off. Signed-off-by: Gao Xiang <hsiangkao@linux.alibaba.com>
This commit is contained in:
parent
e9b45126fc
commit
b681dfb594
@ -35,6 +35,7 @@ CONFIG_INOTIFY_USER=y
|
||||
CONFIG_FANOTIFY=y
|
||||
CONFIG_AUTOFS_FS=y
|
||||
CONFIG_TMPFS=y
|
||||
CONFIG_TMPFS_XATTR=y
|
||||
CONFIG_DEVTMPFS=y
|
||||
CONFIG_DEVTMPFS_MOUNT=y
|
||||
CONFIG_MISC_FILESYSTEMS=y
|
||||
|
@ -1 +1 @@
|
||||
153
|
||||
154
|
||||
|
Loading…
Reference in New Issue
Block a user