mirror of
https://github.com/outbackdingo/homelab.git
synced 2026-01-28 02:19:10 +00:00
577 B
577 B
Install the following system packages
sudo apt-get install -y open-iscsi lsscsi sg3-utils multipath-tools scsitools
Enable multipathing
sudo tee /etc/multipath.conf <<-'EOF' defaults { user_friendly_names yes find_multipaths yes } EOF
sudo systemctl enable multipath-tools.service sudo service multipath-tools restart
Ensure that open-iscsi and multipath-tools are enabled and running
sudo systemctl status multipath-tools sudo systemctl enable open-iscsi.service sudo service open-iscsi start sudo systemctl status open-iscsi
apt-get -y install targetcli-fb