I have a VM in a HA group. Its primary disk is replicated to the other nodes, and the VM is able to migrate between nodes.
I need to add a scratch/temp disk to the VM for intermediate writes. This disk doesn't need to be replicated if the VM migrates to a new node; a disk simply needs to exist to be mounted by the filesystem.
The "skip replication" option seems to prevent the disk from being picked by scheduled replication jobs, however the scratch disk is migrated if I manually migrate the VM to another host.
Is there a step I missed, or do migrations always attempt to bring all disks to the new node?
I need to add a scratch/temp disk to the VM for intermediate writes. This disk doesn't need to be replicated if the VM migrates to a new node; a disk simply needs to exist to be mounted by the filesystem.
The "skip replication" option seems to prevent the disk from being picked by scheduled replication jobs, however the scratch disk is migrated if I manually migrate the VM to another host.
Is there a step I missed, or do migrations always attempt to bring all disks to the new node?