RELEASE NOTES FOR VERSION 2.0.28-1 of the nhpsa driver for HPE Smart Array and Smart HBA controllers.


Update Copyright years in all source files.
    
Add a module parameter for VMware VSAN use:
-Turns off SSD Smart Path feature
-Adjusts Qdepths to be reasonable for vSAN

Setting and Checking the Module Parameter:

	To show the module parameters for the driver:
		>esxcfg-module --show-info nhpsa
    
	To set the new module parameter for the driver:
    		>esxcfg-module --set-options "hpsavSANmode=1" nhpsa
    
	To verify the setting of the parameter:
		>esxcfg-module --get-options nhpsa
    
    Notes:
    - If other module parameters are in use for nhpsa,
    they must also be included in the set-options command,
    separated by spaces.
    - Reboot the server after setting parameter to make the
    VSANmode parameter take effect.
    

