Update Servers & Workflows/Linux/Virtualization/Proxmox/ZFS-Over-iSCSI.md
This commit is contained in:
@ -4,6 +4,8 @@
|
||||
- Automatically bind device-based iSCSI Extents/LUNs to the Zvols
|
||||
- Allow TrueNAS to handle VM snapshots directly
|
||||
- Simplify the filesystem overhead of using TrueNAS and iSCSI with ProxmoxVE
|
||||
- Ability to take snapshots of GuestVMs
|
||||
- Ability to perform live-migrations of GuestVMs between ProxmoxVE cluster nodes
|
||||
|
||||
!!! note "Environment Assumptions"
|
||||
This document assumes you are running at least 2 ProxmoxVE nodes. For the sake of the example, it will assume they are named `proxmox-node-01` and `proxmox-node-02`. We will also assume you are using TrueNAS Core. TrueNAS SCALE (should work) in the same way, but there may be minor operational / setup differences between the two different deployments of TrueNAS.
|
||||
@ -27,7 +29,7 @@ sequenceDiagram
|
||||
|
||||
## All ProxmoxVE Cluster Nodes
|
||||
### 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` 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.
|
||||
|
||||
``` sh
|
||||
apt-get install librest-client-perl git unzip # (4)
|
||||
|
Reference in New Issue
Block a user