I am facing an issue connecting to a Linux machine with RAID0 configuration on Azure. Once I deallocate the machine and start it again, I am unable to connect to it.
Please find the repro steps below:
1. Create a Standard A1 machine with Suse Linux Enterprise Server 11 SP3 in East Asia. Use password option.
2. Test: Deallocate the VM. Start the VM. [Passed]
3. Attach a 1023GB empty data disk to the VM.
4. Test: Deallocate the VM. Start the VM. [Passed]
5. Attach another 1023GB empty data disk to the VM.
6. Test: Deallocate the VM. Start the VM. [Passed]
7. Configure RAID0 with both data disks.
8. Test: Deallocate the VM. Start the VM. [Failed]
I am unable to connect even though the machine is running. I also noticed that HostName is blank in this case.
I have faced this issue multiple times. Could someone please help fix this? Thanks!