<div dir="ltr"><div>Hello,</div><div><br></div><div>&gt; I wonder if it&#39;s safe to mount lvm snapshot after `linstor snapshot create` command ...</div><div><br></div><div>Linstor can restore a snapshot into a new resource. If you now have a DRBD on top of LVM, create a snapshot of that, modify the data without DRBD knowing (as there is no DRBD running on top of a snapshot, only on the &quot;original&quot; resource), restore that snapshot into a new resource, you will certainly get into a situation you really don&#39;t want to be in. </div><div><br></div><div>&gt; and why it creates lv snapshot with k flag?</div><div><br></div><div>The k flag is used for the lvchange command, not for creation. If an administrator does not just deactivate a VG or that specific LV but also sets the &quot;activationskip&quot; flag for our LV (like `lvchange -ky drbdpool/test`, which will also have a &#39;k&#39; attribute in the output of lvs) then a simple `lvchange -ay drbdpool/test` will not activate the LV (that means the device /dev/drbdpool/test is not created). Using `lvchange -ay -k drbdpool/test` will ignore the &quot;activationskip&quot; flag, and will activate that LV for us.</div><div><br></div><div>Hope that answers your question.<br></div><div><br></div>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div>Best regards,<br></div>Gabor Hernadi<br></div></div></div></div></div>