Node status table is missing

Bug #1933374 reported by Alexsander de Souza
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
MAAS
Expired
Undecided
Unassigned

Bug Description

Some CLI commands return the Node status ID instead of a label, and the user has no way to figure out the meaning of these IDs as this table is not in the documentation.

Existing Status Codes (as of MAAS 3.0)

    # The node has been created and has a system ID assigned to it.
    NEW = 0
    # Testing and other commissioning steps are taking place.
    COMMISSIONING = 1
    # The commissioning step failed.
    FAILED_COMMISSIONING = 2
    # The node can't be contacted.
    MISSING = 3
    # The node is in the general pool ready to be deployed.
    READY = 4
    # The node is ready for named deployment.
    RESERVED = 5
    # The node has booted into the operating system of its owner's choice
    # and is ready for use.
    DEPLOYED = 6
    # The node has been removed from service manually until an admin
    # overrides the retirement.
    RETIRED = 7
    # The node is broken: a step in the node lifecyle failed.
    # More details can be found in the node's event log.
    BROKEN = 8
    # The node is being installed.
    DEPLOYING = 9
    # The node has been allocated to a user and is ready for deployment.
    ALLOCATED = 10
    # The deployment of the node failed.
    FAILED_DEPLOYMENT = 11
    # The node is powering down after a release request.
    RELEASING = 12
    # The releasing of the node failed.
    FAILED_RELEASING = 13
    # The node is erasing its disks.
    DISK_ERASING = 14
    # The node failed to erase its disks.
    FAILED_DISK_ERASING = 15
    # The node is in rescue mode.
    RESCUE_MODE = 16
    # The node is entering rescue mode.
    ENTERING_RESCUE_MODE = 17
    # The node failed to enter rescue mode.
    FAILED_ENTERING_RESCUE_MODE = 18
    # The node is exiting rescue mode.
    EXITING_RESCUE_MODE = 19
    # The node failed to exit rescue mode.
    FAILED_EXITING_RESCUE_MODE = 20
    # Running tests on Node
    TESTING = 21
    # Testing has failed
    FAILED_TESTING = 22

Revision history for this message
Adam Collard (adam-collard) wrote :

> Some CLI commands return the Node status ID instead of a label, and the user has no way to figure out the meaning of these IDs as this table is not in the documentation.

Which ones? Can you please share an example?

Changed in maas:
status: Triaged → Incomplete
no longer affects: maas-offline-docs
Revision history for this message
Launchpad Janitor (janitor) wrote :

[Expired for MAAS because there has been no activity for 60 days.]

Changed in maas:
status: Incomplete → Expired
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.