Unverified Commit 8f7c77eb authored by openeuler-ci-bot's avatar openeuler-ci-bot Committed by Gitee
Browse files

!5709 【OLK-6.6】configs: arm64: Enable CONFIG_DLM

Merge Pull Request from: @wenzhiwei11 
 
Enable CONFIG_DLM for arm64
issue:
https://gitee.com/open_euler/dashboard?issue_id=I9DIKQ

When attempting to start the dlm service, it was discovered that the ARM architecture does not support dlm, while the x86 architecture does, allowing the service to start successfully. To enable dlm support in OLK-6.6, it is necessary to enable DLM. The service can run without issues on the aarch64 architecture of openEuler-24.03.

Test:
After enabling the CONFIG-DLM configuration, the dlm.service can start successfully.

 
 
Link:https://gitee.com/openeuler/kernel/pulls/5709

 

Reviewed-by: default avatarHou Tao <houtao1@huawei.com>
Reviewed-by: default avatarLiu Chao <liuchao173@huawei.com>
Signed-off-by: default avatarZheng Zengkai <zhengzengkai@huawei.com>
parents 8085a8c7 8e240f1c
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -2698,6 +2698,7 @@ CONFIG_MD_RAID10=m
CONFIG_MD_RAID456=m
CONFIG_MD_MULTIPATH=m
CONFIG_MD_FAULTY=m
# CONFIG_MD_CLUSTER is not set
CONFIG_BCACHE=m
# CONFIG_BCACHE_DEBUG is not set
# CONFIG_BCACHE_CLOSURES_DEBUG is not set
@@ -6930,6 +6931,7 @@ CONFIG_XFS_POSIX_ACL=y
# CONFIG_GFS2_FS is not set
CONFIG_OCFS2_FS=m
CONFIG_OCFS2_FS_O2CB=m
CONFIG_OCFS2_FS_USERSPACE_CLUSTER=m
# CONFIG_OCFS2_FS_STATS is not set
# CONFIG_OCFS2_DEBUG_MASKLOG is not set
# CONFIG_OCFS2_DEBUG_FS is not set
@@ -7225,7 +7227,8 @@ CONFIG_NLS_MAC_ROMANIAN=m
CONFIG_NLS_MAC_TURKISH=m
CONFIG_NLS_UTF8=m
CONFIG_NLS_UCS2_UTILS=m
# CONFIG_DLM is not set
CONFIG_DLM=m
# CONFIG_DLM_DEBUG is not set
CONFIG_UNICODE=y
# CONFIG_UNICODE_NORMALIZATION_SELFTEST is not set
CONFIG_IO_WQ=y