Stopping Parallels Cloud Storage iSCSI Targets
To stop a Parallels Cloud Storage iSCSI target to which no initiators are connected, use the
# pstorage-iscsi stop -t iqn.2014-04.com.pstorage:test1 If one or more iSCSI initiators are still connected to the target, you will be informed as follows: # pstorage-iscsi stop -t iqn.2014-04.com.pstorage:test1 initiators still connected Initiator: iqn.1994-05.com.redhat:c678b9f6f0 (192.168.30.100) Unable stop target iqn.2014-04.com.pstorage:test1
In this case, disconnect the iSCSI initiator according to the product manual and run the
To forcibly stop a target to which one or more initiators are still connected, add the
# pstorage-iscsi stop -t iqn.2014-04.com.pstorage:test1 -f Breaking the iSCSI connection in such a way may result in I/O errors on the iSCSI initiator's side. |
||||
|