Why do VMs running from backups need to redirect virtual disk updates?
リストアするときの懸念点はあやまって現在の環境を上書きしないかにある。これをVeeamでどのように確認するか。
vPowerで提供されるvirual labではバックアップされたVMを隔離されたネットワークでリブートすることができる。
For a virtual lab, only a datastore can be chosen for the updates to the virtual disks to increase lab performance.
virtual labではdata storeのみリダイレクトすることが可能になる。これによりパフォーマンスがよくなる。
While setting up the virtual lab, the wizard will ask where redo logs are to be stored. These are the virtual disk changes that are incurred while the virtual machine running from the backup file.
redirectしているのはredoログであり、これはVMがバックアップファイルから起動しているときの変化を記録している。
Instant recoveryでは下記の場所に記録されるが、これは当然Hostとは違ったロケーションになる。
C:ProgramDataVeeamNFS{VM full name}
この場所をdata storeにリダイレクトすることでパフォーマンスが改善される。
ただしvMotionはいづれにしても使えないことは頭にいれておく。
最終的にVMを本番環境に移す時にはすべての変更がchange logからピックアップされるので最新の状態を保つことができる。