<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 03:22:01 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-15873] Make mounting with &quot;-o rdonly_dev&quot; work</title>
                <link>https://jira.whamcloud.com/browse/LU-15873</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;Make target mounting with &quot;-o rdonly_dev&quot; work.&lt;/p&gt;

&lt;p&gt;&#160;&quot;rdonly_dev&quot;&#160; currently does not work. While the &quot;rdonly_dev&quot; returns &quot;Operation not supported&quot; from OSD. It is a simple flag check which is doing the returning, removing the check seems to work.&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Mounting with &quot;rdonly_dev&quot;&lt;/b&gt;&#160;&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;# umount /mnt/lustre-mds1
# mount.lustre /dev/mapper/mds1_flakey /mnt/lustre-mds1 -o rdonly_dev
mount.lustre: mount /dev/mapper/mds1_flakey at /mnt/lustre-mds1 failed: Operation not supported&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;Logs:&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;(obd_config.c:774:class_setup()) setup lustre-MDT0000-osd failed (-95)
(obd_mount.c:200:lustre_start_simple()) lustre-MDT0000-osd setup error -95
(obd_mount_server.c:1993:server_fill_super()) Unable to start osd on /dev/mapper/mds1_flakey: -95
(super25.c:176:lustre_fill_super()) llite: Unable to mount &amp;lt;unknown&amp;gt;: rc = -95&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;&#160;&lt;/p&gt;</description>
                <environment></environment>
        <key id="70393">LU-15873</key>
            <summary>Make mounting with &quot;-o rdonly_dev&quot; work</summary>
                <type id="4" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11310&amp;avatarType=issuetype">Improvement</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="arshad512">Arshad Hussain</assignee>
                                    <reporter username="arshad512">Arshad Hussain</reporter>
                        <labels>
                    </labels>
                <created>Thu, 19 May 2022 08:10:31 +0000</created>
                <updated>Tue, 20 Jun 2023 03:37:25 +0000</updated>
                            <resolved>Thu, 20 Apr 2023 00:10:30 +0000</resolved>
                                                    <fixVersion>Lustre 2.16.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                            <comments>
                            <comment id="335561" author="adilger" created="Fri, 20 May 2022 07:43:10 +0000"  >&lt;blockquote&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;# mount.lustre /dev/mapper/mds1_flakey /mnt/lustre-mds1 -o rdonly_dev
mount.lustre: mount /dev/mapper/mds1_flakey at /mnt/lustre-mds1 failed: Operation not supported
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;
&lt;p&gt;The reason this returns &quot;Operation not supported&quot; is because this feature was removed from the code (it used to be implemented as a kernel patch), and replaced by &quot;dm-flakey&quot; to allow discarding writes to the filesystem.  I don&apos;t think that should relate to implementing &quot;-o ro&quot; at all.&lt;/p&gt;</comment>
                            <comment id="335580" author="gerrit" created="Fri, 20 May 2022 13:31:22 +0000"  >&lt;p&gt;&lt;del&gt;&quot;Arshad Hussain &amp;lt;arshad.hussain@aeoncomputing.com&amp;gt;&quot; uploaded a new patch:&lt;/del&gt; &lt;a href=&quot;https://review.whamcloud.com/47412&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/47412&lt;/a&gt;&lt;br/&gt;
&lt;del&gt;Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-15873&quot; title=&quot;Make mounting with &amp;quot;-o rdonly_dev&amp;quot; work&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-15873&quot;&gt;&lt;del&gt;LU-15873&lt;/del&gt;&lt;/a&gt; osd: Make mounting with &quot;-o rdonly_dev&quot; work&lt;/del&gt;&lt;br/&gt;
&lt;del&gt;Project: fs/lustre-release&lt;/del&gt;&lt;br/&gt;
&lt;del&gt;Branch: master&lt;/del&gt;&lt;br/&gt;
&lt;del&gt;Current Patch Set: 1&lt;/del&gt;&lt;br/&gt;
&lt;del&gt;Commit: b152cf689dd379e6a414072a8c22be0bb0436449&lt;/del&gt;&lt;/p&gt;</comment>
                            <comment id="335581" author="arshad512" created="Fri, 20 May 2022 13:33:05 +0000"  >&lt;p&gt;&#160;&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;&#160;...I don&apos;t think that should relate to implementing &quot;-o ro&quot; at all.&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;Understood. Thanks.&lt;/p&gt;</comment>
                            <comment id="345315" author="gerrit" created="Thu, 1 Sep 2022 05:54:53 +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/48095/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/48095/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-15873&quot; title=&quot;Make mounting with &amp;quot;-o rdonly_dev&amp;quot; work&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-15873&quot;&gt;&lt;del&gt;LU-15873&lt;/del&gt;&lt;/a&gt; obd: skip checking read-only fs health&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: d54114d0c54f7d037ad1009f6db7081124c4c9b8&lt;/p&gt;</comment>
                            <comment id="366758" author="gerrit" created="Tue, 21 Mar 2023 23:13:35 +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/+/48096/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/48096/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-15873&quot; title=&quot;Make mounting with &amp;quot;-o rdonly_dev&amp;quot; work&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-15873&quot;&gt;&lt;del&gt;LU-15873&lt;/del&gt;&lt;/a&gt; quota: don&apos;t release for RO device&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: c4b630355f5e5a62c02dab6debeb4f6483058c8b&lt;/p&gt;</comment>
                            <comment id="366759" author="gerrit" created="Tue, 21 Mar 2023 23:13:46 +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/+/48098/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/48098/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-15873&quot; title=&quot;Make mounting with &amp;quot;-o rdonly_dev&amp;quot; work&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-15873&quot;&gt;&lt;del&gt;LU-15873&lt;/del&gt;&lt;/a&gt; osd: heed readonly mount upon osd-ldiskfs device&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: c28887efaa499b902d8f017afb496fe0964ab751&lt;/p&gt;</comment>
                            <comment id="375900" author="gerrit" created="Tue, 20 Jun 2023 03:37: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/+/48097/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/48097/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-15873&quot; title=&quot;Make mounting with &amp;quot;-o rdonly_dev&amp;quot; work&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-15873&quot;&gt;&lt;del&gt;LU-15873&lt;/del&gt;&lt;/a&gt; osp: don&apos;t sync on RO device&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 0f87513bcacc174efc29937fd0cc08f8a648a43e&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                                                <inwardlinks description="is duplicated by">
                                                        </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                                        </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="60905">LU-13979</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|i02qdb:</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>
                                                                                                                                                                                                                                                                                                                                                                                                                </customfields>
    </item>
</channel>
</rss>