Revision Date Author Comments
# f85ae8af 03-Sep-2025 Matt Spinler <spinler@us.ibm.com>

Failover: Add requester to StartFailover method

Add a 'Requester' parameter to the StartFailover method so that the
source of the failover can be known. It is an enum to limit the scope
of what it

Failover: Add requester to StartFailover method

Add a 'Requester' parameter to the StartFailover method so that the
source of the failover can be known. It is an enum to limit the scope
of what it can be.

Change-Id: I9122ed2b7fd1040e8ddb2c5c840b68c8a18a272f
Signed-off-by: Matt Spinler <spinler@us.ibm.com>

show more ...


# f7f4a2b9 20-Feb-2025 Matt Spinler <spinler@us.ibm.com>

Control: Add Failover interface

Create an interface to start a failover, where a failover is the
mechanism where one entity takes over the operation of another.

The first use will be to failover to

Control: Add Failover interface

Create an interface to start a failover, where a failover is the
mechanism where one entity takes over the operation of another.

The first use will be to failover to another BMC, using the design at
https://gerrit.openbmc.org/c/openbmc/docs/+/70233, though the intent is
the interface can also be used for other sorts of failovers.

Change-Id: I32789f6b8f01d1baed95d387e6815a797d5b45b8
Signed-off-by: Matt Spinler <spinler@us.ibm.com>

show more ...