<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Incus on jochum.dev</title>
    <link>https://jochum.dev/de/tags/incus/</link>
    <description>Recent content in Incus on jochum.dev</description>
    <image>
      <title>jochum.dev</title>
      <url>https://jochum.dev/images/20260503-me.jpg</url>
      <link>https://jochum.dev/images/20260503-me.jpg</link>
    </image>
    <generator>Hugo</generator>
    <language>de</language>
    <lastBuildDate>Fri, 14 Aug 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://jochum.dev/de/tags/incus/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Tmpfs mit Incus, ein Kinderspiel</title>
      <link>https://jochum.dev/de/tech/20260814-tmpfs-mit-incus-ein-kinderspiel/</link>
      <pubDate>Fri, 14 Aug 2026 00:00:00 +0000</pubDate>
      <guid>https://jochum.dev/de/tech/20260814-tmpfs-mit-incus-ein-kinderspiel/</guid>
      <description>&lt;p&gt;Ein Storage Pool ist in Incus ein Treiber und eine Quelle. Treiber gibt es mehrere: zfs, btrfs, lvm, ceph, dir. &lt;code&gt;dir&lt;/code&gt; ist der langweiligste davon, ein Verzeichnis. Und ein Verzeichnis darf auch ein tmpfs-Mount sein.&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#282a36;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;mount -t tmpfs -o &lt;span style=&#34;color:#8be9fd;font-style:italic&#34;&gt;size&lt;/span&gt;&lt;span style=&#34;color:#ff79c6&#34;&gt;=&lt;/span&gt;32g none /mnt/tmpfs
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;incus storage create tmpfs dir &lt;span style=&#34;color:#8be9fd;font-style:italic&#34;&gt;source&lt;/span&gt;&lt;span style=&#34;color:#ff79c6&#34;&gt;=&lt;/span&gt;/mnt/tmpfs
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Ab hier landet jede Instanz, die auf diesem Pool startet, im Arbeitsspeicher.&lt;/p&gt;
&lt;h2 id=&#34;erstellen&#34;&gt;Erstellen&lt;/h2&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#282a36;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;incus launch images:debian/trixie runner --storage tmpfs
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h2 id=&#34;sichern&#34;&gt;Sichern&lt;/h2&gt;
&lt;p&gt;&lt;code&gt;incus publish&lt;/code&gt; macht aus der Instanz ein Image. Läuft sie noch, verlangt Incus &lt;code&gt;--force&lt;/code&gt; — sie wird kurz gestoppt und danach automatisch neu gestartet. Die Aliasse rotieren die Generationen:&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
