Name | Type | Description | Notes |
---|---|---|---|
error | ClusterNodesError | The current OneFS version before upgrade. | [optional] |
last_action | str | The last action performed to completion/failure on this node. Null if the node_state is 'committed' or 'assessing.' One of the following values: 'upgrade', 'rollback'. | [optional] |
last_action_result | str | Did the node pass upgrade or rollback without failing? Null if the node_state is 'committed.' One of the following values: 'pass', 'fail', null | [optional] |
lnn | int | The lnn of the node. | [optional] |
node_state | str | The state of the node during the upgrade, rollback, or assessment. One of the following values: 'committed', 'upgraded', 'upgrading', 'rolling back', 'assessing', 'error' | [optional] |
onefs_version | ClusterNodesOnefsVersion | The current OneFS version before upgrade. | [optional] |
progress | int | What step is the upgrade, assessment, or rollback in? To show via progress indicator. NOTE: the value is an integer between 0 and 100 (percent) | [optional] |