Xen + VSAN initial config
Posted: Thu Dec 16, 2021 3:27 pm
I have 2 identical file servers that we were using Storage Replication on to keep us running should we have hardware issues, however due to weird performance issues we are trying alternatives.
I've got to the point of scanning for IQNs
iscsiadm -m discovery -t st -p <IP Address>
However this fails to connect - Connection refused. When I check the iscsi service it's not running and manually trying to run it fails also
the iscsid service is running.
Anyone know why the iscsi service won't start?
I've got to the point of scanning for IQNs
iscsiadm -m discovery -t st -p <IP Address>
However this fails to connect - Connection refused. When I check the iscsi service it's not running and manually trying to run it fails also
Code: Select all
service iscsi status
Redirecting to /bin/systemctl status iscsi.service
● iscsi.service - Login and scanning of iSCSI devices
Loaded: loaded (/usr/lib/systemd/system/iscsi.service; enabled; vendor preset: disabled)
Active: inactive (dead)
Condition: start condition failed at Thu 2021-12-16 15:29:15 GMT; 2min 57s ago
none of the trigger conditions were met
Docs: man:iscsid(8)
man:iscsiadm(8)
Anyone know why the iscsi service won't start?