-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
content-service: ignore the error of user.overlay.(impure|origin)
attributes
#10372
Conversation
@utam0k can we confirm dockerd/containerd is not running when we create the backup? |
This issue was also reproduced by simply pulling the image. |
@aledbf I had a suspicion that the container process was running, but is there a problem with the daemon itself? |
The daemon should not be running when we create the tar file. Maybe we are including temporal files if that's the case? |
@aledbf Sorry, but what did |
@utam0k what about
|
@aledbf Thanks for your good review! PTAL |
Description
user.overlay.(impure|origin)
attributes is a marker to match inodes for overlayfs, such as when an upper layer copies a lower layer file in overlayfs.However, when restoring content, the container in the workspace is not always running, so there is no problem ignoring the failure.
https://github.com/hisilicon/overlayfs-progs/blob/e10ef686570d9c7eff42f52461593a5c15da56bd/README#L62
Related Issue(s)
Fixes #10108
How to test
No errors including logs with the following steps
Release Notes
Documentation
No