<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 03:19:33 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-15581] Add sanity_iam util</title>
                <link>https://jira.whamcloud.com/browse/LU-15581</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;A tool for parsing and checking IAM files can be useful for investigation pourpuse&lt;/p&gt;</description>
                <environment></environment>
        <key id="68782">LU-15581</key>
            <summary>Add sanity_iam util</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="4" iconUrl="https://jira.whamcloud.com/images/icons/priorities/minor.svg">Minor</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="1">Fixed</resolution>
                                        <assignee username="ablagodarenko">Artem Blagodarenko</assignee>
                                    <reporter username="artem_blagodarenko">Artem Blagodarenko</reporter>
                        <labels>
                            <label>patch</label>
                    </labels>
                <created>Mon, 21 Feb 2022 19:59:15 +0000</created>
                <updated>Tue, 31 Jan 2023 02:34:50 +0000</updated>
                            <resolved>Tue, 13 Dec 2022 16:21:59 +0000</resolved>
                                                    <fixVersion>Lustre 2.16.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                                            <comments>
                            <comment id="326846" author="artem_blagodarenko" created="Mon, 21 Feb 2022 20:35:34 +0000"  >&lt;p&gt;&lt;a href=&quot;https://review.whamcloud.com/46575&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/46575&lt;/a&gt; &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-15581&quot; title=&quot;Add sanity_iam util&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-15581&quot;&gt;&lt;del&gt;LU-15581&lt;/del&gt;&lt;/a&gt; utils: Add sanity_iam util&lt;/p&gt;</comment>
                            <comment id="345865" author="egryaznova" created="Wed, 7 Sep 2022 12:18:47 +0000"  >&lt;p&gt;It would be good to add the tests for tool itself, sometimes we see something like :&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
# mount | grep ldiskfs
/dev/vdb on /mnt/lustre-mgs type lustre (ro,svname=MGS,nosvc,mgs,osd=osd-ldiskfs,user_xattr,errors=remount-ro)
/dev/vdc on /mnt/lustre-mds1 type lustre (ro,svname=lustre-MDT0000,mgsnode=192.168.101.5@tcp,osd=osd-ldiskfs,user_xattr,errors=remount-ro,user_xattr)
/dev/vdd on /mnt/lustre-mds2 type lustre (ro,svname=lustre-MDT0001,mgsnode=192.168.101.5@tcp,osd=osd-ldiskfs,user_xattr,errors=remount-ro,user_xattr)
/dev/vdc on /root/vdc_ldiskfs type ldiskfs (rw,relatime,nodelalloc,dirdata,nombcache,errors=remount-ro)
[root@fre0105 ~]# &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; f in /root/vdc_ldiskfs/oi.16.*; &lt;span class=&quot;code-keyword&quot;&gt;do&lt;/span&gt; echo $f; check_iam -v $f; cmd=&lt;span class=&quot;code-quote&quot;&gt;&quot;dd &lt;span class=&quot;code-keyword&quot;&gt;if&lt;/span&gt;=/dev/urandom of=$f bs=2 conv=notrunc count=1 seek=$((RANDOM % 36))&quot;&lt;/span&gt;; echo $cmd; eval $cmd 2&amp;gt;/dev/&lt;span class=&quot;code-keyword&quot;&gt;null&lt;/span&gt; ; check_iam -v $f; done &amp;gt; output_vdc.corrupted.txt 2&amp;gt;&amp;amp;1

[root@fre0105 ~]# grep &lt;span class=&quot;code-quote&quot;&gt;&quot;Segmentation fault&quot;&lt;/span&gt; output_vdc.corrupted.txt
Segmentation fault (core dumped)
Segmentation fault (core dumped)
Segmentation fault (core dumped)
Segmentation fault (core dumped)
[root@fre0105 ~]#
[root@fre0105 ~]# check_iam -v /root/vdc_ldiskfs/oi.16.0
Filesize 8192, blocks count 2
Root format LFIX,Idle blocks block number 0
keysize 16, recsize 8, ptrsize 4,indirect_levels 0
count 2, limit 203
Idle block number 0
key:00000000000000000000000000000000, ptr: 28883
Segmentation fault (core dumped)
[root@fre0105 ~]# 
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="356197" author="gerrit" created="Tue, 13 Dec 2022 16:06:25 +0000"  >&lt;p&gt;&quot;Oleg Drokin &amp;lt;green@whamcloud.com&amp;gt;&quot; merged in patch &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/46575/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/46575/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-15581&quot; title=&quot;Add sanity_iam util&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-15581&quot;&gt;&lt;del&gt;LU-15581&lt;/del&gt;&lt;/a&gt; utils: add check_iam util&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 99d1f12c7c5ec2b4a8945559cffe3ef0c77093c0&lt;/p&gt;</comment>
                            <comment id="356221" author="pjones" created="Tue, 13 Dec 2022 16:21:59 +0000"  >&lt;p&gt;Landed for 2.16&lt;/p&gt;</comment>
                            <comment id="359045" author="gerrit" created="Fri, 13 Jan 2023 21:23:57 +0000"  >&lt;p&gt;&quot;Timothy Day &amp;lt;timday@amazon.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/49632&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/49632&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-15581&quot; title=&quot;Add sanity_iam util&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-15581&quot;&gt;&lt;del&gt;LU-15581&lt;/del&gt;&lt;/a&gt; misc: update .gitignore files&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 13527078e47fdc727aabac9010733e112d546042&lt;/p&gt;</comment>
                            <comment id="360984" author="gerrit" created="Tue, 31 Jan 2023 02:34:50 +0000"  >&lt;p&gt;&quot;Oleg Drokin &amp;lt;green@whamcloud.com&amp;gt;&quot; merged in patch &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/49632/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/49632/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-15581&quot; title=&quot;Add sanity_iam util&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-15581&quot;&gt;&lt;del&gt;LU-15581&lt;/del&gt;&lt;/a&gt; misc: update .gitignore files&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 74292011f326d0a57960a9383d9bc40f6a565a01&lt;/p&gt;</comment>
                    </comments>
                    <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|i02ixb:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10090" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9223372036854775807</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>