From 926ad8754046d98226619e7898b30e6c47661c31 Mon Sep 17 00:00:00 2001 From: Patrick Ohly Date: Mon, 5 Dec 2022 15:43:15 +0100 Subject: [PATCH] docs: fix ndctl link --- docs/design.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/design.md b/docs/design.md index a71024917..56a35938a 100644 --- a/docs/design.md +++ b/docs/design.md @@ -40,7 +40,7 @@ based on where the storage device(s) are physically attached. 3 **fsdax mode** is required for NVDIMM namespaces. See [Persistent Memory -Programming](https://pmem.io/ndctl/ndctl-create-namespace.html) for +Programming](https://docs.pmem.io/ndctl-user-guide/ndctl-man-pages/ndctl-create-namespace) for details. `devdax` mode is not supported. Though a raw block volume would be useful when a filesystem isn't needed, Kubernetes cannot handle [binding a character device to a loop device](https://github.com/kubernetes/kubernetes/blob/7c87b5fb55ca096c007c8739d4657a5a4e29fb09/pkg/volume/util/util.go#L531-L534).