Update Servers & Workflows/Linux/Virtualization/Proxmox/ZFS-Over-iSCSI.md
This commit is contained in:
@ -31,6 +31,8 @@ sequenceDiagram
|
|||||||
### Configure SSH Key Exchange
|
### Configure SSH Key Exchange
|
||||||
The first step is creating SSH trust between the ProxmoxVE cluster nodes and the TrueNAS storage appliance. You will leverage the ProxmoxVE `shell` on every node of the cluster to run the following commands.
|
The first step is creating SSH trust between the ProxmoxVE cluster nodes and the TrueNAS storage appliance. You will leverage the ProxmoxVE `shell` on every node of the cluster to run the following commands.
|
||||||
|
|
||||||
|
**Note**: I will be writing the SSH configuration with the name `192.168.101.100` for simplicity so I know what server the identity belongs to. You could also name it something else like `storage.bunny-lab.io_id_rsa`.
|
||||||
|
|
||||||
``` sh
|
``` sh
|
||||||
apt-get install librest-client-perl git unzip # (4)
|
apt-get install librest-client-perl git unzip # (4)
|
||||||
mkdir /etc/pve/priv/zfs
|
mkdir /etc/pve/priv/zfs
|
||||||
|
Reference in New Issue
Block a user