Skip to content

Starting profile using podman driver fail with: "volume already exists" using random profile name #16755

Closed as not planned
@nirs

Description

@nirs

What Happened?

Running minikube in github actions started to fail with:

Error: volume with name test-af672ccebb7d698c8cd745eb7d14911b-cluster already exists:
volume already exists

We use a random profile name, so it cannot exists:

minikube start --profile test-af672ccebb7d698c8cd745eb7d14911b-cluster \
    --driver podman \
    --container-runtime cri-o \
    --disk-size 20g \
    --nodes 1 \
    --cni auto \
    --cpus 2 \
    --memory 2g \
    --alsologtostderr

The failures started this week, this code was running without errors for several month
as part of ramen github actions.

Example failing run:
https://github.com/RamenDR/ramen/actions/runs/5348065862/jobs/9697442318

Attach the log file

Attached log from our tests - this is a log from the drenv tool, showing the
minikube command, exitcode, output, and error captured during the failed run.

logs.txt

Operating System

Ubuntu

Driver

Podman

Metadata

Metadata

Assignees

No one assigned

    Labels

    co/podman-driverpodman driver issueskind/bugCategorizes issue or PR as related to a bug.lifecycle/rottenDenotes an issue or PR that has aged beyond stale and will be auto-closed.priority/awaiting-more-evidenceLowest priority. Possibly useful, but not yet enough support to actually get it done.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions