Skip to content
Open
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
6 changes: 3 additions & 3 deletions doc/tutorial/multi-member.md
Original file line number Diff line number Diff line change
Expand Up @@ -266,9 +266,9 @@ Complete the following steps on each VM (`micro1`, `micro2`, `micro3`, and `micr
1. Install the required snaps:

sudo snap install lxd --channel=5.21/stable --cohort="+"
snap install microceph --channel=squid/stable --cohort="+"
snap install microovn --channel=24.03/stable --cohort="+"
snap install microcloud --channel=2/stable --cohort="+"
sudo snap install microceph --channel=squid/stable --cohort="+"
sudo snap install microovn --channel=24.03/stable --cohort="+"
sudo snap install microcloud --channel=2/stable --cohort="+"

```{note}
The `--cohort="+"` flag in the command ensures that the same version of the snap is installed on all machines.
Expand Down
Loading