From c8f8e5274740dd1146bdd5d723bfccbdd2f8a3f5 Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Thu, 28 Dec 2023 15:14:11 -0700 Subject: [PATCH] Update Virtualization/Proxmox/ProxmoxVE.md --- Virtualization/Proxmox/ProxmoxVE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Virtualization/Proxmox/ProxmoxVE.md b/Virtualization/Proxmox/ProxmoxVE.md index dea6854..3ca93ab 100644 --- a/Virtualization/Proxmox/ProxmoxVE.md +++ b/Virtualization/Proxmox/ProxmoxVE.md @@ -46,5 +46,5 @@ To get the iSCSI Initiator IQN of the current Proxmox node, you need to navigate cat /etc/iscsi/initiatorname.iscsi | grep "InitiatorName=" | sed 's/InitiatorName=//' ``` -!!! note - Example output of this command will include `InitiatorName=iqn.1993-08.org.debian:01:b16b0ff1778`. You will only need the section after the equal sign, in this case `iqn.1993-08.org.debian:01:b16b0ff1778` to add to the TrueNAS Core **Allowed Initiators (IQN)** list. \ No newline at end of file +!!! example + Example output of this command will look like `iqn.1993-08.org.debian:01:b16b0ff1778`. \ No newline at end of file