We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When trying to load IO class 0 with name different then 'unclassified', casadm displays a non-descriptive error.
Something similar to the situation below. Loaded config:
IO class id,IO class name,Eviction priority,Allocation s,file_size:le:97507568,255,0
Output from loading config: Cannot parse configuration file - error in line 2 in column 1 (IO class id).
Cannot parse configuration file - error in line 2 in column 1 (IO class id).
Loaded config:
IO class id,IO class name,Eviction priority,Allocation 0,file_size:le:97507568,255,0
Output from loading config: Invalid input parameter
Invalid input parameter
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Description
When trying to load IO class 0 with name different then 'unclassified', casadm displays a non-descriptive error.
Expected Behavior
Something similar to the situation below.
Loaded config:
Output from loading config:
Cannot parse configuration file - error in line 2 in column 1 (IO class id).
Actual Behavior
Loaded config:
Output from loading config:
Invalid input parameter
Steps to Reproduce
Your Environment
The text was updated successfully, but these errors were encountered: