<div dir="ltr"><div>Hello folks,</div><div><br></div><div>I am implementing some stuff with the WORM Xlator and I have the idea to transfer a file into the WORM state immediately after a FOP finished successfully. Example</div><div><br></div><div>$ echo test &gt;&gt; test1.txt</div><div><br></div><div>After the FOP finished the file should be automatically WORMed. But I would like to have an individual retention for each file, so I don&#39;t want to use Volume Level WORM function.</div><div>At the moment autocommit is triggered after a specific period and the current FOP (e.g. write) would be blocked, but I want it to be my file WORMed immediately after the FOP (e.g. write) finished.</div><div><br></div><div>Maybe some of you have an idea. It should be possible to get the information about the success of an FOP in one of cbk functions e.g if a file is created and worm-file-level enabled, create_cbk sets the xattr trusted.worm-file trusted.start_time for the file. So this should be possible after a write FOP succeed?<br></div><div><br></div><div>Regards</div><div>David Spisla<br></div></div>