From 47cad508a2d5106d8369a468cb2bf8e9bfdaae0d Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Thu, 7 Apr 2022 17:44:46 +0200 Subject: [PATCH] docs: update deprecation status for overlay(2) on backingfs without d_type Signed-off-by: Sebastiaan van Stijn --- docs/deprecated.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/deprecated.md b/docs/deprecated.md index 513edbf86f..47b8ab94c0 100644 --- a/docs/deprecated.md +++ b/docs/deprecated.md @@ -693,12 +693,11 @@ The overlay and overlay2 storage driver does not work as expected if the backing filesystem does not support `d_type`. For example, XFS does not support `d_type` if it is formatted with the `ftype=0` option. -Starting with Docker 17.12, new installations will not support running overlay2 on -a backing filesystem without `d_type` support. For existing installations that upgrade -to 17.12, a warning will be printed. +Support for these setups has been removed, and Docker v22.04 and up now fails to +start when attempting to use the `overlay2` or `overlay` storage driver on a +backing filesystem without `d_type` support. -Please also refer to [#27358](https://github.com/docker/docker/issues/27358) for -further information. +Refer to [#27358](https://github.com/docker/docker/issues/27358) for details. ### `--automated` and `--stars` flags on `docker search`