Bug 6284 - [ANCK-release-5.10.134-15.y] erofs: 关于blob_dir_path, bootstrap_path选项的问题
Summary: [ANCK-release-5.10.134-15.y] erofs: 关于blob_dir_path, bootstrap_path选项的问题
Status: RESOLVED FIXED
Alias: None
Product: ANCK 5.10 Dev
Classification: ANCK
Component: fs (show other bugs) fs
Version: unspecified
Hardware: All Linux
: P3-Medium S3-normal
Target Milestone: ---
Assignee: Jingbo Xu
QA Contact: shuming
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-08-30 15:16 UTC by 苟浩
Modified: 2023-09-05 11:56 UTC (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description 苟浩 uniontech_group 2023-08-30 15:16:26 UTC
Description of problem:

erofs 使用blob_dir_path, bootstrap_path挂载有2个问题.
1. blob_dir_path在bootstrap_path前面时挂载报错.

$ mount -t erofs -o blob_dir_path=output/,bootstrap_path=output/bootstrap none mp

$ dmesg|tail
[ 3673.170258] FS-Cache: Netfs 'erofs' registered for caching
[ 3673.170662] erofs: bootstrap_path required in RAFS mode

2. 接问题1, 把bootstrap_path放在blob_dir_path前面挂载时, 系统重启



Version-Release number of selected component (if applicable):

分支: release/release-5.10.134-15.y
tag: 5.10.134-15.1
Comment 1 小龙 admin 2023-08-31 17:38:31 UTC
The PR Link: https://gitee.com/anolis/cloud-kernel/pulls/2109
Comment 2 Joseph Qi alibaba_cloud_group 2023-09-05 11:56:10 UTC
(In reply to 小龙 from comment #1)
> The PR Link: https://gitee.com/anolis/cloud-kernel/pulls/2109

merged