diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/qmp-events.txt | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/docs/qmp-events.txt b/docs/qmp-events.txt index f8e777ce89..c0a3bb8fd4 100644 --- a/docs/qmp-events.txt +++ b/docs/qmp-events.txt @@ -36,25 +36,6 @@ Example: }, "timestamp": { "seconds": 1265044230, "microseconds": 450486 } } -QUORUM_FAILURE --------------- - -Emitted by the Quorum block driver if it fails to establish a quorum. - -Data: - -- "reference": device name if defined else node name. -- "sector-num": Number of the first sector of the failed read operation. -- "sectors-count": Failed read operation sector count. - -Example: - -{ "event": "QUORUM_FAILURE", - "data": { "reference": "usr1", "sector-num": 345435, "sectors-count": 5 }, - "timestamp": { "seconds": 1344522075, "microseconds": 745528 } } - -Note: this event is rate-limited. - QUORUM_REPORT_BAD ----------------- |