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
The PR Link: https://gitee.com/anolis/cloud-kernel/pulls/2109
(In reply to 小龙 from comment #1) > The PR Link: https://gitee.com/anolis/cloud-kernel/pulls/2109 merged