Eu tive o mesmo problema e consegui fazê-lo funcionar desativando o open-iscsi e ativando o tgt:
systemctl stop open-iscsi
systemctl disable open-iscsi
systemctl enable tgt
systemctl start tgt
ps -ef | grep tgtd
grep tgtd /var/log/syslog
Você deve ver os alvos iSCSI do MaaS no log.