Windows Disks go Offline After Reboot
Problem
Volumes attached to a running Windows guest becomes offline after reboot. The following warning is observed in the Windows disk management utility.
"The disk is offline because of policy set by an administrator"Environment
Platform9 Managed OpenStack - All versions.
Nova
Cause
SAN policy has been introduced in Windows to protect shared disks accessed by multiple servers. By default, Windows machines will have the SAN policy set to be " Offline Shared", thus irrespective of the libvirt/ qemu or hardware version you may see this issue.
Resolution
Open a command prompt from within the virtual machine.
Run the diskpart utility by running the command:
diskpart.exeTo display the SAN policy, run the command:
diskpart> sanSAN Policy: Offline SharedChange the SAN policy to be online with the command:
To get summary information about each disk, run the command:
Select Disk 1 (currently offline disk) with the command:
Clear the read-only attribute for Disk 1 with the command:
Bring Disk 1 online with the command:
Last updated
