-
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
Conversation
f181a56 to
4942937
Compare
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. |
|
Workflow has started. The target step completed with status: failure. |
0486e0c to
9034b51
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]>
12e03cd to
07a68d2
Compare
|
Workflow has started. The target step completed with status: cancelled. |
Signed-off-by: Daniil Antoshin <[email protected]>
This reverts commit 77c555b. Signed-off-by: Daniil Antoshin <[email protected]>
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