This section explains how to use the
qq portal_list_quorum_events command.Description
List recent portal quorum success and abandon events recorded by the nodes of this cluster
Usage
qq portal_list_quorum_events [-h] [--begin-time BEGIN_TIME] [--end-time END_TIME] [--type {success,abandon}] [--node-id NODE_ID] [--fs-id FS_ID] [--limit LIMIT]
Flags
| Flag Name | Required | Description |
|---|---|---|
--begin-time
|
No | Inclusive lower bound on event time, in RFC 3339 format or epoch seconds. If not specified, all available history is returned |
--end-time
|
No | Exclusive upper bound on event time; defaults to the current system time |
--type
|
No | Only return events of this kind |
--node-id
|
No | Only return events recorded by this node |
--fs-id
|
No | Only return events for this file system |
--limit
|
No | Maximum entries returned, oldest first (default 1000) |