You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
anolis: erofs: convert some messages to erofs_dbg(..)
ANBZ: torvalds#184
It seems no need to print bootstrap and blob_dir path since
they takes about ~2ms, which impacts boot speed of
light-weight containers:
{"msg":"[ 1.092236] erofs: (device erofs): RAFS bootstrap_path /run/kata-containers/shared/containers/rafs/[..]/bootstrap/image.boot","level":"INFO","ts":"2021-12-21T08:53:12.178819781+08:00","subsystem":"dmesg"}
{"msg":"[ 1.094299] erofs: (device erofs): RAFS blob_dir_path /run/kata-containers/shared/containers/rafs/[..]/blob_cache_dir","level":"INFO","ts":"2021-12-21T08:53:12.180775832+08:00","subsystem":"dmesg"}
Reviewed-by: Liu Bo <[email protected]>
Reviewed-by: Jeffle Xu <[email protected]>
Reviewed-by: Joseph Qi <[email protected]>
Signed-off-by: Gao Xiang <[email protected]>
0 commit comments