From 697c3a5b48dbdb9890230b1e3569c5755ee2333d Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Fri, 8 Jan 2021 16:03:51 +0100 Subject: [PATCH] docs: fix typo in deprecated.md Signed-off-by: Sebastiaan van Stijn --- docs/deprecated.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deprecated.md b/docs/deprecated.md index 9af6c5bb54..4cff064feb 100644 --- a/docs/deprecated.md +++ b/docs/deprecated.md @@ -146,7 +146,7 @@ Developers who want to run Linux workloads on a Windows host are encouraged to u **Deprecated in Release: v20.10** Specifying blkio weight (`docker run --blkio-weight` and `docker run --blkio-weight-device`) -is now marked as deprecated when using cgrous v1 because the corresponding features +is now marked as deprecated when using cgroups v1 because the corresponding features were [removed in Linux kernel v5.0 and up](https://github.com/torvalds/linux/commit/f382fb0bcef4c37dc049e9f6963e3baf204d815c). When using cgroups v2, the `--blkio-weight` options are implemented using [`io.weight](https://github.com/torvalds/linux/blob/v5.0/Documentation/admin-guide/cgroup-v2.rst#io).