<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:05:35 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-289] script error in oos.sh and oos2.sh</title>
                <link>https://jira.whamcloud.com/browse/LU-289</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;When I run sanityn.sh in my virtual machine, I found that the space is not freed after test_15 (which calls oos2.sh to fill up OST), that result in some of the following test failed for ENOSPC.&lt;/p&gt;

&lt;p&gt;The reason of oos2.sh/oos.sh doesn&apos;t free space is that the output of &apos;dd if=/dev/zero of=$OOS count=$(($ORIGFREE + 100)) bs=1k 2&amp;gt; $LOG&apos; is:&lt;/p&gt;

&lt;p&gt;dd: writing `/mnt/lustre/oos&apos;: No space left on device&lt;br/&gt;
dd: closing output file `/mnt/lustre/oos&apos;: Input/output error&lt;/p&gt;

&lt;p&gt;but not not the scprit exepected:&lt;/p&gt;

&lt;p&gt;dd: writing `/mnt/lustre/oos&apos;: No space left on device&lt;br/&gt;
247330+0 records in&lt;br/&gt;
247329+0 records out&lt;br/&gt;
253264896 bytes (253 MB) copied, 121.715 seconds, 2.1 MB/s&lt;/p&gt;

&lt;p&gt;so the following line of the script is broken, and the script exit without cleanup the test file.&lt;/p&gt;

&lt;p&gt;RECORDSOUT=$((`grep &quot;records out&quot; $LOG | cut -d+ -f 1` + \&lt;br/&gt;
              `grep &quot;records out&quot; $LOG2 | cut -d+ -f 1`))&lt;/p&gt;

&lt;p&gt;I tried the dd command with &apos;oflag=direct&apos;, then the output will same as what we expected, but direct io will make the test slower, not sure if it&apos;s a good solution.&lt;/p&gt;

&lt;p&gt;I think because the test_15 is always skipped (for too much free space on testing system), we never hit this issue in out daily test.&lt;/p&gt;</description>
                <environment></environment>
        <key id="10761">LU-289</key>
            <summary>script error in oos.sh and oos2.sh</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="5" iconUrl="https://jira.whamcloud.com/images/icons/priorities/trivial.svg">Trivial</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="niu">Niu Yawei</reporter>
                        <labels>
                    </labels>
                <created>Fri, 6 May 2011 20:41:02 +0000</created>
                <updated>Fri, 22 Feb 2013 13:29:30 +0000</updated>
                            <resolved>Thu, 17 Jan 2013 11:13:21 +0000</resolved>
                                    <version>Lustre 1.8.8</version>
                    <version>Lustre 1.8.6</version>
                                                        <due></due>
                            <votes>0</votes>
                                    <watches>5</watches>
                                                                            <comments>
                            <comment id="16428" author="yujian" created="Thu, 16 Jun 2011 00:01:00 +0000"  >&lt;p&gt;Lustre Branch: v1_8_6_RC2&lt;br/&gt;
Lustre Build: &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-b1_8/80/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://newbuild.whamcloud.com/job/lustre-b1_8/80/&lt;/a&gt;&lt;br/&gt;
e2fsprogs Build: &lt;a href=&quot;http://newbuild.whamcloud.com/job/e2fsprogs-master/40/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://newbuild.whamcloud.com/job/e2fsprogs-master/40/&lt;/a&gt;&lt;br/&gt;
Distro/Arch: RHEL6/x86_64(patchless client, in-kernel OFED, kernel version: 2.6.32-131.2.1.el6)&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;RHEL5/x86_64(server, OFED 1.5.3.1, kernel version: 2.6.18-238.12.1.el5_lustre)&lt;/p&gt;

&lt;p&gt;While running sanity test 64b, the same failure also occurred:&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;== test 64b: check out-of-space detection on client =========== == 13:15:39
STRIPECOUNT=6 ORIGFREE=1496256 MAXFREE=2400000
BEFORE dd started
lustre-OST0000-osc-ffff8803056d6400 avl=249376 grnt=2048 diff=247328 
lustre-OST0001-osc-ffff8803056d6400 avl=249376 grnt=2048 diff=247328 
lustre-OST0002-osc-ffff8803056d6400 avl=249376 grnt=2048 diff=247328 
lustre-OST0003-osc-ffff8803056d6400 avl=249376 grnt=2048 diff=247328 
lustre-OST0004-osc-ffff8803056d6400 avl=249376 grnt=2048 diff=247328 
lustre-OST0005-osc-ffff8803056d6400 avl=249376 grnt=2048 diff=247328 
AFTER dd
lustre-OST0000-osc-ffff8803056d6400 avl=2056 grnt=0 diff=2056 
lustre-OST0001-osc-ffff8803056d6400 avl=2592 grnt=512 diff=2080 
lustre-OST0002-osc-ffff8803056d6400 avl=2592 grnt=512 diff=2080 
lustre-OST0003-osc-ffff8803056d6400 avl=2592 grnt=512 diff=2080 
lustre-OST0004-osc-ffff8803056d6400 avl=2592 grnt=512 diff=2080 
lustre-OST0005-osc-ffff8803056d6400 avl=2588 grnt=508 diff=2080 
no OSTs are close to full
osc.lustre-OST0000-osc-ffff8803056d6400.kbytesavail=2056
osc.lustre-OST0001-osc-ffff8803056d6400.kbytesavail=2592
osc.lustre-OST0002-osc-ffff8803056d6400.kbytesavail=2592
osc.lustre-OST0003-osc-ffff8803056d6400.kbytesavail=2592
osc.lustre-OST0004-osc-ffff8803056d6400.kbytesavail=2592
osc.lustre-OST0005-osc-ffff8803056d6400.kbytesavail=2588
osc.lustre-OST0000-osc-ffff8803056d6400.cur_dirty_bytes=0
osc.lustre-OST0000-osc-ffff8803056d6400.cur_grant_bytes=0
osc.lustre-OST0000-osc-ffff8803056d6400.cur_lost_grant_bytes=0
osc.lustre-OST0001-osc-ffff8803056d6400.cur_dirty_bytes=0
osc.lustre-OST0001-osc-ffff8803056d6400.cur_grant_bytes=524288
osc.lustre-OST0001-osc-ffff8803056d6400.cur_lost_grant_bytes=0
osc.lustre-OST0002-osc-ffff8803056d6400.cur_dirty_bytes=0
osc.lustre-OST0002-osc-ffff8803056d6400.cur_grant_bytes=524288
osc.lustre-OST0002-osc-ffff8803056d6400.cur_lost_grant_bytes=0
osc.lustre-OST0003-osc-ffff8803056d6400.cur_dirty_bytes=0
osc.lustre-OST0003-osc-ffff8803056d6400.cur_grant_bytes=524288
osc.lustre-OST0003-osc-ffff8803056d6400.cur_lost_grant_bytes=0
osc.lustre-OST0004-osc-ffff8803056d6400.cur_dirty_bytes=0
osc.lustre-OST0004-osc-ffff8803056d6400.cur_grant_bytes=524288
osc.lustre-OST0004-osc-ffff8803056d6400.cur_lost_grant_bytes=0
osc.lustre-OST0005-osc-ffff8803056d6400.cur_dirty_bytes=0
osc.lustre-OST0005-osc-ffff8803056d6400.cur_grant_bytes=520192
osc.lustre-OST0005-osc-ffff8803056d6400.cur_lost_grant_bytes=0
ERROR: no blocks written by dd?
LOG: dd: writing `/mnt/lustre/oosfile&apos;: No space left on device
LOG: dd: closing output file `/mnt/lustre/oosfile&apos;: Input/output error
LOG file
dd: writing `/mnt/lustre/oosfile&apos;: No space left on device
dd: closing output file `/mnt/lustre/oosfile&apos;: Input/output error
 sanity test_64b: @@@@@@ FAIL: test_64b failed with 1
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;There are two failures in the above output. The first one is &quot;no OSTs are close to full&quot;, and the second one is &quot;dd: closing output file `/mnt/lustre/oosfile&apos;: Input/output error&quot;.&lt;/p&gt;

