<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:53:40 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-5690] Unable to parse the mdt.nosquash_nids parameter when using commas in expr_list</title>
                <link>https://jira.whamcloud.com/browse/LU-5690</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;One of our support engineer is reporting that Lustre is unable to start the MDS when using a comma in the setting of mdt.nosquash_nids.&lt;/p&gt;

&lt;p&gt;We can find the LNET NID range syntax in the documentation (23.2.3. Tips on Using Root Squash). Setting &lt;tt&gt;mdt.nosquash_nids=192.168.0.[13,14]@tcp0&lt;/tt&gt; should be valid.&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;&amp;lt;nidlist&amp;gt;     :== &amp;lt;nidrange&amp;gt; [ &apos; &apos; &amp;lt;nidrange&amp;gt; ]
&amp;lt;nidrange&amp;gt;   :== &amp;lt;addrrange&amp;gt; &apos;@&apos; &amp;lt;net&amp;gt;
&amp;lt;addrrange&amp;gt;  :== &apos;*&apos; |
           &amp;lt;ipaddr_range&amp;gt; |
           &amp;lt;numaddr_range&amp;gt;
&amp;lt;ipaddr_range&amp;gt;       :==
&amp;lt;numaddr_range&amp;gt;.&amp;lt;numaddr_range&amp;gt;.&amp;lt;numaddr_range&amp;gt;.&amp;lt;numaddr_range&amp;gt;
&amp;lt;numaddr_range&amp;gt;      :== &amp;lt;number&amp;gt; |
                   &amp;lt;expr_list&amp;gt;
&amp;lt;expr_list&amp;gt;  :== &apos;[&apos; &amp;lt;range_expr&amp;gt; [ &apos;,&apos; &amp;lt;range_expr&amp;gt;] &apos;]&apos;
&amp;lt;range_expr&amp;gt; :== &amp;lt;number&amp;gt; |
           &amp;lt;number&amp;gt; &apos;-&apos; &amp;lt;number&amp;gt; |
           &amp;lt;number&amp;gt; &apos;-&apos; &amp;lt;number&amp;gt; &apos;/&apos; &amp;lt;number&amp;gt;
&amp;lt;net&amp;gt;        :== &amp;lt;netname&amp;gt; | &amp;lt;netname&amp;gt;&amp;lt;number&amp;gt;
&amp;lt;netname&amp;gt;    :== &quot;lo&quot; | &quot;tcp&quot; | &quot;o2ib&quot; | &quot;cib&quot; | &quot;openib&quot; | &quot;iib&quot; | 
           &quot;vib&quot; | &quot;ra&quot; | &quot;elan&quot; | &quot;gm&quot; | &quot;mx&quot; | &quot;ptl&quot;
&amp;lt;number&amp;gt;     :== &amp;lt;nonnegative decimal&amp;gt; | &amp;lt;hexadecimal&amp;gt;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;I was able to reproduce this issue on my test lab. Here are the traces.&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;[root@mds1 ~]# tunefs.lustre --erase-params --param mgsnode=192.168.122.41@tcp --param lov.stripecount=1 --param lov.stripesize=1048576 --param  &lt;span class=&quot;code-quote&quot;&gt;&quot;mdt.nosquash_nids=192.168.0.[13,14]@tcp0&quot;&lt;/span&gt; /dev/vdb checking &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; existing Lustre data: found
Reading CONFIGS/mountdata

   Read previous values:
Target:     scratch-MDT0000
Index:      0
Lustre FS:  scratch
Mount type: ldiskfs
Flags:      0x1
              (MDT )
Persistent mount opts: user_xattr,errors=remount-ro
Parameters: mgsnode=192.168.122.41@tcp lov.stripecount=1 lov.stripesize=1048576 mdt.nosquash_nids=192.168.0.13@tcp0


   Permanent disk data:
Target:     scratch-MDT0000
Index:      0
Lustre FS:  scratch
Mount type: ldiskfs
Flags:      0x41
              (MDT update )
Persistent mount opts: user_xattr,errors=remount-ro
Parameters: mgsnode=192.168.122.41@tcp lov.stripecount=1 lov.stripesize=1048576 mdt.nosquash_nids=192.168.0.[13,14]@tcp0

