<div dir="ltr">Hi Stefan,<div><br></div><div>I'm not sure which doc are you referring to? It would help if you can share it.</div><div><br></div><div>I would start looking at the barrier translator in xlators/features/barrier. Initially it is designed to block all the ops that modify the underlying file system from acknowledging the client. The list of file system operations that needs to be blocked should be listed <a href="https://github.com/gluster/glusterfs/blob/87ec6483324d76071f27cfa83e0a644e4a38ec41/xlators/features/barrier/src/barrier.c#L747-L761">here</a>.</div><div><br></div><div>WARNING: My knowledge is like a decade old. This information is to the best of my memory. A very brief quick look at the git log of xlators/barrier tells me no major changes.</div><div><br></div><div>So, in any case I would just read the code for barrier translator unless the current maintainer can answer this.</div><div><br></div><div>Varun</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Jan 22, 2024 at 11:30 AM Stefan Kania <<a href="mailto:stefan@kania-online.de">stefan@kania-online.de</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi to all,<br>
<br>
The doc is telling me:<br>
------------------------<br>
To guarantee crash consistency some of the fops are blocked during a <br>
snapshot operation.<br>
<br>
These fops are blocked till the snapshot is complete. All other fops is <br>
passed through.<br>
-----------------------<br>
I could not find which fops are blocked, can anyone tell me wich fops <br>
are blocked and wich are not?<br>
<br>
Second question:<br>
Is there a way to calculate the size of a snapshot?<br>
<br>
<br>
Thank's for any valuable answer<br>
<br>
Stefan<br>
________<br>
<br>
<br>
<br>
Community Meeting Calendar:<br>
<br>
Schedule -<br>
Every 2nd and 4th Tuesday at 14:30 IST / 09:00 UTC<br>
Bridge: <a href="https://meet.google.com/cpu-eiue-hvk" rel="noreferrer" target="_blank">https://meet.google.com/cpu-eiue-hvk</a><br>
Gluster-users mailing list<br>
<a href="mailto:Gluster-users@gluster.org" target="_blank">Gluster-users@gluster.org</a><br>
<a href="https://lists.gluster.org/mailman/listinfo/gluster-users" rel="noreferrer" target="_blank">https://lists.gluster.org/mailman/listinfo/gluster-users</a><br>
</blockquote></div>