Skip to content
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

[rc94 regression] libct/cg/sd: fix dbus error handling #2997

Merged
merged 1 commit into from
Jun 4, 2021

Commits on Jun 3, 2021

  1. libct/cg/sd: fix dbus error handling

    This fixes isDbusError function, introduced by commit bacfc2c. Due to a
    type error it was not working at all.
    
    This also fixes the whole "retry on dbus disconnect" logic.
    
    This also fixes a regression in startUnit (and cgroupManager.Apply()),
    which should never return "unit already exists" error but it did.
    
    Fixes: bacfc2c
    Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
    kolyshkin committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    b2d28c5 View commit details
    Browse the repository at this point in the history