Not Consumed" and Operational State as "Detached".ESXi (all versions) booting from SAN
ESXi hosts retained references to old boot LUNs in their storage configuration. Occasionally ESXi may retain previous storage device configuration until explicitly instructed to remove.
esxcli storage vmfs extent list | grep naa.identifier
esxcli storage filesystem unmount --volume-label=<datastore name from previous command output>
esxcli storage core device set --state=off -d <naa of LUN to detach>
esxcli storage core device remove -d <naa of LUN to detach>
esxcli storage core adapter rescan --all