<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:35:58 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-3678] Update zfs build version to 0.6.2</title>
                <link>https://jira.whamcloud.com/browse/LU-3678</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;Update local zfs git repository to be vanilla upstream.&lt;/p&gt;</description>
                <environment></environment>
        <key id="20134">LU-3678</key>
            <summary>Update zfs build version to 0.6.2</summary>
                <type id="3" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11318&amp;avatarType=issuetype">Task</type>
                                            <priority id="1" iconUrl="https://jira.whamcloud.com/images/icons/priorities/blocker.svg">Blocker</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="utopiabound">Nathaniel Clark</assignee>
                                    <reporter username="utopiabound">Nathaniel Clark</reporter>
                        <labels>
                            <label>zfs</label>
                    </labels>
                <created>Wed, 31 Jul 2013 20:29:37 +0000</created>
                <updated>Mon, 2 Dec 2013 16:45:55 +0000</updated>
                            <resolved>Tue, 24 Sep 2013 14:11:47 +0000</resolved>
                                    <version>Lustre 2.5.0</version>
                                    <fixVersion>Lustre 2.5.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>5</watches>
                                                                            <comments>
                            <comment id="63428" author="utopiabound" created="Wed, 31 Jul 2013 21:44:24 +0000"  >&lt;p&gt;Need to wait for &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-3584&quot; title=&quot;Failure on racer test_1: unable to handle kernel NULL pointer dereference at 0000000000000018&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-3584&quot;&gt;&lt;del&gt;LU-3584&lt;/del&gt;&lt;/a&gt; to resolve what should land on ZFS upstream&lt;/p&gt;</comment>
                            <comment id="64952" author="utopiabound" created="Fri, 23 Aug 2013 14:02:09 +0000"  >&lt;p&gt;Pushed, most recent zfs/spl into local tree on branch named upstream-master, use of this branch will be updated with  &lt;a href=&quot;http://review.whamcloud.com/7090&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/7090&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="65379" author="adilger" created="Thu, 29 Aug 2013 16:19:45 +0000"  >&lt;p&gt;A new stable version of ZFS 0.6.2 has been released.  We should update to this version for the Lustre 2.5 release.&lt;/p&gt;</comment>
                            <comment id="65650" author="utopiabound" created="Tue, 3 Sep 2013 20:27:51 +0000"  >&lt;p&gt;I&apos;ll push zfs-0.6.2 locally and resubmit patch 7090 to use that tag&lt;/p&gt;</comment>
                            <comment id="67234" author="jlevi" created="Mon, 23 Sep 2013 14:10:46 +0000"  >&lt;p&gt;Now that Change, 7090 has landed to Master, can this ticket be closed or is there more to do here?&lt;/p&gt;</comment>
                            <comment id="67353" author="utopiabound" created="Tue, 24 Sep 2013 14:11:47 +0000"  >&lt;p&gt;Now building with ZFS 0.6.2&lt;/p&gt;</comment>
                            <comment id="72608" author="parinay" created="Mon, 2 Dec 2013 16:45:55 +0000"  >&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;What is the objective of SPLZFSTAG=${SPLZFSTAG:-upstream-master} here ?&lt;/li&gt;
&lt;/ul&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;1042     SPLZFSVER=${SPLZFSVER:-0.6.2}
1043     SPLZFSTAG=${SPLZFSTAG:-upstream-master}

1061 &amp;gt;       &lt;span class=&quot;code-keyword&quot;&gt;if&lt;/span&gt; [ -n &lt;span class=&quot;code-quote&quot;&gt;&quot;$SPLZFSTAG&quot;&lt;/span&gt; ]; then
1062 &amp;gt;           git checkout $SPLZFSTAG
1063 &amp;gt;       &lt;span class=&quot;code-keyword&quot;&gt;else&lt;/span&gt;
1064 &amp;gt;           git checkout -b lbuild $pkg-$SPLZFSVER
1065 &amp;gt;       fi

$ git checkout upstream-master
error: pathspec &lt;span class=&quot;code-quote&quot;&gt;&apos;upstream-master&apos;&lt;/span&gt; did not match any file(s) known to git.
parinay@osh:~/Code/zfs$


&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10120">
                    <name>Blocker</name>
                                                                <inwardlinks description="is blocked by">
                                        <issuelink>
            <issuekey id="19822">LU-3584</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="20850">LU-3903</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|hzvwxz:</customfieldvalue>

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