-
Notifications
You must be signed in to change notification settings - Fork 2
fix(vmrestore): vmbda fail #1759
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
base: main
Are you sure you want to change the base?
Conversation
f181a56 to
4942937
Compare
This reverts commit c1e6c5f. Signed-off-by: Daniil Antoshin <[email protected]>
Signed-off-by: Daniil Antoshin <[email protected]>
Signed-off-by: Daniil Antoshin <[email protected]>
Signed-off-by: Daniil Antoshin <[email protected]>
7b4d9ea to
0486e0c
Compare
2ae90cd to
0486e0c
Compare
|
Workflow has started. The target step completed with status: failure. |
|
Workflow has started. The target step completed with status: failure. |
|
Workflow has started. The target step completed with status: failure. |
|
Workflow has started. The target step completed with status: failure. |
|
Workflow has started. The target step completed with status: failure. |
Description
Fix cycle set cgroups by done it once after all mounts.
Why do we need it, and what problem does it solve?
Solves the problem when cgroummanager.Set is called in the next reconcile and resets the permissions on the block hotplug file. Before the fix, the first cgroummanager.Set was called only for the current device, now it will be called after all mounts immediately for all devices.
Checklist