<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 03:32:34 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-17094] lfs df -v (verbose) output abnormality</title>
                <link>https://jira.whamcloud.com/browse/LU-17094</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;Output of lfs df -v outputs the a stale &lt;b&gt;&apos;f&apos;&lt;/b&gt; at the end of each line of device. Is this correct ? What is expected from verbose output?&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;# lfs df -v
UUID &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; 1K-blocks &#160; &#160; &#160; &#160;Used &#160; Available Use% Mounted on
lustre-MDT0000_UUID &#160; &#160; &#160; 125056 &#160; &#160; &#160; &#160;1664 &#160; &#160; &#160;112156 &#160; 2% /mnt/lustre[MDT:0] f
lustre-OST0000_UUID &#160; &#160; &#160; 313104 &#160; &#160; &#160; &#160;1388 &#160; &#160; &#160;284556 &#160; 1% /mnt/lustre[OST:0] f
lustre-OST0001_UUID &#160; &#160; &#160; 313104 &#160; &#160; &#160; &#160;1388 &#160; &#160; &#160;284556 &#160; 1% /mnt/lustre[OST:1] f
filesystem_summary: &#160; &#160; &#160; 626208 &#160; &#160; &#160; &#160;2776 &#160; &#160; &#160;569112 &#160; 1% /mnt/lustre
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;&#160;&lt;/p&gt;</description>
                <environment></environment>
        <key id="77771">LU-17094</key>
            <summary>lfs df -v (verbose) output abnormality</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="6" iconUrl="https://jira.whamcloud.com/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="6">Not a Bug</resolution>
                                        <assignee username="wc-triage">WC Triage</assignee>
                                    <reporter username="arshad512">Arshad Hussain</reporter>
                        <labels>
                    </labels>
                <created>Wed, 6 Sep 2023 09:49:52 +0000</created>
                <updated>Fri, 8 Sep 2023 04:22:03 +0000</updated>
                            <resolved>Fri, 8 Sep 2023 04:22:03 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                            <comments>
                            <comment id="385001" author="JIRAUSER16704" created="Wed, 6 Sep 2023 17:37:06 +0000"  >&lt;p&gt;I don&apos;t remember when this was added, but that tripped me up awhile ago too. See the lfs-df(1) manpage, but that means it&apos;s a non-rotational and/or &lt;span class=&quot;error&quot;&gt;&amp;#91;f&amp;#93;&lt;/span&gt;lash device.&lt;/p&gt;</comment>
                            <comment id="385014" author="adilger" created="Wed, 6 Sep 2023 18:29:21 +0000"  >&lt;p&gt;Steve is correct. There are other possible status flags that might be printed with &quot;&lt;tt&gt;&amp;#45;v&lt;/tt&gt;&quot; as well.  What were you expecting from &quot;&lt;tt&gt;lfs df &amp;#45;v&lt;/tt&gt;&quot;?&lt;/p&gt;</comment>
                            <comment id="385236" author="arshad512" created="Fri, 8 Sep 2023 04:21:13 +0000"  >&lt;p&gt;I was on leave yesterday, so I could not respond earlier.&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;I don&apos;t remember when this was added, but that tripped me up awhile ago too. See the lfs-df(1) manpage, but that means it&apos;s a non-rotational and/or [f]lash device.&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;Thanks for pointing this out. I was not aware that target status would be printed this way.&#160; I get it now.&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;Steve is correct. There are other possible status flags that might be printed with &quot;-v&quot; as well. What were you expecting from &quot;lfs df -v&quot;?&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;Yes, I could see this under lfs-df (man page).&#160; Sorry for the noise.&lt;/p&gt;</comment>
                            <comment id="385237" author="arshad512" created="Fri, 8 Sep 2023 04:22:03 +0000"  >&lt;p&gt;Not a bug. See Steve/Andreas comments under ticket.&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|i03usf:</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>