From 32aec6fe78065b7866ff2ebb183908d46f655ba3 Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Thu, 28 Dec 2023 05:14:10 -0700 Subject: [PATCH] Update Virtualization/Proxmox/ProxmoxVE.md --- Virtualization/Proxmox/ProxmoxVE.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Virtualization/Proxmox/ProxmoxVE.md b/Virtualization/Proxmox/ProxmoxVE.md index ec9bbf3..fdf3c15 100644 --- a/Virtualization/Proxmox/ProxmoxVE.md +++ b/Virtualization/Proxmox/ProxmoxVE.md @@ -44,4 +44,7 @@ To get the iSCSI Initiator IQN of the current Proxmox node, you need to navigate - Run the following command to get the iSCSI Initiator (IQN) name to give to TrueNAS Core for the previously-mentioned steps: ``` cat /etc/iscsi/initiatorname.iscsi | grep "InitiatorName=" -``` \ No newline at end of file +``` + +!!! 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 TrueNAS Core. \ No newline at end of file