Skip to content
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

[question]disk io qos is not support cgroupv2 #2281

Open
watermelon-brother opened this issue Nov 28, 2024 · 1 comment
Open

[question]disk io qos is not support cgroupv2 #2281

watermelon-brother opened this issue Nov 28, 2024 · 1 comment
Labels
kind/question Support request or question relating to Koordinator

Comments

@watermelon-brother
Copy link

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:

  • Koordinator version: - latest
  • Kubernetes version (use kubectl version): v1.22.5
  • docker/containerd version: containerd 1.5.0
  • OS (e.g: cat /etc/os-release): Ubuntu 20.04.4 LTS
  • Kernel (e.g. uname -a): Linux 5.10.112-11.al8.x86_64 ✨ Add NodeMetric API #1 SMP Tue May 24 16:05:50 CST 2022 x86_64 x86_64 x86_64 GNU/Linux

Anything else we need to know:
none

@watermelon-brother watermelon-brother added the kind/question Support request or question relating to Koordinator label Nov 28, 2024
@watermelon-brother watermelon-brother changed the title disk io qos is not support cgroupv2 [question]disk io qos is not support cgroupv2 Nov 28, 2024
@saintube
Copy link
Member

saintube commented Dec 4, 2024

@watermelon-brother Yes. Currently, the koordlet does not fully support io.qos in cgroup-v2. Feel free to contribute!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/question Support request or question relating to Koordinator
Projects
None yet
Development

No branches or pull requests

2 participants