Hi,
we installed 2 Hyper-V Servers with a non-shared Storage Setup, that means every Hyper-V has his own storage.
On Both Hyper-Vs we installed several virtual machines, all Windows Server 2012.
After a while several servers created some avhdx file.
Now the strange part:
Lets say the config is like:
Server1 -> Server01.vhd -> Server01-823482384-randomnumber.avhdx
When i now shutdown the server for maintenance, it will do the following:
it will merge the avhdx to the parent .vhd ( So far so good and understandable )
BUT in the config it will change the server01.vhd which was associated to the Server01 with the now missing Server01-823482384-randomnumber.avhdx - which will result in the fact that the server wont come up again, until i change back the settings from Server01-823482384-randomnumber.avhdx to Server01.vhd which was configured before.
Is this a Bug or a misconfiguration ? How can we solve that ?