Scenario: User configures CSV to deploy a PowerFlex cluster using the PowerFlex Gateway/Installer
User selects configured CSV and clicks "Upload installation CSV"
User receives the following error
Reason for Error
The error points to a configuration issue with the configuration for the CSV "comma separated value" configuration for the number of acceleration devices compared to the defined Acceleration Pool List. The CSV file had 3 Acceleration devices defined but only defined the Acceleration Pool once. For the configuration to validate. You need a 1 to 1 configuration definition for dax to acceleration pool.
Problem
Example Config that would trigger this error.
NVDIMM Acceleration Device List /dev/dax0.0,/dev/dax1.0,/dev/dax2.0 NVDIMM Acceleration Pool List AccPoo101
Solution
Configuration that passes validation
NVDIMM Acceleration Device List /dev/dax0.0,/dev/dax1.0,/dev/dax2.0 NVDIMM Acceleration Pool List AccPoo101,AccPoo101,AccPoo101
Validation