Ceph osd daemon need to work on xfs filesystem, so add the kernel support. Signed-off-by: Dengke Du <[email protected]> --- features/xfs/xfs.cfg | 5 +++++ features/xfs/xfs.scc | 1 + 2 files changed, 6 insertions(+) create mode 100644 features/xfs/xfs.cfg create mode 100644 features/xfs/xfs.scc
diff --git a/features/xfs/xfs.cfg b/features/xfs/xfs.cfg new file mode 100644 index 00000000..aee7765d --- /dev/null +++ b/features/xfs/xfs.cfg @@ -0,0 +1,5 @@ +CONFIG_XFS_FS=y +CONFIG_XFS_QUOTA=y +CONFIG_XFS_POSIX_ACL=y +CONFIG_XFS_RT=y +CONFIG_VXFS_FS=m diff --git a/features/xfs/xfs.scc b/features/xfs/xfs.scc new file mode 100644 index 00000000..095dd96d --- /dev/null +++ b/features/xfs/xfs.scc @@ -0,0 +1 @@ +kconf non-hardware xfs.cfg -- 2.18.0 -- _______________________________________________ linux-yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/linux-yocto
