-
Notifications
You must be signed in to change notification settings - Fork 149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Preconditioning error #20
Comments
I got the same error. My SSD config is: My workload config is:
|
When preconditioning an SSD device (<Enabled_Preconditioning>true</Enabled_Preconditioning>), the preconditioning code very often results in an error:
"It is not possible to assign PPA to all LPAs in Allocate_address_for_preconditioning! It is not safe to continue preconditioning."
Depending on the workload (Initial_Occupancy_Percentage, but also type such as STREAMING or RANDOM_UNIFORM), this error shows up or does not show up. This makes a little sense, as the workload defines the distribution of addresses used in the preconditioning, but does not explain why preconditioning fails.
How can this error be avoided?
The text was updated successfully, but these errors were encountered: