vmware-archive / vsphere-storage-for-docker

vSphere Storage for Docker
https://vmware.github.io/vsphere-storage-for-docker
Apache License 2.0
251 stars 95 forks source link

Restored DVOL_KEY to "docker-volume-vsphere" #2067

Closed govint closed 6 years ago

govint commented 6 years ago

The change to rename the repo made at least one change in kvESX.py to set DVOL_KEY to the new repo name. This shouldn't have been done as the DVOL_KEY is hashed to create a unique name for the KV file for a container volume. Since it was changed, older KV files are not openable as the code is creating a new hash for the new value and hence a new file name.

Pls. merge this change asap.

All 0.21 users would be impacted as their older container volumes and hence data won't be accessible.

@shuklanirdesh82 can we release a patch or make a one-off release 0.22 to have this change out asap.

govint commented 6 years ago

Fixes #2061

shuklanirdesh82 commented 6 years ago

@govint I am planning to refresh the 0.21 VIB itself to avoid such upgrade problem.