I am trying to understand more about LUN alignment and what I am seeing on our NetApp. If I log into the filer and run lun show v, only one LUN shows as being aligned. All the rest say Alignment: partial-writes. Three of the LUNs I just created today and they also say partial-writes.
Below is the output from one of the heads including a couple of LUNs using the lun alignment show command. My main concern is, is this something I should be concerned about? Is it going to affect performance?
Below is a screen shot from the NetApp Virtual Storage Console. None of the datastores show as Optimized and I am not really sure how to optimize them. There are also a couple of VMs showing as Misaligned, Offline alignment only. To align these VMs, does it just require that they are migrated through the VSC? If so, when I click on Migrate, it doesnt show any usable datastores that I can migrate to. My only option would be to create a new datastore. Why is that, and does it have to do with none of our LUNs being aligned?

Below is the output from one of the heads including a couple of LUNs using the lun alignment show command. My main concern is, is this something I should be concerned about? Is it going to affect performance?
Below is a screen shot from the NetApp Virtual Storage Console. None of the datastores show as Optimized and I am not really sure how to optimize them. There are also a couple of VMs showing as Misaligned, Offline alignment only. To align these VMs, does it just require that they are migrated through the VSC? If so, when I click on Migrate, it doesnt show any usable datastores that I can migrate to. My only option would be to create a new datastore. Why is that, and does it have to do with none of our LUNs being aligned?
Code:
head1a*> lun show -v
/vol/cust_fx/cust_fx 1.0t (1099529453568) (r/w, online, mapped)
Serial#:
Share: none
Space Reservation: disabled
Multiprotocol Type: vmware
Maps: EWR1-VPS-Hosts=6
Occupied Size: 665.6g (714672140288)
Creation Time: Sun Mar 8 11:31:16 EDT 2015
Alignment: aligned
Cluster Shared Volume Information: 0x0
Space_alloc: enabled
report-physical-size: enabled
Read-Only: disabled
/vol/cust__vol/cust-Vol0 250g (268435456000) (r/w, online, mapped)
Serial#:
Share: none
Space Reservation: disabled
Multiprotocol Type: vmware
Maps: EWR1-VPS-Hosts=3
Occupied Size: 84.7g (90991693824)
Creation Time: Tue Oct 7 14:37:20 EDT 2014
Alignment: partial-writes
Cluster Shared Volume Information: 0x0
Space_alloc: enabled
report-physical-size: enabled
Read-Only: disabled
/vol/temp_vol/temp 8t (8796093022208) (r/w, online, mapped)
Serial#:
Share: none
Space Reservation: disabled
Multiprotocol Type: vmware
Maps: EWR1-VPS-Hosts=5
Occupied Size: 6.3t (6972420259840)
Creation Time: Sun Mar 8 11:22:03 EDT 2015
Alignment: partial-writes
Cluster Shared Volume Information: 0x0
Space_alloc: disabled
report-physical-size: enabled
Read-Only: disabled
/vol/vol0/vol0 2t (2199023255552) (r/w, online, mapped)
Serial#:
Share: none
Space Reservation: disabled
Multiprotocol Type: vmware
Maps: EWR1-VPS-Hosts=10
Occupied Size: 176.5g (189473546240)
Creation Time: Wed Mar 18 10:04:22 EDT 2015
Alignment: partial-writes
Cluster Shared Volume Information: 0x0
Space_alloc: enabled
report-physical-size: enabled
Read-Only: disabled
/vol/vol1/vol1 2t (2199023255552) (r/w, online, mapped)
Serial#:
Share: none
Space Reservation: disabled
Multiprotocol Type: vmware
Maps: EWR1-VPS-Hosts=11
Occupied Size: 137.5g (147637051392)
Creation Time: Wed Mar 18 10:05:20 EDT 2015
Alignment: partial-writes
Cluster Shared Volume Information: 0x0
Space_alloc: enabled
report-physical-size: enabled
Read-Only: disabled
/vol/vol2/vol2 2t (2199023255552) (r/w, online, mapped)
Serial#:
Share: none
Space Reservation: disabled
Multiprotocol Type: vmware
Maps: EWR1-VPS-Hosts=12
Occupied Size: 131.3g (141033369600)
Creation Time: Wed Mar 18 10:06:00 EDT 2015
Alignment: partial-writes
Cluster Shared Volume Information: 0x0
Space_alloc: enabled
report-physical-size: enabled
Read-Only: disabled
head1a*> lun alignment show /vol/temp_vol/temp
/vol/temp_vol/temp
Multiprotocol type: vmware
Alignment: partial-writes
Write alignment histogram percentage: 39, 0, 4, 0, 0, 7, 0, 28
Read alignment histogram percentage: 16, 0, 66, 0, 0, 0, 0, 8
Partial writes percentage: 19
Partial reads percentage: 6
head1a*> lun alignment show /vol/vol0/vol0
/vol/vol0/vol0
Multiprotocol type: vmware
Alignment: partial-writes
Write alignment histogram percentage: 30, 0, 0, 0, 0, 0, 0, 0
Read alignment histogram percentage: 51, 0, 0, 0, 0, 0, 0, 0
Partial writes percentage: 69
Partial reads percentage: 47