Writing CONFIGS/mountdata
[root@mds1 ~]# mount -v -t lustre /dev/vdb /mnt/fs/scratch/mdt/
arg[0] = /sbin/mount.lustre
arg[1] = -v
arg[2] = -o
arg[3] = rw
arg[4] = /dev/vdb
arg[5] = /mnt/fs/scratch/mdt/
source = /dev/vdb (/dev/vdb), target = /mnt/fs/scratch/mdt
options = rw
checking &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; existing Lustre data: found
Reading CONFIGS/mountdata
mounting device /dev/vdb at /mnt/fs/scratch/mdt, flags=0x1000000 options=osd=osd-ldiskfs,user_xattr,errors=remount-ro,mgsnode=192.168.122.41@tcp,param=mgsnode=192.168.122.41@tcp,param=lov.stripecount=1,param=lov.stripesize=1048576,param=mdt.nosquash_nids=192.168.0.[13,14]@tcp0,svname=scratch-MDT0000,device=/dev/vdb
mount.lustre: mount /dev/vdb at /mnt/fs/scratch/mdt failed: Invalid argument retries left: 0
mount.lustre: mount /dev/vdb at /mnt/fs/scratch/mdt failed: Invalid argument
This may have multiple causes.
Are the mount options correct?
Check the syslog &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; more info.
[root@mds1 ~]# dmesg |tail
LDISKFS-fs (vdb): barriers disabled
LDISKFS-fs (vdb): mounted filesystem with ordered data mode. quota=on. Opts:
LDISKFS-fs (vdb): barriers disabled
LDISKFS-fs (vdb): mounted filesystem with ordered data mode. quota=on. Opts:
LDISKFS-fs (vdb): Unrecognized mount option &lt;span class=&quot;code-quote&quot;&gt;&quot;14]@tcp0&quot;&lt;/span&gt; or missing value   &amp;lt;=== NOT GOOD :-(
LustreError: 8846:0:(osd_handler.c:5481:osd_mount()) scratch-MDT0000-osd: can&apos;t mount /dev/vdb: -22
LustreError: 8846:0:(obd_config.c:572:class_setup()) setup scratch-MDT0000-osd failed (-22)
LustreError: 8846:0:(obd_mount.c:201:lustre_start_simple()) scratch-MDT0000-osd setup error -22
LustreError: 8846:0:(obd_mount_server.c:1686:server_fill_super()) Unable to start osd on /dev/vdb: -22
LustreError: 8846:0:(obd_mount.c:1324:lustre_fill_super()) Unable to mount  (-22)
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;In the debug trace:&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;00000020:01000004:0.0:1411043156.536717:0:8846:0:(obd_mount.c:839:lmd_print()) options: user_xattr,errors=remount-ro,14]@tcp0
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Obviously, something is going wrong in the way the parameters are parsed.&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;[root@mds1 ~]# mount -t ldiskfs /dev/vdb /mnt/fs/scratch/mdt/
[root@mds1 ~]# hexdump -C /mnt/fs/scratch/mdt/CONFIGS/mountdata
00000000  01 00 d0 1d 00 00 00 00  00 00 00 00 00 00 00 00  |................|
00000010  01 00 00 00 41 00 00 00  00 00 00 00 01 00 00 00  |....A...........|
00000020  73 63 72 61 74 63 68 00  00 00 00 00 00 00 00 00  |scratch.........|
00000030  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
*
00000060  73 63 72 61 74 63 68 2d  4d 44 54 30 30 30 30 00  |scratch-MDT0000.|
00000070  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
*
00001000  75 73 65 72 5f 78 61 74  74 72 2c 65 72 72 6f 72  |user_xattr,error|
00001010  73 3d 72 65 6d 6f 75 6e  74 2d 72 6f 00 00 00 00  |s=remount-ro....|
00001020  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
*
00002000  20 6d 67 73 6e 6f 64 65  3d 31 39 32 2e 31 36 38  | mgsnode=192.168|
00002010  2e 31 32 32 2e 34 31 40  74 63 70 20 6c 6f 76 2e  |.122.41@tcp lov.|
00002020  73 74 72 69 70 65 63 6f  75 6e 74 3d 31 20 6c 6f  |stripecount=1 lo|
00002030  76 2e 73 74 72 69 70 65  73 69 7a 65 3d 31 30 34  |v.stripesize=104|
00002040  38 35 37 36 20 6d 64 74  2e 6e 6f 73 71 75 61 73  |8576 mdt.nosquas|
00002050  68 5f 6e 69 64 73 3d 31  39 32 2e 31 36 38 2e 30  |h_nids=192.168.0|
00002060  2e 5b 31 33 2c 31 34 5d  40 74 63 70 30 00 5d 40  |.[13,14]@tcp0.]@|
00002070  74 63 70 00 00 00 00 00  00 00 00 00 00 00 00 00  |tcp.............|
00002080  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
*
00003000
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;The flaw is in the way lmd_parse() parses the param flags in lustre/obdclass/obd_mount.c (source from Lustre 2.5.3):&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;1143         } &lt;span class=&quot;code-keyword&quot;&gt;else&lt;/span&gt; &lt;span class=&quot;code-keyword&quot;&gt;if&lt;/span&gt; (strncmp(s1, &lt;span class=&quot;code-quote&quot;&gt;&quot;param=&quot;&lt;/span&gt;, 6) == 0) {
1144             &lt;span class=&quot;code-object&quot;&gt;int&lt;/span&gt; length;
1145             &lt;span class=&quot;code-object&quot;&gt;char&lt;/span&gt; *tail = strchr(s1 + 6, &lt;span class=&quot;code-quote&quot;&gt;&apos;,&apos;&lt;/span&gt;);
1146             &lt;span class=&quot;code-keyword&quot;&gt;if&lt;/span&gt; (tail == NULL) {
1147                 length = strlen(s1);
1148             } &lt;span class=&quot;code-keyword&quot;&gt;else&lt;/span&gt; {
1149                 lnet_nid_t nid;
1150                 &lt;span class=&quot;code-object&quot;&gt;char&lt;/span&gt;      *param_str = tail + 1;
1151                 &lt;span class=&quot;code-object&quot;&gt;int&lt;/span&gt;        supplementary = 1;
1152 
1153                 &lt;span class=&quot;code-keyword&quot;&gt;while&lt;/span&gt; (class_parse_nid_quiet(param_str, &amp;amp;nid,
1154                                  &amp;amp;param_str) == 0) {
1155                     supplementary = 0;
1156                 }
1157                 length = param_str - s1 - supplementary;
1158             }
1159             length -= 6;
1160             strncat(lmd-&amp;gt;lmd_params, s1 + 6, length);
1161             strcat(lmd-&amp;gt;lmd_params, &lt;span class=&quot;code-quote&quot;&gt;&quot; &quot;&lt;/span&gt;);
1162             s3 = s1 + 6 + length;
1163             clear++;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;This part of code has been introduced by &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-4460&quot; title=&quot;Using multiple NIDs for the same failnode or mgsnode is STILL broken for Lustre 2.4&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-4460&quot;&gt;&lt;del&gt;LU-4460&lt;/del&gt;&lt;/a&gt;. However, reverting the patch is not enough as the parsing will still fail because of line 1145 (introduced in commit 6a65619724).&lt;/p&gt;

&lt;p&gt;A workaround is to use &lt;tt&gt;mdt.nosquash_nids=&apos;192.168.0.13@tcp0 192.168.0.14@tcp0&apos;&lt;/tt&gt; (or of course &lt;tt&gt;192.168.0.[13-14]@tcp0&lt;/tt&gt; here, but this is an example &lt;img class=&quot;emoticon&quot; src=&quot;https://jira.whamcloud.com/images/icons/emoticons/wink.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;</description>
                <environment>Lustre 2.4.3 w/ patch &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-4460&quot; title=&quot;Using multiple NIDs for the same failnode or mgsnode is STILL broken for Lustre 2.4&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-4460&quot;&gt;&lt;strike&gt;LU-4460&lt;/strike&gt;&lt;/a&gt;</environment>
        <key id="26788">LU-5690</key>
            <summary>Unable to parse the mdt.nosquash_nids parameter when using commas in expr_list</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="yujian">Jian Yu</assignee>
                                    <reporter username="bruno.travouillon">Bruno Travouillon</reporter>
                        <labels>
                    </labels>
                <created>Tue, 30 Sep 2014 19:36:08 +0000</created>
                <updated>Fri, 28 Oct 2016 21:32:51 +0000</updated>
                            <resolved>Mon, 14 Dec 2015 05:28:15 +0000</resolved>
                                    <version>Lustre 2.4.3</version>
                    <version>Lustre 2.5.3</version>
                                    <fixVersion>Lustre 2.8.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>7</watches>
                                                                            <comments>
                            <comment id="95357" author="pjones" created="Tue, 30 Sep 2014 21:26:06 +0000"  >&lt;p&gt;Yu, Jian&lt;/p&gt;

&lt;p&gt;Could you please look into this issue?&lt;/p&gt;

&lt;p&gt;Thanks&lt;/p&gt;

&lt;p&gt;Peter&lt;/p&gt;</comment>
                            <comment id="98729" author="yujian" created="Sun, 9 Nov 2014 08:52:57 +0000"  >&lt;p&gt;Without the patch for &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-4460&quot; title=&quot;Using multiple NIDs for the same failnode or mgsnode is STILL broken for Lustre 2.4&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-4460&quot;&gt;&lt;del&gt;LU-4460&lt;/del&gt;&lt;/a&gt;, the basic comma-separated NIDs can not be parsed. Now, comma is not always a delimiter in the parameters, so I need create a patch to handle the situation that comma is surrounded by &quot;[&quot; and &quot;]&quot;. It looks like class_parse_nid_quiet() can not handle this. I&apos;ll look more.&lt;/p&gt;</comment>
                            <comment id="106684" author="bruno.travouillon" created="Wed, 11 Feb 2015 19:47:44 +0000"  >&lt;p&gt;Yu, Jian&lt;/p&gt;

&lt;p&gt;Were you able to find a proper way to parse the NIDs?&lt;/p&gt;</comment>
                            <comment id="106685" author="yujian" created="Wed, 11 Feb 2015 19:53:23 +0000"  >&lt;p&gt;Hi Bruno,&lt;/p&gt;

&lt;p&gt;Sorry for the delay of this work. I&apos;ll get back to work on it tomorrow.&lt;/p&gt;</comment>
                            <comment id="107064" author="yujian" created="Mon, 16 Feb 2015 07:52:17 +0000"  >&lt;p&gt;Hi Bruno,&lt;br/&gt;
I&apos;m sorry I still did not find out enough time to get to this ticket. And I&apos;ll be on vacation in the upcoming week. Could you please continue using the workaround at the moment? After I&apos;m back to work one week later, I&apos;ll work on this ticket with top priority.&lt;/p&gt;</comment>
                            <comment id="107074" author="bruno.travouillon" created="Mon, 16 Feb 2015 12:43:35 +0000"  >&lt;p&gt;Hi Yu, Jian&lt;/p&gt;

&lt;p&gt;Sure, we can use the workaround. It&apos;s not top priority for us, I just want to make sure that it will be fixed. Have a great vacation.&lt;/p&gt;

&lt;p&gt;Edit: I just realized that priority is high on this ticket. I should have made a mistake, since there is a known workaround and we don&apos;t change this parameter every week. You can lower priority.&lt;/p&gt;</comment>
                            <comment id="108195" author="yujian" created="Fri, 27 Feb 2015 02:42:08 +0000"  >&lt;p&gt;Thank you, Bruno!&lt;/p&gt;</comment>
                            <comment id="123693" author="bruno.travouillon" created="Mon, 10 Aug 2015 12:17:18 +0000"  >&lt;p&gt;Hi Yu, Jian&lt;/p&gt;

&lt;p&gt;Have you been able to progress on this one?&lt;/p&gt;</comment>
                            <comment id="124002" author="yujian" created="Wed, 12 Aug 2015 22:55:13 +0000"  >&lt;p&gt;Sorry for the long time delay, Bruno. It&apos;s in my todo list and I&apos;ll get back to this ticket after resolving other 2 high priority tickets in several days.&lt;/p&gt;</comment>
                            <comment id="132446" author="yujian" created="Tue, 3 Nov 2015 09:35:50 +0000"  >&lt;p&gt;I created a patch for this ticket and will upload it to Gerrit for review after it passes local testing.&lt;/p&gt;</comment>
                            <comment id="132575" author="gerrit" created="Wed, 4 Nov 2015 01:22:20 +0000"  >&lt;p&gt;Jian Yu (jian.yu@intel.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/17036&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/17036&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-5690&quot; title=&quot;Unable to parse the mdt.nosquash_nids parameter when using commas in expr_list&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-5690&quot;&gt;&lt;del&gt;LU-5690&lt;/del&gt;&lt;/a&gt; mount: fix lmd_parse() to handle commas in expr_list&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 80db8ab90a86b1a774c214a832c79588b5a9c410&lt;/p&gt;</comment>
                            <comment id="132577" author="yujian" created="Wed, 4 Nov 2015 01:54:28 +0000"  >&lt;p&gt;With the above patch applied on master branch, mdt.nosquash_nids parameter using commas in expr_list can be parsed:&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;# mkfs.lustre --mgs --param mdt.root_squash=500:500 --param mdt.nosquash_nids=10.100.4.[82,84-85]@tcp --device-size=2097152 --reformat /dev/vda5

   Permanent disk data:
Target:     MGS
Index:      unassigned
Lustre FS:
Mount type: ldiskfs
Flags:      0x64
              (MGS first_time update )
Persistent mount opts: user_xattr,errors=remount-ro
Parameters: mdt.root_squash=500:500 mdt.nosquash_nids=10.100.4.[82,84-85]@tcp

device size = 20489MB
formatting backing filesystem ldiskfs on /dev/vda5
        target name  MGS
        4k blocks     524288
        options        -q -O uninit_bg,dir_nlink,quota,huge_file,flex_bg -E lazy_journal_init -F
mkfs_cmd = mke2fs -j -b 4096 -L MGS  -q -O uninit_bg,dir_nlink,quota,huge_file,flex_bg -E lazy_journal_init -F /dev/vda5 524288
Writing CONFIGS/mountdata

# mount -v -t lustre /dev/vda5 /mnt/mgs
arg[0] = /sbin/mount.lustre
arg[1] = -v
arg[2] = -o
arg[3] = rw
arg[4] = /dev/vda5
arg[5] = /mnt/mgs
source = /dev/vda5 (/dev/vda5), target = /mnt/mgs
options = rw
checking for existing Lustre data: found
Reading CONFIGS/mountdata
Writing CONFIGS/mountdata
mounting device /dev/vda5 at /mnt/mgs, flags=0x1000000 options=osd=osd-ldiskfs,user_xattr,errors=remount-ro,mgs,update,param=mdt.root_squash=500:500,param=mdt.nosquash_nids=10.100.4.[82,84-85]@tcp,svname=MGS,device=/dev/vda5

# umount /mnt/mgs
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&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 -v -t ldiskfs /dev/vda5 /mnt/mgs
/dev/vda5 on /mnt/mgs type ldiskfs (rw)

# hexdump -C /mnt/mgs/CONFIGS/mountdata
00000000  01 00 d0 1d 00 00 00 00  00 00 00 00 00 00 00 00  |................|
00000010  01 00 00 00 24 00 00 00  ff ff 00 00 01 00 00 00  |....$...........|
00000020  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
*
00000060  4d 47 53 00 00 00 00 00  00 00 00 00 00 00 00 00  |MGS.............|
00000070  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
*
00001000  75 73 65 72 5f 78 61 74  74 72 2c 65 72 72 6f 72  |user_xattr,error|
00001010  73 3d 72 65 6d 6f 75 6e  74 2d 72 6f 00 00 00 00  |s=remount-ro....|
00001020  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
*
00002000  20 6d 64 74 2e 72 6f 6f  74 5f 73 71 75 61 73 68  | mdt.root_squash|
00002010  3d 35 30 30 3a 35 30 30  20 6d 64 74 2e 6e 6f 73  |=500:500 mdt.nos|
00002020  71 75 61 73 68 5f 6e 69  64 73 3d 31 30 2e 31 30  |quash_nids=10.10|
00002030  30 2e 34 2e 5b 38 32 2c  38 34 2d 38 35 5d 40 74  |0.4.[82,84-85]@t|
00002040  63 70 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |cp..............|
00002050  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
*
00003000
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="132666" author="bruno.travouillon" created="Wed, 4 Nov 2015 20:28:29 +0000"  >&lt;p&gt;Hi Yu, Jian&lt;/p&gt;

&lt;p&gt;Thanks for the patch. I will follow the gerrit updates.&lt;/p&gt;</comment>
                            <comment id="136163" author="gerrit" created="Sun, 13 Dec 2015 20:57:25 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/17036/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/17036/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-5690&quot; title=&quot;Unable to parse the mdt.nosquash_nids parameter when using commas in expr_list&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-5690&quot;&gt;&lt;del&gt;LU-5690&lt;/del&gt;&lt;/a&gt; mount: fix lmd_parse() to handle commas in expr_list&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 9e21c0c82f20514c1435d465deaf90620aba12af&lt;/p&gt;</comment>
                            <comment id="136180" author="pjones" created="Mon, 14 Dec 2015 05:28:15 +0000"  >&lt;p&gt;Landed for 2.8&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                                        </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="37695">LU-8311</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="33726">LU-7566</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|hzwxg7:</customfieldvalue>

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

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