Looking for clarification on the windows options for lun create.
https://docs.netapp.com/us-en/ontap-cli-9121//lun-create.html
windows - the LUN will be used with a Master Boot Record (MBR) partition table on Microsoft Windows 2003 or earlier.
windows_2008 - the LUN will be used with Microsoft Windows 2008 or later.
windows_gpt - the LUN will be used with a GUID Partition Type (GPT) partition table on Microsoft Windows.
I'm building servers newer than 2003 so would never use the "windows" MBR option. But my new servers are GPT so do I select windows_2008 or windows_gpt? What's the difference between these ostype parameters?
I wish the "windows" type could be renamed to "windows_2003" so it's not misleading.