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
I have load a ioclass-config.csv,but i don't find the way to clean/reset it in the Admin Guide. Is there any other reference document?
thanks all.
# cat ioclass-config.csv IO class id,IO class name,Eviction priority,Allocation 0,unclassified,22,0 1,request_size:le:131072,1,1 # casadm -C -L -i 1 ╔═════════════╤════════════════════════╤═══════════════════╤════════════╗ ║ IO class id │ IO class name │ Eviction priority │ Allocation ║ ╠═════════════╪════════════════════════╪═══════════════════╪════════════╣ ║ 0 │ unclassified │ 22 │ 0.00 ║ ║ 1 │ request_size:le:131072 │ 1 │ 1.00 ║ ╚═════════════╧════════════════════════╧═══════════════════╧════════════╝
now i delete the ”1“ class,then reload the ioclass-config.csv
casadm -C -L -i 1 ╔═════════════╤═══════════════╤═══════════════════╤════════════╗ ║ IO class id │ IO class name │ Eviction priority │ Allocation ║ ╠═════════════╪═══════════════╪═══════════════════╪════════════╣ ║ 0 │ unclassified │ 22 │ 0.00 ║ ╚═════════════╧═══════════════╧═══════════════════╧════════════╝
So io class not take effect at this time?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Question
I have load a ioclass-config.csv,but i don't find the way to clean/reset it in the Admin Guide.
Is there any other reference document?
thanks all.
now i delete the ”1“ class,then reload the ioclass-config.csv
So io class not take effect at this time?
The text was updated successfully, but these errors were encountered: