tortelli

Introduction

This page describes the installation of tortelli, which is my main NFS server hosting:

  • home directories
  • Subversion repositories

Note that it is a KVM VM not an LXC container, because the allows running a kernel-space NFS server, which is faster than the a user-space NFS server, which is all that is possible in an LXC container.

Procedure

  1. Make note of the following volume creation commands:
    create-perfect-drbd-vol -v --remote=torchio --name=tortelli --size=20G \
        --name1=fiori --ip1=192.168.3.6 --name2=torchio --ip2=192.168.3.7
    create-perfect-drbd-vol -v --remote=torchio --name=tortelli_home --size=150G \
        --name1=fiori --ip1=192.168.3.6 --name2=torchio --ip2=192.168.3.7
    create-perfect-drbd-vol -v --remote=torchio --name=tortelli_pub --size=10T \
    --name1=fiori --ip1=192.168.3.6 --name2=torchio --ip2=192.168.3.7

    (though note that the last time I install tortelli I created a 5TB pub and then later a 5TB pub2 that got added to the same VG on tortelli so as to extend the LV) and the following container recreation commands:

    create-perfect-kvm-vm --remote=torchio --name=tortelli \
        --mem=8G \
        --cpus=2 \
        --disk=block:/dev/drbd_tortelli \
        --disk=block:/dev/drbd_tortelli_home \
        --disk=block:/dev/drbd_tortelli_pub \
        --nic=bridge:br0 \
        --nic=network:192.168.10.0
  2. Complete Installing Debian 11 on a PM or KVM VM.
  3. Complete Configuring NAS services (revision 2.1).
  4. Complete Finalising a Linux installation.

See also