Skip to content

Commit

Permalink
doc: Remove MicroCloud references
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Graber <[email protected]>
  • Loading branch information
stgraber committed Dec 28, 2023
1 parent 0e2d3b7 commit 87f767a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 11 deletions.
4 changes: 0 additions & 4 deletions doc/explanation/clustering.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ To spread the total workload over several servers, Incus can be run in clusterin
In this scenario, any number of Incus servers share the same distributed database that holds the configuration for the cluster members and their instances.
The Incus cluster can be managed uniformly using the [`incus`](incus.md) client or the REST API.

```{tip}
If you want to quickly set up a basic Incus cluster, check out [MicroCloud](https://microcloud.is).
```

(clustering-members)=
## Cluster members

Expand Down
3 changes: 0 additions & 3 deletions doc/howto/cluster_form.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ See {ref}`clustering-members` for more information.

You can form the Incus cluster interactively by providing configuration information during the initialization process or by using preseed files that contain the full configuration.

To quickly and automatically set up a basic Incus cluster, you can use MicroCloud.
Note, however, that this project is still in an early phase.

## Configure the cluster interactively

To form your cluster, you must first run `incus admin init` on the bootstrap server. After that, run it on the other servers that you want to join to the cluster.
Expand Down
4 changes: 0 additions & 4 deletions doc/reference/storage_ceph.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@
[Ceph](https://ceph.io/en/) is an open-source storage platform that stores its data in a storage cluster based on {abbr}`RADOS (Reliable Autonomic Distributed Object Store)`.
It is highly scalable and, as a distributed system without a single point of failure, very reliable.

```{tip}
If you want to quickly set up a basic Ceph cluster, check out [MicroCeph](https://microcloud.is).
```

Ceph provides different components for block storage and for file systems.
<!-- Include end Ceph intro -->

Expand Down

0 comments on commit 87f767a

Please sign in to comment.