Truenas: Difference between revisions
From DWIKI
mNo edit summary Tag: wikieditor |
mNo edit summary Tag: wikieditor |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 2: | Line 2: | ||
*[https://www.truenas.com/community/threads/the-path-to-success-for-block-storage.81165/ The path to success for block storage] | *[https://www.truenas.com/community/threads/the-path-to-success-for-block-storage.81165/ The path to success for block storage] | ||
=HOWTO= | |||
=Removing iSCSI target= | ==List connected iscsi initiators== | ||
==Error messages== | ctladm islist | ||
===Warning: iSCSI Target is already in use.=== | ==Removing iSCSI target== | ||
===Error messages=== | |||
====Warning: iSCSI Target is already in use.==== | |||
That's just silly. But first check the clients/initiators: | That's just silly. But first check the clients/initiators: | ||
iscsiadm -m session -P 3 | iscsiadm -m session -P 3 | ||
and on the truenas in shell | |||
ctladm islist | |||
=Core vs Scale= | =Core vs Scale= | ||
| Line 23: | Line 27: | ||
=FAQ= | =FAQ= | ||
[[Category:Storage]] | |||
Latest revision as of 14:35, 11 March 2026
Links
HOWTO
List connected iscsi initiators
ctladm islist
Removing iSCSI target
Error messages
Warning: iSCSI Target is already in use.
That's just silly. But first check the clients/initiators:
iscsiadm -m session -P 3
and on the truenas in shell
ctladm islist
Core vs Scale
Core
FreeBSD
iscsi implementation
duh
Scale
Debian
iscsi implementation
open-iscsi
