From 20e5d3479f392616254b2f6184a9cee994718f06 Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Wed, 14 Feb 2024 19:44:05 -0700 Subject: [PATCH] Update Servers & Workflows/Linux/Virtualization/Proxmox/ZFS-Over-iSCSI.md --- .../Linux/Virtualization/Proxmox/ZFS-Over-iSCSI.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Servers & Workflows/Linux/Virtualization/Proxmox/ZFS-Over-iSCSI.md b/Servers & Workflows/Linux/Virtualization/Proxmox/ZFS-Over-iSCSI.md index 6063a6d..6f2adb0 100644 --- a/Servers & Workflows/Linux/Virtualization/Proxmox/ZFS-Over-iSCSI.md +++ b/Servers & Workflows/Linux/Virtualization/Proxmox/ZFS-Over-iSCSI.md @@ -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)