Skip to content

synchronization target conflicts not working as expected #16

@geissonator

Description

@geissonator

Seeing intermittent issues where the synchronization target, obmc-power-start-pre@0.target is not stopping like it should with the system is powered off.

# systemctl status obmc-power-start-pre\@0.target 
 obmc-power-start-pre@0.target - Power0 On (Pre)
     Loaded: loaded (/lib/systemd/system/obmc-power-start-pre@.target; static)
     Active: active since Fri 2021-08-13 03:06:58 UTC; 16h ago

Aug 13 03:06:58 p10bmc systemd[1]: Reached target Power0 On (Pre).


# systemctl status obmc-chassis-poweroff\@0.target 
 obmc-chassis-poweroff@0.target - Chassis0 (Power Off)
     Loaded: loaded (/lib/systemd/system/obmc-chassis-poweroff@.target; static)
     Active: active since Fri 2021-08-13 03:34:56 UTC; 16h ago

Aug 13 03:34:56 p10bmc systemd[1]: Reached target Chassis0 (Power Off).

Another synchronization target correctly stopped that conflicts with teh same target:

# systemctl status obmc-power-start\@0.target   
 obmc-power-start@0.target - Power0 On (Starting)
     Loaded: loaded (/lib/systemd/system/obmc-power-start@.target; static)
     Active: inactive (dead) since Fri 2021-08-13 03:34:48 UTC; 16h ago

Aug 13 03:23:06 p10bmc systemd[1]: Reached target Power0 On (Starting).
Aug 13 03:34:48 p10bmc systemd[1]: Stopped target Power0 On (Starting).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions