Truenas: Difference between revisions

From DWIKI
Tony (talk | contribs)
mNo edit summary
Tag: wikieditor
Tony (talk | contribs)
mNo edit summary
Tag: wikieditor
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
=Links=
=Links=
*[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=
==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 vs Scale=
Line 12: Line 23:
===iscsi implementation===
===iscsi implementation===
open-iscsi
open-iscsi
=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


FAQ