Created attachment 1131 [details] 迁移后为 ANCK 内核 Description of problem: Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1.安装迁移工具 wget https://mirrors.openanolis.cn/anolis/migration/anolis-migration.repo -O /etc/yum.repos.d/anolis-migration.repo yum -y install centos2anolis 2.执行centos7到anolis7迁移,并设置参数为--rhck安装RHCK内核 centos2anolis.py --rhck 3.迁移完成检查内核版本 Actual results: 迁移后内核是ANCK而非RHCK 4.19.91-27.7.an7.x86_64 Expected results: 指定--rhck参数,迁移完成后内核是RHCK Additional info:
经过分析,是因为错误的把 kernel-4.19.91-27.7.an7 发到了 updates 仓库导致的, https://mirrors.openanolis.cn/anolis/7.9/updates/source/Packages/kernel-4.19.91-27.7.an7.src.rpm 其实这个 anck 的内核包应该发 plus 仓库,目前 plus 仓库已存在, https://mirrors.openanolis.cn/anolis/7.9/Plus/source/Packages/kernel-4.19.91-27.7.an7.src.rpm 应该从 updates 仓库移除 kernel-4.19.91-27.7.an7 版本内核。
yum repo 已经更新,此问题已解决。