<div dir="auto">I&#39;ve wondered about this for a long time. Given that consumption monitoring already exists in the dmeventd thin plugin and can even trigger actions like thin pools claiming available physical extents from the VG, it certainly seems like there is an existing code structure there that we could tie into. I&#39;ve just never looked into how extensible this structure is to allow for more plugins to handle the kinds of external actions we would need. A big +1 from me for the effort, at the least.<br><div data-smartmail="gmail_signature"><br>-Dustin<br><br>    </div></div><div class="gmail_extra"><br><div class="gmail_quote">On Apr 10, 2018 5:40 AM, &quot;Niels de Vos&quot; &lt;<a href="mailto:ndevos@redhat.com">ndevos@redhat.com</a>&gt; wrote:<br type="attribution"><blockquote class="quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Recently I have been implementing &quot;volume clone&quot; support in Heketi. This<br>
uses the snapshot+clone functionality from Gluster. In order to create<br>
snapshots and clone them, it is required to use LVM thin-pools on the<br>
bricks. This is where my current problem originates....<br>
<br>
When there are cloned volumes, the bricks of these volumes use the same<br>
thin-pool as the original bricks. This makes sense, and allows cloning<br>
to be really fast! There is no need to copy data from one brick to a new<br>
one, the thin-pool provides copy-on-write semantics.<br>
<br>
Unfortunately it can be rather difficult to estimate how large the<br>
thin-pool should be when the initial Gluster Volume is created.<br>
Over-allocation is likely needed, but by how much? It may not be clear<br>
how many clones there will be made, nor how much % of data will change<br>
on each of the clones.<br>
<br>
A wrong estimate can easily cause the thin-pool to become full. When<br>
that happens, the filesystem on the bricks will go readonly. Mounting<br>
the filesystem read-writable may not be possible at all. I&#39;ve even seen<br>
/dev entries for the LV getting removed. This makes for a horrible<br>
Gluster experience, and it can be tricky to recover from it.<br>
<br>
In order to make thin-provisioning more stable in Gluster, I would like<br>
to see integrated monitoring of (thin) LVs and some form of acting on<br>
crucial events. One idea would be to make the Gluster Volume read-only<br>
when it detects that a brick is almost out-of-space. This is close to<br>
what local filesystems do when their block-device is having issues.<br>
<br>
The &#39;dmeventd&#39; process already monitors LVM, and by default writes to<br>
&#39;dmesg&#39;. Checking dmesg for warnings is not really a nice solution, so<br>
maybe we should write a plugin for dmeventd. Possibly something exists<br>
already what we can use, or take inspiration from.<br>
<br>
Please provide ideas, thoughts and any other comments. Thanks!<br>
Niels<br>
_______________________________________________<br>
Gluster-devel mailing list<br>
<a href="mailto:Gluster-devel@gluster.org" target="_blank" rel="noreferrer">Gluster-devel@gluster.org</a><br>
<a href="http://lists.gluster.org/mailman/listinfo/gluster-devel" rel="noreferrer noreferrer" target="_blank">http://lists.gluster.org/mailman/listinfo/gluster-devel</a><br>
</blockquote></div><br></div>