&lt;p&gt;Maloo report: &lt;a href=&quot;https://maloo.whamcloud.com/test_sets/252b94d6-97ca-11e0-9a27-52540025f9af&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://maloo.whamcloud.com/test_sets/252b94d6-97ca-11e0-9a27-52540025f9af&lt;/a&gt;&lt;/p&gt;
</comment>
                            <comment id="16431" author="yujian" created="Thu, 16 Jun 2011 00:30:44 +0000"  >&lt;p&gt;sanityn test 15 also hit the above two failures:&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;== test 15: test out-of-space with multiple writers =========== == 14:22:04
PATH=/opt/iozone/bin:/usr/lib64/lustre/tests//usr/lib64/lustre/tests:/usr/lib64/lustre/tests:/usr/lib64/lustre/tests/../utils:/opt/iozone/bin:/usr/lib64/lustre/tests/racer:/usr/lib64/lustre/tests:/usr/lib64/openmpi/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin:/usr/lib64/lustre/utils:/usr/lib64/lustre/../lustre-iokit/sgpdd-survey::/usr/lib64/lustre/tests/mpi
STRIPECOUNT=6 ORIGFREE=1496256 MAXFREE=2400000
lustre-OST0000-osc-ffff88032475dc00 avl=4632 grnt=224 diff=4408 
lustre-OST0000-osc-ffff880329e9b800 avl=4632 grnt=44 diff=4588 
lustre-OST0001-osc-ffff88032475dc00 avl=5188 grnt=1076 diff=4112 
lustre-OST0001-osc-ffff880329e9b800 avl=5188 grnt=0 diff=5188 
lustre-OST0002-osc-ffff88032475dc00 avl=5656 grnt=0 diff=5656 
lustre-OST0002-osc-ffff880329e9b800 avl=5656 grnt=1148 diff=4508 
lustre-OST0003-osc-ffff88032475dc00 avl=5656 grnt=204 diff=5452 
lustre-OST0003-osc-ffff880329e9b800 avl=5656 grnt=376 diff=5280 
lustre-OST0004-osc-ffff88032475dc00 avl=4632 grnt=68 diff=4564 
lustre-OST0004-osc-ffff880329e9b800 avl=4632 grnt=244 diff=4388 
lustre-OST0005-osc-ffff88032475dc00 avl=4112 grnt=0 diff=4112 
lustre-OST0005-osc-ffff880329e9b800 avl=4112 grnt=0 diff=4112 
no OSTs are close to full
osc.lustre-OST0000-osc-ffff88032475dc00.kbytesavail=4632
osc.lustre-OST0000-osc-ffff880329e9b800.kbytesavail=4632
osc.lustre-OST0001-osc-ffff88032475dc00.kbytesavail=5188
osc.lustre-OST0001-osc-ffff880329e9b800.kbytesavail=5188
osc.lustre-OST0002-osc-ffff88032475dc00.kbytesavail=5656
osc.lustre-OST0002-osc-ffff880329e9b800.kbytesavail=5656
osc.lustre-OST0003-osc-ffff88032475dc00.kbytesavail=5656
osc.lustre-OST0003-osc-ffff880329e9b800.kbytesavail=5656
osc.lustre-OST0004-osc-ffff88032475dc00.kbytesavail=4632
osc.lustre-OST0004-osc-ffff880329e9b800.kbytesavail=4632
osc.lustre-OST0005-osc-ffff88032475dc00.kbytesavail=4112
osc.lustre-OST0005-osc-ffff880329e9b800.kbytesavail=4112
osc.lustre-OST0000-osc-ffff88032475dc00.cur_dirty_bytes=0
osc.lustre-OST0000-osc-ffff88032475dc00.cur_grant_bytes=229376
osc.lustre-OST0000-osc-ffff88032475dc00.cur_lost_grant_bytes=0
osc.lustre-OST0000-osc-ffff880329e9b800.cur_dirty_bytes=0
osc.lustre-OST0000-osc-ffff880329e9b800.cur_grant_bytes=45056
osc.lustre-OST0000-osc-ffff880329e9b800.cur_lost_grant_bytes=0
osc.lustre-OST0001-osc-ffff88032475dc00.cur_dirty_bytes=0
osc.lustre-OST0001-osc-ffff88032475dc00.cur_grant_bytes=1101824
osc.lustre-OST0001-osc-ffff88032475dc00.cur_lost_grant_bytes=0
osc.lustre-OST0001-osc-ffff880329e9b800.cur_dirty_bytes=0
osc.lustre-OST0001-osc-ffff880329e9b800.cur_grant_bytes=0
osc.lustre-OST0001-osc-ffff880329e9b800.cur_lost_grant_bytes=0
osc.lustre-OST0002-osc-ffff88032475dc00.cur_dirty_bytes=0
osc.lustre-OST0002-osc-ffff88032475dc00.cur_grant_bytes=0
osc.lustre-OST0002-osc-ffff88032475dc00.cur_lost_grant_bytes=0
osc.lustre-OST0002-osc-ffff880329e9b800.cur_dirty_bytes=0
osc.lustre-OST0002-osc-ffff880329e9b800.cur_grant_bytes=1175552
osc.lustre-OST0002-osc-ffff880329e9b800.cur_lost_grant_bytes=0
osc.lustre-OST0003-osc-ffff88032475dc00.cur_dirty_bytes=0
osc.lustre-OST0003-osc-ffff88032475dc00.cur_grant_bytes=208896
osc.lustre-OST0003-osc-ffff88032475dc00.cur_lost_grant_bytes=0
osc.lustre-OST0003-osc-ffff880329e9b800.cur_dirty_bytes=0
osc.lustre-OST0003-osc-ffff880329e9b800.cur_grant_bytes=385024
osc.lustre-OST0003-osc-ffff880329e9b800.cur_lost_grant_bytes=0
osc.lustre-OST0004-osc-ffff88032475dc00.cur_dirty_bytes=0
osc.lustre-OST0004-osc-ffff88032475dc00.cur_grant_bytes=69632
osc.lustre-OST0004-osc-ffff88032475dc00.cur_lost_grant_bytes=0
osc.lustre-OST0004-osc-ffff880329e9b800.cur_dirty_bytes=0
osc.lustre-OST0004-osc-ffff880329e9b800.cur_grant_bytes=249856
osc.lustre-OST0004-osc-ffff880329e9b800.cur_lost_grant_bytes=0
osc.lustre-OST0005-osc-ffff88032475dc00.cur_dirty_bytes=0
osc.lustre-OST0005-osc-ffff88032475dc00.cur_grant_bytes=0
osc.lustre-OST0005-osc-ffff88032475dc00.cur_lost_grant_bytes=0
osc.lustre-OST0005-osc-ffff880329e9b800.cur_dirty_bytes=0
osc.lustre-OST0005-osc-ffff880329e9b800.cur_grant_bytes=0
osc.lustre-OST0005-osc-ffff880329e9b800.cur_lost_grant_bytes=0
oos2.sh: line 86: +               : syntax error: operand expected (error token is &quot;+               &quot;)
&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;+ SUCCESS=0
++ grep &apos;records out&apos; /tmp/oos2.log
++ cut -d+ -f 1
++ grep &apos;records out&apos; /tmp/oos2.log2
++ cut -d+ -f 1
oos2.sh: line 87: +               : syntax error: operand expected (error token is &quot;+               &quot;)

# cat /tmp/oos2.log
dd: writing `/mnt/lustre/oosfile&apos;: No space left on device
dd: closing output file `/mnt/lustre/oosfile&apos;: Input/output error

# cat /tmp/oos2.log2
dd: writing `/mnt/lustre2/oosfile2&apos;: No space left on device
dd: closing output file `/mnt/lustre2/oosfile2&apos;: Input/output error
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Maloo report: &lt;a href=&quot;https://maloo.whamcloud.com/test_sets/410f8fb2-97d0-11e0-9a27-52540025f9af&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://maloo.whamcloud.com/test_sets/410f8fb2-97d0-11e0-9a27-52540025f9af&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="38801" author="yujian" created="Tue, 15 May 2012 02:45:22 +0000"  >&lt;p&gt;Lustre Tag: v1_8_8_WC1_RC1&lt;br/&gt;
Lustre Build: &lt;a href=&quot;http://build.whamcloud.com/job/lustre-b1_8/195/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://build.whamcloud.com/job/lustre-b1_8/195/&lt;/a&gt;&lt;br/&gt;
Distro/Arch: RHEL5.8/x86_64 (kernel version: 2.6.18-308.4.1.el5)&lt;br/&gt;
Network: TCP (1GigE)&lt;br/&gt;
ENABLE_QUOTA=yes&lt;/p&gt;

&lt;p&gt;sanity test 64b and sanityn test 15 failed with the same issue:&lt;br/&gt;
&lt;a href=&quot;https://maloo.whamcloud.com/test_sets/41ad5fd4-9dc5-11e1-a1d8-52540035b04c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://maloo.whamcloud.com/test_sets/41ad5fd4-9dc5-11e1-a1d8-52540035b04c&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://maloo.whamcloud.com/test_sets/4bd8fb46-9e59-11e1-9080-52540035b04c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://maloo.whamcloud.com/test_sets/4bd8fb46-9e59-11e1-9080-52540035b04c&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="50255" author="yujian" created="Thu, 10 Jan 2013 05:48:03 +0000"  >&lt;p&gt;With patch &lt;a href=&quot;http://review.whamcloud.com/4986&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/4986&lt;/a&gt;, sanity test 64b and sanityn test 15 passed.&lt;/p&gt;

&lt;p&gt;Lustre b1_8 client and server:&lt;br/&gt;
 sanity test 64b passed: &lt;a href=&quot;https://maloo.whamcloud.com/test_sets/13339fc4-5b11-11e2-8985-52540035b04c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://maloo.whamcloud.com/test_sets/13339fc4-5b11-11e2-8985-52540035b04c&lt;/a&gt;&lt;br/&gt;
 sanityn test 15 passed: &lt;a href=&quot;https://maloo.whamcloud.com/test_sets/169f7b22-5b0e-11e2-b205-52540035b04c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://maloo.whamcloud.com/test_sets/169f7b22-5b0e-11e2-b205-52540035b04c&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Lustre b1_8 client and master server:&lt;br/&gt;
 sanity test 64b passed: &lt;a href=&quot;https://maloo.whamcloud.com/test_sets/cfd341de-5b07-11e2-b205-52540035b04c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://maloo.whamcloud.com/test_sets/cfd341de-5b07-11e2-b205-52540035b04c&lt;/a&gt;&lt;br/&gt;
 sanityn test 15 passed: &lt;a href=&quot;https://maloo.whamcloud.com/test_sets/156fb564-5aff-11e2-b205-52540035b04c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://maloo.whamcloud.com/test_sets/156fb564-5aff-11e2-b205-52540035b04c&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="50675" author="yujian" created="Thu, 17 Jan 2013 11:13:21 +0000"  >&lt;p&gt;Patch was landed on Lustre b1_8 branch.&lt;/p&gt;</comment>
                            <comment id="52890" author="pjones" created="Fri, 22 Feb 2013 13:29:30 +0000"  >&lt;p&gt;It looks like this was fixed by the &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1526&quot; title=&quot;interop 1.8,2.1 -&amp;gt; 2.4 &amp;quot;mkfs.lustre FATAL: The target index must be specified with --index&amp;quot;&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1526&quot;&gt;&lt;del&gt;LU-1526&lt;/del&gt;&lt;/a&gt; landing&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|hzvcvr:</customfieldvalue>

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

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