Unverified Commit d6131560 authored by anarcat's avatar anarcat
Browse files

chap

parent 7347f4a7
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -229,7 +229,13 @@ Make sure the node has access to the iSCSI cluster. For this, you need
to add the node on the SANs, using `SMcli`, using this magic script:

    create host userLabel="chi-node-0X" hostType=1 hostGroup="gnt-chi";
    create iscsiInitiator iscsiName="iqn.1993-08.org.debian:01:chi-node-04" userLabel="chi-node-0X-iscsi" host="chi-node-0X";
    create iscsiInitiator chapSecret="[REDACTED]" iscsiName="iqn.1993-08.org.debian:01:chi-node-04" userLabel="chi-node-0X-iscsi" host="chi-node-0X";

Make sure you set a strong password in `[REDACTED]`! That password
should already be set by Puppet (from Trocla) in
`/etc/iscsi/iscsid.conf`, on the client. See:

    grep node.session.auth.password /etc/iscsi/iscsid.conf

See the [storage servers](#storage-servers) section for more information.