Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.6 KB

ClusterNodes.md

File metadata and controls

16 lines (12 loc) · 1.6 KB

ClusterNodes

Properties

Name Type Description Notes
Error_ *ClusterNodesError The current OneFS version before upgrade. [optional] [default to null]
LastAction string 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] [default to null]
LastActionResult string 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] [default to null]
Lnn int32 The lnn of the node. [optional] [default to null]
NodeState string \e The state of the node during the upgrade, rollback, or assessment. One of the following values: 'committed', 'upgraded', 'upgrading', 'rolling back', 'assessing', 'error' [optional] [default to null]
OnefsVersion *ClusterNodesOnefsVersion The current OneFS version before upgrade. [optional] [default to null]
Progress int32 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] [default to null]

[Back to Model list] [Back to API list] [Back to README]