Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions doc/explanation/microcloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down