<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:23:00 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>Whamcloud Community JIRA</title>
    <link>https://jira.whamcloud.com</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>9.4.14</version>
        <build-number>940014</build-number>
        <build-date>05-12-2023</build-date>
    </build-info>


<item>
            <title>[LU-2176] ZFS: running racer grounds everything to a standstill</title>
                <link>https://jira.whamcloud.com/browse/LU-2176</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;There seems to be a very strange problem with racer and lustre over zfs.&lt;br/&gt;
When you run SLOW=yes REFORMAT=yes FSTYPE=zfs DURATIOn=2700 sh racer.sh&lt;br/&gt;
the dd stuff at the start of racer mostly never finish by themselves, even though we see heavy activity of zfs threads and some errors about ENOSPC in the logs.&lt;/p&gt;

&lt;p&gt;the actual creates and other stuff usually gets run after the timeout is already finished and everything is being killed.&lt;/p&gt;

&lt;p&gt;Contrast this with an ldiskfs run whre shortly after start we get a lot of messages about &quot;file_create: SIZE=XXX&quot; going all the way until the time is up.&lt;/p&gt;

&lt;p&gt;Alex is already looking into this one.&lt;/p&gt;</description>
                <environment></environment>
        <key id="16359">LU-2176</key>
            <summary>ZFS: running racer grounds everything to a standstill</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="3" iconUrl="https://jira.whamcloud.com/images/icons/priorities/major.svg">Major</priority>
                        <status id="5" iconUrl="https://jira.whamcloud.com/images/icons/statuses/resolved.png" description="A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.">Resolved</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="5">Cannot Reproduce</resolution>
                                        <assignee username="bzzz">Alex Zhuravlev</assignee>
                                    <reporter username="green">Oleg Drokin</reporter>
                        <labels>
                            <label>LB</label>
                            <label>performance</label>
                            <label>zfs</label>
                    </labels>
                <created>Sun, 14 Oct 2012 23:42:02 +0000</created>
                <updated>Thu, 30 Apr 2020 11:41:33 +0000</updated>
                            <resolved>Thu, 30 Apr 2020 11:41:33 +0000</resolved>
                                    <version>Lustre 2.4.0</version>
                                                        <due></due>
                            <votes>0</votes>
                                    <watches>5</watches>
                                                                            <comments>
                            <comment id="47051" author="bzzz" created="Mon, 29 Oct 2012 13:46:15 +0000"  >&lt;p&gt;I&apos;d suggest to make few runs with &lt;a href=&quot;http://review.whamcloud.com/4403&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/4403&lt;/a&gt; and attach the stats here.&lt;/p&gt;

&lt;p&gt;1) ldiskfs with default settings&lt;br/&gt;
2) zfs with default settings&lt;br/&gt;
3) zfs with OSTSIZE=500000 (rm -f /tmp/lustre-ost* to recreate them with a different size)&lt;/p&gt;

</comment>
                            <comment id="47446" author="bzzz" created="Tue, 6 Nov 2012 12:27:37 +0000"  >&lt;p&gt;&lt;a href=&quot;http://review.whamcloud.com/4403&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/4403&lt;/a&gt; should provide a bit more info including amount of data read/written.&lt;/p&gt;

&lt;p&gt;from what I&apos;ve seen locally racer does work with ZFS, not that great as with ldiskfs, but quite acceptable, IMHO.&lt;/p&gt;

&lt;p&gt;I&apos;d suggest Oleg to see actual numbers locally and, hopefully, close the ticket &lt;img class=&quot;emoticon&quot; src=&quot;https://jira.whamcloud.com/images/icons/emoticons/smile.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/p&gt;</comment>
                            <comment id="47676" author="bzzz" created="Mon, 12 Nov 2012 05:47:00 +0000"  >&lt;p&gt;SLOW=yes DURATION=2700 sh racer.sh:&lt;/p&gt;

&lt;p&gt;ldiskfs &lt;/p&gt;
{OST|MDS}SIZE=default: 4740321 opens, 44659 getattrs, 131489 readdirs, 654MB in 145047 reads, 10312MB in 84271 writes&lt;br/&gt;
zfs     {OST|MDS}
&lt;p&gt;SIZE=default: 1287981 opens, 201684 getattrs, 41838 readdirs,  41MB in   5827 reads,   825MB in 36025 writes&lt;br/&gt;
zfs     &lt;/p&gt;
{OST|MDS}SIZE=500000:  1830863 opens, 180514 getattrs, 50876 readdirs,  98MB in  17732 reads,  3640MB in 80152 writes&lt;br/&gt;
zfs,4GB,{OST|MDS}
&lt;p&gt;SIZE=500000:  2941173 opens, 132408 getattrs, 84917 readdirs, 216MB in   7664 reads,  4726MB in 62449 writes&lt;/p&gt;

&lt;p&gt;given zfs&apos;s requirements are significantly higher, I think the numbers are OK at the moment.&lt;/p&gt;</comment>
                            <comment id="128893" author="bzzz" created="Wed, 30 Sep 2015 14:16:36 +0000"  >&lt;p&gt;Oleg, is this still an actual issue?&lt;/p&gt;</comment>
                            <comment id="268969" author="adilger" created="Thu, 30 Apr 2020 11:41:33 +0000"  >&lt;p&gt;Close old issue, I think ZFS is running this today w/o problems.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="17731">LU-2887</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                            <customfield id="customfield_10890" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10390" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hzvad3:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10090" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>5214</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10060" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Severity</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10022"><![CDATA[3]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        </customfields>
    </item>
</channel>
</rss>