Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CSI: handle per-alloc volumes in alloc status -verbose CLI #12573

Merged
merged 2 commits into from
Apr 15, 2022

Commits on Apr 14, 2022

  1. CSI: handle per-alloc volumes in alloc status -verbose CLI

    The Nomad client's `csi_hook` interpolates the alloc suffix with the
    volume request's name for CSI volumes with `per_alloc = true`, turning
    `example` into `example[1]`. We need to do this same behavior in the
    `alloc status` output so that we show the correct volume.
    tgross committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    f662d7d View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2022

  1. changelog entry

    tgross committed Apr 15, 2022
    Configuration menu
    Copy the full SHA
    d17f537 View commit details
    Browse the repository at this point in the history