Home
last modified time | relevance | path

Searched refs:failover (Results 1 – 18 of 18) sorted by relevance

/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()
499 bool failover = true; in test_secondary_do_checkpoint() local
520 replication_stop_all(failover, &error_abort); in test_secondary_do_checkpoint()
527 bool failover = true; in test_secondary_get_error_all() local
535 replication_stop_all(failover, &error_abort); in test_secondary_get_error_all()
/qemu/include/block/
H A Dreplication.h112 void (*stop)(ReplicationState *rs, bool failover, Error **errp);
173 void replication_stop_all(bool failover, Error **errp);
/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()
H A Dhmp-commands.hx1050 "a failover or takeover is needed.",
1057 Tell COLO that heartbeat is lost, a failover or takeover is needed.
H A DMAINTAINERS2090 F: docs/virtio-net-failover.rst
3546 F: include/migration/failover.h
/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).
H A DCOLO-FT.txt90 the heartbeat stops responding, the secondary node will trigger a failover
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.
/qemu/docs/system/
H A Dvirtio-net-failover.rst44 bus=root2,failover=on
46 With the parameter failover=on the VIRTIO_NET_F_STANDBY feature will be enabled.
64 A new migration state wait-unplug was added for this feature. If failover primary
H A Dindex.rst22 virtio-net-failover
/qemu/migration/
H A Dcolo.c234 bool has_failover, bool failover, in qmp_xen_set_replication() argument
251 failover = NULL; in qmp_xen_set_replication()
253 replication_stop_all(failover, failover ? NULL : errp); in qmp_xen_set_replication()
H A Dmeson.build36 system_ss.add(files('colo-failover.c', 'colo.c'))
H A Dtrace-events340 # colo-failover.c
/qemu/block/
H A Dreplication.c54 static void replication_stop(ReplicationState *rs, bool failover,
668 static void replication_stop(ReplicationState *rs, bool failover, Error **errp) in replication_stop() argument
703 if (!failover) { in replication_stop()
/qemu/include/hw/virtio/
H A Dvirtio-net.h220 bool failover; member
/qemu/qapi/
H A Dmigration.json1532 # An enumeration of COLO failover status
1534 # @none: no failover has ever happened
1536 # @require: got failover requirement but not handled
1538 # @active: in the process of doing failover
1540 # @completed: finish the process of failover
1542 # @relaunch: restart the failover process, from 'none' -> 'completed'
1575 # @none: failover has never happened. This state does not occur in
1583 # @processing: COLO is currently handling a failover (since 4.0).
1596 # will run failover work, then takes over server operation to become
1964 # @failover: true to do failover, false to stop. Cannot be specified
[all …]
/qemu/tests/qtest/
H A Dmeson.build88 slirp.found() ? ['virtio-net-failover'] : []) + \
340 'virtio-net-failover': files('migration-helpers.c'),
H A Dvirtio-net-failover.c287 const char *id, bool failover) in start_virtio_net() argument
298 g_assert(!!(features & (1ull << VIRTIO_NET_F_STANDBY)) == failover); in start_virtio_net()
300 if (failover) { in start_virtio_net()
/qemu/hw/net/
H A Dvirtio-net.c3673 if (n->failover) { in virtio_net_device_realize()
3840 if (n->failover) { in virtio_net_device_unrealize()
3997 DEFINE_PROP_BOOL("failover", VirtIONet, failover, false),