Skip to content

Inventory: SledRole::Gimlet is misleading w.r.t. Cosmo #9383

@jgallagher

Description

@jgallagher

Our inventory system has this enum:

pub enum SledRole {
/// The sled is a general compute sled.
Gimlet,
/// The sled is attached to the network switch, and has additional
/// responsibilities.
Scrimlet,
}

The doc comments are correct, but the variant names are misleading; in particular, a non-scrimlet Cosmo sled in inventory will report it has a role of Gimlet.

Metadata

Metadata

Assignees

No one assigned

    Labels

    cosmoRelated to support for Cosmo.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions