Skip to content

sled postboot service should not be included by default #227

Description

@jclulow

I was rebuilding a Gimlet image with the following command:

ptime -m ./helios-build image \
    -p helios-dev=https://pkg.oxide.computer/helios/2/dev/ \
    -P "$proto" \
    -B \
    -F optever=0.36 \
    -F ntp \
    -N "$name" \
    -o "$OSDIR/$image"

The image didn't end up working the way I expected, because it included a svc:/site/postboot service that conflicted with the definition of the one I layer in via the external proto area facility (-P).

It occurs to me that this service should not be included unless explicitly requested for bench Gimlet images, as it does things we do not want production sleds to do; e.g., importing a ZFS pool called "data" if one exists.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions