/openbmc/qemu/tests/qemu-iotests/ |
H A D | 081 | 45 _require_drivers quorum 62 quorum="driver=raw,file.driver=quorum,file.vote-threshold=2" 63 quorum="$quorum,file.children.0.file.filename=$TEST_DIR/1.raw" 64 quorum="$quorum,file.children.1.file.filename=$TEST_DIR/2.raw" 65 quorum="$quorum,file.children.2.file.filename=$TEST_DIR/3.raw" 66 quorum="$quorum,file.children.0.driver=raw" 67 quorum="$quorum,file.children.1.driver=raw" 68 quorum="$quorum,file.children.2.driver=raw" 82 $QEMU_IO -c "open -o $quorum" -c "write -P 0x32 0 $size" | _filter_qemu_io 99 $QEMU_IO -c "open -o $quorum" -c "read -P 0x32 0 $size" | _filter_qemu_io [all …]
|
H A D | 312 | 55 _require_drivers quorum 65 quorum="driver=raw,file.driver=quorum,file.vote-threshold=2" 66 quorum="$quorum,file.children.0.file.filename=$TEST_IMG.0" 67 quorum="$quorum,file.children.1.file.filename=$TEST_IMG.1" 68 quorum="$quorum,file.children.2.file.filename=$TEST_IMG.2" 69 quorum="$quorum,file.children.0.driver=$IMGFMT" 70 quorum="$quorum,file.children.1.driver=$IMGFMT" 71 quorum="$quorum,file.children.2.driver=$IMGFMT" 76 $QEMU_IMG map --image-opts $quorum | _filter_qemu_img_map 95 $QEMU_IO -c "open -o $quorum" -c "write -P 0 $((0x100000)) $((0x40000))" | _filter_qemu_io [all …]
|
H A D | 081.out | 3 == creating quorum files == 12 == checking quorum write == 24 == checking quorum correction == 42 == using quorum rewrite corrupted mode == 46 == checking that quorum has corrected the corrupted file == 50 == using quorum rewrite corrupted mode without WRITE permission == 55 -- running quorum -- 57 "driver": "quorum", 58 "node-name": "quorum", 63 } -device virtio-scsi,id=scsi -device scsi-hd,id=quorum-drive,bus=scsi.0,drive=quorum [all …]
|
H A D | 139 | 209 def addQuorum(self, quorum, child0, child1): argument 212 self.checkBlockDriverState(quorum, False) 223 'node-name': quorum, 229 self.checkBlockDriverState(quorum)
|
H A D | 312.out | 10 ### Output of qemu-img map (empty quorum) 14 ### Write data to the quorum
|
H A D | 059.out | 2060 --- quorum --- 2062 …ive paths with VMDK descriptor file $QUORUM_FILE: Cannot generate a base directory for quorum nodes
|
/openbmc/linux/fs/ocfs2/cluster/ |
H A D | quorum.c | 92 int quorum; in o2quo_make_decision() local 113 quorum = (qs->qs_heartbeating + 1)/2; in o2quo_make_decision() 114 if (qs->qs_connected < quorum) { in o2quo_make_decision() 118 qs->qs_connected, quorum, in o2quo_make_decision() 127 quorum = qs->qs_heartbeating / 2; in o2quo_make_decision() 128 if (qs->qs_connected < quorum) { in o2quo_make_decision() 132 qs->qs_connected, quorum, in o2quo_make_decision() 136 else if ((qs->qs_connected == quorum) && in o2quo_make_decision() 141 "node %u\n", quorum, qs->qs_heartbeating, in o2quo_make_decision()
|
H A D | Makefile | 5 quorum.o tcp.o netdebug.o
|
H A D | heartbeat.c | 283 int failed, quorum; in o2hb_write_timeout() local 298 quorum = bitmap_weight(o2hb_quorum_region_bitmap, in o2hb_write_timeout() 303 quorum, failed); in o2hb_write_timeout() 309 if ((failed << 1) < quorum) in o2hb_write_timeout()
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-extended/corosync/corosync/ |
H A D | corosync.conf | 41 quorum {
|
/openbmc/qemu/docs/ |
H A D | block-replication.txt | 86 runs the secondary VM. The read pattern (fifo) for quorum can be extended 109 7) The secondary also has a quorum node, so after secondary failover it 154 -drive if=xxx,driver=quorum,read-pattern=fifo,id=colo1,vote-threshold=1,\ 188 -drive if=xxx,driver=quorum,read-pattern=fifo,id=top-disk1,\ 225 to remove the nbd child from the quorum:
|
H A D | COLO-FT.txt | 177 -drive if=ide,id=colo-disk0,driver=quorum,read-pattern=fifo,vote-threshold=1,\ 206 -drive if=ide,id=colo-disk0,driver=quorum,read-pattern=fifo,vote-threshold=1,\
|
/openbmc/docs/tof/ |
H A D | contract.md | 98 Meetings require a quorum of the TOF to be present; quorum is defined as:
|
/openbmc/qemu/block/ |
H A D | quorum.c | 500 bool quorum = true; in quorum_vote() local 526 quorum = quorum_compare(acb, &acb->qcrs[i].qiov, &acb->qcrs[j].qiov); in quorum_vote() 527 if (!quorum) { in quorum_vote() 533 if (quorum) { in quorum_vote()
|
H A D | meson.build | 34 'quorum.c',
|
/openbmc/qemu/qapi/ |
H A D | block-core.json | 3212 'parallels', 'preallocate', 'qcow', 'qcow2', 'qed', 'quorum', 3936 # An enumeration of quorum read patterns. 3938 # @quorum: read all the children and do a quorum vote on reads 3944 { 'enum': 'QuorumReadPattern', 'data': [ 'quorum', 'fifo' ] } 3958 # @rewrite-corrupted: rewrite corrupted data when quorum is reached 3961 # @read-pattern: choose read pattern and set to quorum by default 4750 'quorum': 'BlockdevOptionsQuorum', 5877 # child. This is useful to fix a broken quorum child. 5895 # FIXME Removing children from a quorum node means introducing 5900 # Warning: The data in a new quorum child MUST be consistent with [all …]
|
/openbmc/qemu/ |
H A D | MAINTAINERS | 3926 F: block/quorum.c
|
/openbmc/linux/ |
H A D | opengrok2.0.log | [all...] |
H A D | opengrok1.0.log | [all...] |