Home
last modified time | relevance | path

Searched full:failover (Results 1 – 25 of 71) sorted by relevance

123

/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/
H A DFailover.interface.yaml2 Implement to provide an interface to start a failover. Depending on the
10 Starts a failover operation.
15 Identifies who's requesting the failover
21 'xyz.openbmc_project.Control.Failover.Options.X'.
28 Who is requesting the failover.
32 The host is requesting the failover.
35 A Redfish client is requesting the failover.
38 A system config checker on the BMC is requesting the failover.
41 A command line tool is requesting the failover.
44 Available options for starting the failover.
[all …]
/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/gpio/phosphor-gpio-monitor/
H A Dampere_scp_failover.sh3 # Handle the SCP Failover feature in which:
5 # attempts to boot from the failover boot EEPROM.
16 # the failover Boot EEPROM.
17 echo "scp-failover: switch HOST to failover boot EEPROM"
20 # Reset the Host to boot on the failover EEPROM
26 echo "scp-failover: switch HOST back to the main Boot EEPROM"
H A Dampere_scp_failover.service2 Description=Ampere Computing LLC Ampere failover event service
/openbmc/bmcweb/redfish-core/include/generated/enums/
H A Dredundancy.hpp12 Failover, enumerator
21 Failover, enumerator
30 {RedundancyMode::Failover, "Failover"},
39 {RedundancyType::Failover, "Failover"},
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-filter/conntrack-tools/
H A Dconntrack-tools_1.4.8.bb12 file://conntrack-failover \
37 install -m 0755 ${UNPACKDIR}/conntrack-failover ${D}/${sysconfdir}/init.d/conntrack-failover
41 …sed -i 's!/usr/sbin/!${sbindir}/!g' ${D}/${sysconfdir}/init.d/conntrack-failover ${D}/${sysconfdir…
42 …sed -i 's!/etc/!${sysconfdir}/!g' ${D}/${sysconfdir}/init.d/conntrack-failover ${D}/${sysconfdir}/…
43 …sed -i 's!/var/!${localstatedir}/!g' ${D}/${sysconfdir}/init.d/conntrack-failover ${D}/${sysconfdi…
/openbmc/qemu/tests/qtest/
H A Dvirtio-net-failover.c2 * QTest testcase for virtio-net failover
4 * See docs/system/virtio-net-failover.rst
80 "-device virtio-net,bus=root0,id=standby0,failover=on", in test_error_id()
109 "-device virtio-net,bus=root0,id=standby0,failover=on", in test_error_pcie()
288 const char *id, bool failover) in start_virtio_net() argument
299 g_assert(!!(features & (1ull << VIRTIO_NET_F_STANDBY)) == failover); in start_virtio_net()
301 if (failover) { in start_virtio_net()
319 "failover=on,netdev=hs0,mac="MAC_STANDBY0" " in test_on()
339 "failover=on,netdev=hs0,mac="MAC_STANDBY0" " in test_on_mismatch()
365 "failover=off,netdev=hs0,mac="MAC_STANDBY0" " in test_off()
[all …]
/openbmc/qemu/migration/
H A Dcolo.c26 #include "migration/failover.h"
41 /* User need to know colo mode after COLO failover */
95 /* Can not do failover during the process of VM's loading VMstate, Or in secondary_vm_do_failover()
102 error_report("Unknown error while do failover for secondary VM," in secondary_vm_do_failover()
144 error_report("Incorrect state (%s) while doing failover for " in secondary_vm_do_failover()
148 /* Notify COLO incoming thread that failover work is finished */ in secondary_vm_do_failover()
186 error_report("Incorrect state (%s) while doing failover for Primary VM", in primary_vm_do_failover()
197 /* Notify COLO thread that failover work is finished */ in primary_vm_do_failover()
214 /* Make sure VM stopped while failover happened. */ in colo_do_failover()
233 bool has_failover, bool failover, in qmp_xen_set_replication() argument
[all …]
H A Dcolo-failover.c15 #include "migration/failover.h"
36 error_report("Unknown error for failover, old_state = %s", in colo_failover_bh()
48 error_setg(errp, "COLO failover is already activated"); in failover_request_active()
/openbmc/qemu/include/block/
H A Dreplication.h45 * static void replication_stop(ReplicationState *rs, bool failover,
112 void (*stop)(ReplicationState *rs, bool failover, Error **errp);
167 * @failover: boolean value that indicates if we need do failover or not
170 * It is called on failover. The vm should be stopped before calling it, if you
171 * use this API to shutdown the guest, or other things except failover
173 void replication_stop_all(bool failover, Error **errp);
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Failover/
H A Dmeson.build3 sdbusplus_current_path = 'xyz/openbmc_project/Control/Failover'
8 '../../../../../yaml/xyz/openbmc_project/Control/Failover.interface.yaml',
28 'xyz/openbmc_project/Control/Failover',
/openbmc/openbmc/meta-ibm/recipes-phosphor/network/network/
H A Dncsi-failover@.service2 Description=Stop %i link failover
9 SyslogIdentifier=nsci-failover
/openbmc/qemu/tests/unit/
H A Dtest-replication.c254 bool failover = true; in test_primary_stop() local
260 replication_stop_all(failover, &error_abort); in test_primary_stop()
388 bool failover = true; in test_secondary_start() local
412 replication_stop_all(failover, &error_abort); in test_secondary_start()
421 bool failover = true; in test_secondary_stop() local
438 replication_stop_all(failover, &error_abort); in test_secondary_stop()
470 /* do failover (active commit) */ in test_secondary_continuous_replication()
475 /* start after failover */ in test_secondary_continuous_replication()
499 bool failover = true; in test_secondary_do_checkpoint() local
520 replication_stop_all(failover, &error_abort); in test_secondary_do_checkpoint()
[all …]
/openbmc/qemu/docs/
H A Dblock-replication.txt109 7) The secondary also has a quorum node, so after secondary failover it
121 7. Doing failover failed
124 decides when to do a new checkpoint, when to do failover).
125 In case 7, if active commit failed, we use replication failover failed state
146 It is called on failover. We will flush the Disk buffer into
149 things except failover. The caller must hold the I/O mutex lock if it is
178 6. After primary failover we need remove children.1 (replication driver).
222 After Failover:
H A DCOLO-FT.txt51 | | | |Failover| | | |Failover| | | |
90 the heartbeat stops responding, the secondary node will trigger a failover
99 Checkpoint/Failover Controller:
110 HeartBeat has not been implemented yet, so you need to trigger failover process
139 | COLO failover | COLO_EXIT
223 will be merged into the parent disk on failover.
241 6. Failover test
242 You can kill one of the VMs and Failover on the surviving VM:
244 If you killed the Secondary, then follow "Primary Failover". After that,
247 If you killed the Primary, then follow "Secondary Failover". After that,
[all …]
/openbmc/qemu/docs/system/
H A Dvirtio-net-failover.rst46 -device virtio-net-pci,netdev=hostnet1,id=net1,mac=52:54:00:6f:55:cc,bus=root2,failover=on
48 With the parameter ``failover=on`` the VIRTIO_NET_F_STANDBY feature will be enabled.
69 failover primary devices are present in the configuration, migration
H A Dindex.rst22 virtio-net-failover
/openbmc/openbmc/meta-ampere/meta-jade/recipes-ampere/platform/ampere-utils/
H A Dampere_firmware_upgrade.sh106 echo " If Type is eeprom, then DEV_SEL must is 1 (MAIN EEPROM), 2 (Failover)"
135 # Restrict to flash failover in case of SECPRO
137 echo "Not allow to flash the failover with SECPRO image"
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/
H A DRedundancy.v1_5_0.json
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/
H A DRedundancy.v1_5_0.json
/openbmc/qemu/
H A Dreplication.c93 void replication_stop_all(bool failover, Error **errp) in replication_stop_all() argument
100 rs->ops->stop(rs, failover, &local_err); in replication_stop_all()
/openbmc/openbmc/meta-ibm/recipes-phosphor/network/
H A Dphosphor-network_%.bbappend11 FAILOVER_TMPL = "ncsi-failover@.service"
22 FAILOVER_TGTFMT = "ncsi-failover@{0}.service"
/openbmc/openbmc/meta-fii/meta-kudo/recipes-kudo/kudo-fw-utility/kudo-scp-update/
H A Dphosphor-ipmi-flash-scpback-update.service2 Description=Phosphor-ipmi-flash update failover EEPROM SCP firmware service
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/
H A Dmeson.build6 subdir('Failover') subdir
101 '../../../../yaml/xyz/openbmc_project/Control/Failover.interface.yaml',
103 output: ['Failover.md'],
115 'xyz/openbmc_project/Control/Failover',
/openbmc/openbmc/meta-facebook/meta-harma/recipes-networking/mctp/files/
H A Dsetup-bic-eid7 # Retry a command with optional failover command
/openbmc/ipmitool/lib/
H A Dipmi_delloem.c84 #define INVAILD_FAILOVER_MODE_STRING "ERROR: Cannot set shared with failover lom same as current sh…
85 #define INVAILD_FAILOVER_MODE_SET "ERROR: Cannot set shared with failover loms when NIC is set to d…
99 "shared with failover lom2",
101 "shared with Failover all loms"
110 "shared with failover lom1",
111 "shared with failover lom2",
112 "shared with failover lom3",
113 "shared with failover lom4",
114 "shared with failover all loms"
2061 int failover = 0; in get_nic_selection_mode_12g() local
[all …]

123