Skip to content

loki role: systemd unit ends up 'failed' after install #8

Description

@yakari007

Summary

Deployed a VM with the loki service role attached (default/empty config

  • no version/retention_period override submitted), on the Ubuntu 24.x
    "with PlusClouds Service" image. After SSH login succeeded, systemctl is-active loki reported failed for the full 300s verification window,
    and the /ready endpoint on :3100 was unreachable (curl couldn't connect
    at all - exit 7).

Repro

POST /leo/iaas/virtual-machines/create-wizard with
service_roles: {"loki": {"config": {}}} against the Ubuntu 24.x "with
PlusClouds Service" image, then after boot:

systemctl is-active loki   # -> failed
curl http://127.0.0.1:3100/ready   # -> connection refused/unreachable

The VM was deployed and torn down automatically as part of the test run,
so the live VM/journalctl -u loki output is gone - filed from the test's
captured output, not a live inspection.

Found via leo4.tester's iaas-service-roles automated test scenario.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions