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.
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.