testaroli and pestaroli (zfs-raid0-virtualisation)

Introduction

This page describes the installation of testaroli and pestaroli, which is my test cluster.

Procedure

  1. Make note of the following volume and VM creation commands:
    ssh fiori lvcreate --name=testaroli_vda --size=1t vg0
    ssh fiori lvcreate --name=testaroli_vdb --size=1t vg0
    ssh torchio lvcreate --name=testaroli_vda --size=1t vg0
    ssh torchio lvcreate --name=testaroli_vdb --size=1t vg0
    create-perfect-kvm-vm -v --name=testaroli --mem=4G --cpus=2 \
        --disk=block:/dev/vg0/testaroli_vda --disk=block:/dev/vg0/testaroli_vdb \
        --nic=bridge:br0 --nic=bridge:br1
    create-perfect-kvm-vm -v --name=pestaroli --mem=4G --cpus=2 \
        --disk=block:/dev/vg0/pestaroli_vda --disk=block:/dev/vg0/pestaroli_vdb \
        --nic=bridge:br0 --nic=bridge:br1
  2. Complete Installing Debian 12 on a PM or KVM VM using the “virtualisation-raid0-zfs” partitioning scheme and with 4GB swap.
  3. Complete Configuring virtualisation services (revision 4).
  4. Complete Finalising a Linux installation.

See also