<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:24:32 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-2358] LBUG reading /proc/fs/lustre/mgs/MGS/fstype</title>
                <link>https://jira.whamcloud.com/browse/LU-2358</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;An MGS has a NULL obd_fsops.&lt;/p&gt;

&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;cat /proc/fs/lustre/mgs/MGS/fstype

LustreError: 4219:0:(lprocfs_status.c:604:lprocfs_rd_fstype()) ASSERTION( obd-&amp;gt;obd_fsops != ((void *)0) ) failed: 
LustreError: 4219:0:(lprocfs_status.c:604:lprocfs_rd_fstype()) LBUG
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment>CentOS 6.3</environment>
        <key id="16721">LU-2358</key>
            <summary>LBUG reading /proc/fs/lustre/mgs/MGS/fstype</summary>
                <type id="6" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11315&amp;avatarType=issuetype">Story</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="emoly.liu">Emoly Liu</assignee>
                                    <reporter username="jhammond">John Hammond</reporter>
                        <labels>
                            <label>patch</label>
                            <label>procfs</label>
                    </labels>
                <created>Mon, 19 Nov 2012 18:01:07 +0000</created>
                <updated>Mon, 17 Dec 2012 10:01:05 +0000</updated>
                            <resolved>Mon, 17 Dec 2012 10:01:05 +0000</resolved>
                                    <version>Lustre 2.4.0</version>
                                    <fixVersion>Lustre 2.4.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>5</watches>
                                                                            <comments>
                            <comment id="48082" author="jhammond" created="Tue, 20 Nov 2012 12:34:21 +0000"  >&lt;p&gt;Please see &lt;a href=&quot;http://review.whamcloud.com/#change,4635&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#change,4635&lt;/a&gt;.&lt;/p&gt;</comment>
                            <comment id="48263" author="emoly.liu" created="Wed, 21 Nov 2012 22:41:06 +0000"  >&lt;p&gt;I will review this patch.&lt;/p&gt;</comment>
                            <comment id="48280" author="tappro" created="Thu, 22 Nov 2012 07:41:24 +0000"  >&lt;p&gt;I am afraid this will not work if MGS is set up separately from MDT and/or if it is based on osd-zfs. Can we just remove fstype and mntdev entries from MGS/ completely?&lt;/p&gt;</comment>
                            <comment id="48281" author="tappro" created="Thu, 22 Nov 2012 07:57:15 +0000"  >&lt;p&gt;Sorry, I had wrong impression just after reading comments in patch. I see now that it will link properly. But I wonder still do we really need these entries?&lt;/p&gt;</comment>
                            <comment id="48295" author="emoly.liu" created="Thu, 22 Nov 2012 22:35:30 +0000"  >&lt;p&gt;Andreas, do you have any idea about these entries?&lt;/p&gt;</comment>
                            <comment id="48299" author="adilger" created="Fri, 23 Nov 2012 04:03:45 +0000"  >&lt;p&gt;Mike, if they symlink to the proper OSD device, then it should be ok?  One reason for these files is that the mnt dev is used by e2fsck to detect that the device is mounted by Lustre. It is also useful for the admin on occasions to see this. &lt;/p&gt;</comment>
                            <comment id="48300" author="tappro" created="Fri, 23 Nov 2012 04:15:14 +0000"  >&lt;p&gt;I worry that we will have many links in lustre procfs tree making that difficult to understand where each entry belongs to. I am just not sure how e2fsck uses that, but if all data is placed already in OSD procfs directory, maybe we need to check it there? For example, proposed patch makes two things - link proper OSD proc entry to the particular MGS and then link fstype and mntdev right from there to the MGS too. I wonder just if we have already proper OSD link, can&apos;t we check those fields there?&lt;/p&gt;</comment>
                            <comment id="48579" author="emoly.liu" created="Fri, 30 Nov 2012 08:35:31 +0000"  >&lt;p&gt;Should we add a sanity.sh test to check all the readable lustre proc entries to avoid such error?&lt;/p&gt;</comment>
                            <comment id="48585" author="jhammond" created="Fri, 30 Nov 2012 10:19:35 +0000"  >&lt;p&gt;An issue for the sanity check has been created; see &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-2376&quot; title=&quot;Need a sanity check to ensure readable proc files are readable&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-2376&quot;&gt;&lt;del&gt;LU-2376&lt;/del&gt;&lt;/a&gt;.&lt;/p&gt;</comment>
                            <comment id="49308" author="pjones" created="Mon, 17 Dec 2012 10:01:05 +0000"  >&lt;p&gt;Landed for 2.4&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|hzvcif:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10090" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>5613</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                </customfields>
    </item>
</channel>
</rss>