Update Virtualization/Proxmox/ProxmoxVE.md

This commit is contained in:
Nicole Rappe
2023-12-28 15:14:11 -07:00
parent 4dd035b253
commit c8f8e52747

View File

@ -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.
!!! example
Example output of this command will look like `iqn.1993-08.org.debian:01:b16b0ff1778`.