Skip to content

docker volume does not track plugins over a restart #15994

@erikh

Description

@erikh

Steps to reproduce; you'll need a volume plugin to test.

  • docker volume create -d myplugin --name test
  • docker volume ls
  • docker run --name foo -it -v test:/mnt ubuntu bash
  • docker inspect foo # note that the driver is set to local, not myplugin
  • restart docker
  • docker volume ls # the driver should say local now
  • docker rm foo # hangs trying to delete a volume that doesn't exist

/cc @cpuguy83 @shaleman @jainvipin @srust

Metadata

Metadata

Assignees

No one assigned

    Labels

    area/storageImage Storagekind/bugBugs are bugs. The cause may or may not be known at triage time so debugging may be needed.

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions