- Getting Started Configuration Accessing Your Cluster Hypervisors Maintenance Hook Scripts Troubleshooting
Multipath disks
In case your hardware consists of multipath disks, some extra steps are required to make it work with croit.
We highly advise against using multipath disks with Ceph. Ceph already offers high availability and load balancing. Multipath disks in fact hinder Ceph when it comes to high availability.
If you still want to use multipath disks, you first need to enable support in croit, then reboot your servers.
- Make sure you're running a croit version that supports DM multipathing. This feature is supported in croit starting with v2411.0.
- Make sure that your server image also supports multipathing. Likewise, images since v2411.0 support it.
- In the croit UI, navigate to
Croit
in the bottom left. - Click
Add
and search forcroit enable dm multipath support
. Enable it and click onSave
. - Now reboot your servers.
- Navigate to
Servers
>Disks
. The disks should now show with device paths of the form/dev/mapper/...
. You may have left-over disks (of the individual paths) from before the reboot, clean them up by selecting them (they are marked in red) and clickingForget
. - You can enable additional columns on the
Disks
page to show multipath information.
Croit offers a template to edit the multipath.conf
file on your servers. To edit it:
- Navigate to
Config
>Templates
. - Search for the template named
multipath-conf
. - Make your changes and save them. Please note that the (rendered) contents of this template are accessible without authentication. Don't put any sensitive information in it.
- Reboot your servers. The template is only applied after a reboot.
- Navigate to
Servers
>Disks
and verify that your disks are still correctly detected and multipathed.