<div dir="ltr"><div>Hi Zorro,</div><div><br></div>The object auditor is protecting you from bit rot. And is the service that will find corrupted files and quarantine them. So is rather important to the health of your cluster. It isn't just there because of XFS.<div><br></div><div>We usually recommend XFS as when we store object metadata we store it as extended attributes (xattrs) with the object. Ext4 only limits xattr space to block size (at least be default) XFS isn't limited in xattr space. Just a warning as you may have problems if a user attaches too much metadata to an object.</div><div class="gmail_extra"><br></div><div class="gmail_extra"><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:small;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration-style:initial;text-decoration-color:initial">Back to the auditor, there are auditor options you could make use of if you wanted to "turn it down" a bit. Like changing the `interval` or tuning the `files_per_second`, `bytes_per_second` or `zero_byte_files_per_second`.</div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:small;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration-style:initial;text-decoration-color:initial">If the main problem is it taking all your iops you can also use the `nice_priority`, `ionice_class` and `ionice_priority` options to tell the auditor to play nicer.</div></div><div class="gmail_extra">See the sample config file for configuration options and some description. The commented out options and values are the defaults: <a href="https://github.com/openstack/swift/blob/stable/pike/etc/object-server.conf-sample#L388-L430">https://github.com/openstack/swift/blob/stable/pike/etc/object-server.conf-sample#L388-L430</a></div><div class="gmail_extra"><br></div><div class="gmail_extra">Regards,</div><div class="gmail_extra">Matt</div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Feb 16, 2018 at 12:03 AM, зоррыч <span dir="ltr"><<a href="mailto:zorro@megatrone.ru" target="_blank">zorro@megatrone.ru</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">hi<br>
<br>
I have a swift cluster installed (without using an openstack)<br>
<br>
I ran into the problem of a high high disk utilization<br>
<br>
<br>
I found out that the main load is given to the server /usr/bin/swift-object-auditor<br>
>From the documentation, I learned that this process checks the files on disks (xfs can spoil files during a cold restart)<br>
<br>
My cluster is working on ext4.<br>
<br>
I can disable the swift-object-auditor, so that I have no problems with files in the future?<br>
<br>
______________________________<wbr>_________________<br>
Mailing list: <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" rel="noreferrer" target="_blank">http://lists.openstack.org/cgi<wbr>-bin/mailman/listinfo/openstac<wbr>k</a><br>
Post to     : <a href="mailto:openstack@lists.openstack.org" target="_blank">openstack@lists.openstack.org</a><br>
Unsubscribe : <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" rel="noreferrer" target="_blank">http://lists.openstack.org/cgi<wbr>-bin/mailman/listinfo/openstac<wbr>k</a><br>
</blockquote></div><br></div></div>