From d56d03920cfbec04de4c9df34457cbabb23e9c8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20Peliz=C3=A4us?= Date: Wed, 2 Jul 2025 09:52:18 +0200 Subject: [PATCH] doc: Link to custom volume attachment constraints for local storage MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julian Pelizäus --- doc/explanation/microcloud.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/explanation/microcloud.md b/doc/explanation/microcloud.md index 007bc5121..4cd212598 100644 --- a/doc/explanation/microcloud.md +++ b/doc/explanation/microcloud.md @@ -34,6 +34,11 @@ Local storage is faster, but less flexible and not fail-safe. To use local storage, each machine in the cluster requires a local disk. Disk sizes can vary. +```{note} +MicroCloud enables cluster-wide live migration on LXD. +When using local storage, consider the constraints listed in {ref}`lxd:storage-attach-volume`. +``` + For distributed storage, MicroCloud uses MicroCeph, which is a lightweight way of deploying a Ceph cluster. To use distributed storage, you must have at least three disks (attached to at least three different machines).