Skip to content

Swap 'status' with 'owner' value in machine lease.#4938

Merged
NullHypothesis merged 1 commit into
masterfrom
swap-fields
Jun 22, 2026
Merged

Swap 'status' with 'owner' value in machine lease.#4938
NullHypothesis merged 1 commit into
masterfrom
swap-fields

Conversation

@NullHypothesis

Copy link
Copy Markdown
Contributor

Change Summary

What and Why:

So far, the following command would show the wrong values for a lease's status and owner:

$ fly machine leases view
MACHINE        │ NONCE        │ STATUS                                             │ OWNER   │ EXPIRES
48ee9eea362098 │ cd051d40de89 │ 140e4bb3-fdb4-5ea2-aff7-835ed9803014@tokens.fly.io │ success │ 2026-06-22T11:39:51-05:00

How:

This PR fixes the problem by swapping these two values.

Fixes #3336.


Documentation

  • Fresh Produce
  • In superfly/docs, or asked for help from docs team
  • n/a

So far, the following command would show the wrong values for a lease's
status and owner:

    $ fly machine leases view
    MACHINE        │ NONCE        │ STATUS                                             │ OWNER   │ EXPIRES
    48ee9eea362098 │ cd051d40de89 │ 140e4bb3-fdb4-5ea2-aff7-835ed9803014@tokens.fly.io │ success │ 2026-06-22T11:39:51-05:00

This PR fixes the problem by swapping these two values.

Fixes #3336.
@NullHypothesis NullHypothesis merged commit 34b600f into master Jun 22, 2026
47 of 50 checks passed
@NullHypothesis NullHypothesis deleted the swap-fields branch June 22, 2026 17:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

status/owner fields appear to be reversed in fly machine lease view

1 participant