Bug 3489 - [Anolis 8.8] [全平台]Anolis8.2、8.4、8.6挂载8.8的镜像源升级失败
Summary: [Anolis 8.8] [全平台]Anolis8.2、8.4、8.6挂载8.8的镜像源升级失败
Status: CONFIRMED
Alias: None
Product: Anolis OS 8
Classification: Anolis OS
Component: Others (show other bugs) Others
Version: 8.8
Hardware: All Linux
: P2-High S2-major
Target Milestone: ---
Assignee: gaochang
QA Contact: shuming
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-12-15 22:38 UTC by sunqingwei
Modified: 2023-03-22 11:50 UTC (History)
3 users (show)

See Also:


Attachments
升级失败 (142.55 KB, image/png)
2022-12-15 22:38 UTC, sunqingwei
Details

Note You need to log in before you can comment on or make changes to this bug.
Description sunqingwei uniontech_group 2022-12-15 22:38:27 UTC
Created attachment 545 [details]
升级失败

使用镜像
https://mirrors.openanolis.cn/anolis/8.6/isos/QU1/x86_64/AnolisOS-8.6-QU1-x86_64-dvd.iso
https://mirrors.openanolis.cn/anolis/8.6/isos/QU1/aarch64/AnolisOS-8.6-QU1-aarch64-dvd.iso
https://mirrors.openanolis.cn/anolis/8.4/isos/GA/x86_64/AnolisOS-8.4-x86_64-dvd.iso
https://mirrors.openanolis.cn/anolis/8.4/isos/GA/aarch64/AnolisOS-8.4-aarch64-dvd.iso
https://mirrors.openanolis.cn/anolis/8.2/isos/QU2/x86_64/AnolisOS-8.2-QU2-x86_64-dvd.iso
https://mirrors.openanolis.cn/anolis/8.2/isos/QU2/aarch64/AnolisOS-8.2-QU2-aarch64-dvd.iso

测试步骤:
1、s分别安装各架构不通版本虚拟机,内核选择ANCK,软件选择带GUI的服务器组件全不选安装
2、安装完成后将8.8的iso传入虚拟机
3、挂载镜像后配置源
4、执行yum clean all,yum makecache后执行yum update -y升级

实际结果
系统报错无法升级

期望结果
可正常升级
Comment 1 gaochang alibaba_cloud_group 2023-01-10 03:09:19 UTC
基线调整后gvfs已经没有afc的包了,因此直接update 依赖关系会出错,需要添加 --allowerasing 参数允许升级到最新版本移除已被去掉的包
usbmuxd 需要rebuild 或调整基线版本
Comment 2 gaochang alibaba_cloud_group 2023-01-10 03:21:27 UTC
usbmuxd 调整基线,已修复
Comment 3 huangcong 2023-02-17 09:51:12 UTC
(In reply to gaochang from comment #1)
> 基线调整后gvfs已经没有afc的包了,因此直接update 依赖关系会出错,需要添加 --allowerasing
> 参数允许升级到最新版本移除已被去掉的包
> usbmuxd 需要rebuild 或调整基线版本

需要添加 --allowerasing 这一点应该不合理吧,用户正常不会这么操作吧,或者至少发布时要指明这一点
Comment 4 sunqingwei uniontech_group 2023-02-17 10:38:12 UTC
需要添加 --allowerasing 参数才能正常升级
Comment 5 gaochang alibaba_cloud_group 2023-03-22 11:50:04 UTC
该问题是 gvfs 软件包基线调整的问题导致,全架构有影响。目前已经写入到release notes 中的已知问题部分。该问题会在后续修复