So, we have a production system with two Windows Server 2012 R2 Standard Servers with a shared storage SAS dual domain backplane between them.
If you're unfamiliar with that, it basically lets both machines have direct access to the same physical storage.
However, we have data software that runs on one of our VMs and thrashes our HDDs pretty relentlessly. It works, but at basically 100% disk IO. The thing is, it doesn't need to. All the data it thrashes the HDD with is temporary data, and could be regenerated from the source easily.
We have some non-shared SSDs in our production servers that if we could make some kind of volatile VHD that lost it's data when migrating, but would otherwise allow reading and writing from the SSDs instead of the main HDDs we could drastically speed up our data software.
Does anyone know how to make a volatile vhd like this?