[SOLVED] how to stop log iscsi

May 20, 2021
79
5
13
50
dear all
I previously tested the iscsi storage on my proxmox cluster and I removed it, but the logs on each of my host clusters are still there, how do I stop it

Screenshot_1.png
 
solve with this simple

iscsiadm --mode node --targetname iqn.2018-12.com.example:servers --portal 10.0.2.13 -u
iscsiadm --mode node --targetname iqn.2018-03.com.golinuxcloud:tgt1 --portal 10.0.2.13 -o delete
 
Last edited:
  • Like
Reactions: fahadshery