<div><div dir="auto"><div dir="auto">Don&#39;t think it&#39;s a bug. In my setup I&#39;m using ZFS as storage backend. When repeating steps you described, ZFS complains and it does not delete the snapshot, as the newly created clone depends on it. This by it&#39;s turn propagates above to the LINSTOR layer, which eventually aborts the action.</div></div><div dir="auto">In the case you are using LVMThin, I think lvm *does* allow deleting the snapshot, since it works differently than ZFS in this matter (data from the deleted snapshot is automatically merged into the newly created volume, so there&#39;s no dependency between them). You can verify if this is the case by doing same tests directly on the lvm layer. In any case LINSTOR relies on storage backend utils output and it does not by default prevent snapshot removal.</div></div><div dir="auto"><br></div><div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, 26 May 2019 at 00:49, kvaps &lt;<a href="mailto:kvapss@gmail.com">kvapss@gmail.com</a>&gt; wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi<br>
<br>
I have a question and I can&#39;t fully determine is that bug or not.<br>
<br>
Example I have image A:<br>
<br>
linstor rd c A<br>
linstor vd c aaa 1G<br>
linstor r c aaa --auto-place 2<br>
<br>
now I can create new snapshot:<br>
<br>
linstor s c aaa snap1<br>
<br>
and deploy new resource from this snapshot:<br>
<br>
linstor rd c bbb<br>
linstor s vd rst --from-resource aaa --from-snapshot snap1 --to-resource bbb<br>
linstor s r rst --from-resource aaa --from-snapshot snap1 --to-resource bbb<br>
<br>
after that I can remove the snapshot:<br>
<br>
linstor s d aaa snap1<br>
<br>
Is that ok? Shouldn&#39;t it throw an error due having childrens?<br>
<br>
<br>
- kvaps<br>
_______________________________________________<br>
drbd-user mailing list<br>
<a href="mailto:drbd-user@lists.linbit.com" target="_blank">drbd-user@lists.linbit.com</a><br>
<a href="http://lists.linbit.com/mailman/listinfo/drbd-user" rel="noreferrer" target="_blank">http://lists.linbit.com/mailman/listinfo/drbd-user</a><br>
</blockquote></div></div>