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
What happened: I not found disk io qos support in the cgroupv2.
knownCgroupV2Resources = []Resource{ CPUCFSQuotaV2, CPUCFSPeriodV2, CPUSharesV2, CPUStatV2, CPUAcctStatV2, CPUAcctUsageV2, CPUBurstV2, CPUBVTWarpNsV2, CPUIdleV2, CPUAcctCPUPressureV2, CPUAcctMemoryPressureV2, CPUAcctIOPressureV2, CPUSetV2, CPUSetEffectiveV2, CPUTasksV2, CPUProcsV2, MemoryLimitV2, MemoryUsageV2, MemoryStatV2, MemoryNumaStatV2, MemoryMinV2, MemoryLowV2, MemoryHighV2, MemoryWmarkRatioV2, MemoryWmarkScaleFactorV2, MemoryWmarkMinAdjV2, MemoryPriorityV2, MemoryUsePriorityOomV2, MemoryOomGroupV2, // TODO: register BlkioIOWeight, BlkioIOQoS and BlkioIOModel NetClsClassId, }
What you expected to happen: It will cause the disk io qos not work if change the cgroupv1 to cgroupv2. Environment:
Anything else we need to know: none
The text was updated successfully, but these errors were encountered:
@watermelon-brother Yes. Currently, the koordlet does not fully support io.qos in cgroup-v2. Feel free to contribute!
Sorry, something went wrong.
No branches or pull requests
What happened:
I not found disk io qos support in the cgroupv2.
What you expected to happen:
It will cause the disk io qos not work if change the cgroupv1 to cgroupv2.
Environment:
Anything else we need to know:
none
The text was updated successfully, but these errors were encountered: