ppignet

Results 2 issues of ppignet

I was working on debugging compatibility with the CephCSI driver and stumbled upon an issue in how plugin names and aliases are handled. Installed the driver using this cmd: ```...

Fixes https://github.com/moby/swarmkit/issues/3215 Progresses https://github.com/ceph/ceph-csi/issues/3769 **- What I did** Modified manager/csi/manager.go:getPlugin so that plugins are uniquely identified by their CSI driver name, not by the Docker plugin image/tag used to install...