From 004c21324b4e8ddb4413100b4aafe8d9440aa557 Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Wed, 14 Feb 2024 19:03:16 -0700 Subject: [PATCH] Update Servers & Workflows/Linux/Virtualization/Proxmox/ZFS-Over-iSCSI.md --- .../Linux/Virtualization/Proxmox/ZFS-Over-iSCSI.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Servers & Workflows/Linux/Virtualization/Proxmox/ZFS-Over-iSCSI.md b/Servers & Workflows/Linux/Virtualization/Proxmox/ZFS-Over-iSCSI.md index cb8275c..882f871 100644 --- a/Servers & Workflows/Linux/Virtualization/Proxmox/ZFS-Over-iSCSI.md +++ b/Servers & Workflows/Linux/Virtualization/Proxmox/ZFS-Over-iSCSI.md @@ -19,7 +19,7 @@ apt-get install librest-client-perl git # (4) iscsiadm --mode discovery --op update --type sendtargets --portal 192.168.101.100 iscsiadm -m node -T iqn.2005-10.org.moon-storage-01.ctl:proxmox-zfs-storage -p 192.168.101.100 -l iscsiadm -m node # (5) -iscsiadm -m session # (5) +iscsiadm -m session # (6) ``` 1. Do not set a password. It will break the automatic functionality. @@ -27,7 +27,7 @@ iscsiadm -m session # (5) 3. Connect to the TrueNAS server at least once to finish establishing the connection. 4. Some prerequisites that need to be installed. 5. Making sure that it's actually communicating with the iSCSI target successfully or not. - + 6. Making sure that it's actually communicating with the iSCSI target successfully or not. | **IP Address** | **Hostname** | **Additional Notes** | | :--- | :--- | :--- |