This PR adds a suffix g[generation] to volumes. This makes the volume name unique even if it has a parent with same name. The generation is increased for each parent.
Generations are not used for shared vhds and vhd sets, as these will never have a attached parent.
fixes #123
In contrast to the propsed solution of #123 this also works for multiple parents.
This PR adds a suffix g[generation] to volumes. This makes the volume name unique even if it has a parent with same name. The generation is increased for each parent.
Generations are not used for shared vhds and vhd sets, as these will never have a attached parent.
fixes #123
In contrast to the propsed solution of #123 this also works for multiple parents.