User Tools

Site Tools


incus_ovh

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
incus_ovh [2026/02/22 20:56] neoonincus_ovh [2026/02/22 21:09] (current) neoon
Line 24: Line 24:
  
   apt-get update && apt-get install incus -y   apt-get update && apt-get install incus -y
 +
 +Configure Storage\\
 +You can just run with the defaults, however running a filesystem in a filesystem is costing performance.\\
 +I setup my dedi at OVH with 50GB for the OS itself and left the rest unpartitioned.\\
 +
 +  sudo parted /dev/sda mkpart zfs-pool 103448576s 2056573575s
 +  sudo parted /dev/sdb mkpart zfs-pool 103448576s 2056573575s
 +  sudo zpool create -f -o feature@encryption=enabled   -O encryption=aes-256-gcm -O keylocation=prompt -O keyformat=passphrase   tank mirror /dev/sda3 /dev/sdb4
 +  
 +This will setup a 1TB big, ZFS, mirrored and encrypted volume.
 +
      
 Configure Incus Configure Incus
  
   incus admin init   incus admin init
 +  
 +Select ZFS, if its asking to create a new one, say no and enter the name of the zfs pool instead.
 +
 +Launch your first VM
 +
 +  incus launch images:alpine/3.23/cloud  test --device root,size=50GiB --config limits.cpu=2 --config limits.memory=4096MiB --vm
 +  
 +Add another NIC for IPv6 support
  
 +  incus config device add test eth1 nic   nictype=routed   parent=enp1s0f0 ipv6.address=2402:xxxx:xxxx:xxx::5
incus_ovh.1771793778.txt.gz · Last modified: by neoon

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki