<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:33:26 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-10256] Provide optional &lt;archive_id&gt; argument for lfs hsm_set and lfs hsm_clear</title>
                <link>https://jira.whamcloud.com/browse/LU-10256</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;Setting HSM flags in&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;&lt;span class=&quot;code-keyword&quot;&gt;static&lt;/span&gt; &lt;span class=&quot;code-object&quot;&gt;int&lt;/span&gt; lfs_hsm_change_flags(&lt;span class=&quot;code-object&quot;&gt;int&lt;/span&gt; argc, &lt;span class=&quot;code-object&quot;&gt;char&lt;/span&gt; **argv, &lt;span class=&quot;code-object&quot;&gt;int&lt;/span&gt; mode)


&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;does not allow to specify the archive_id, that is,&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;llapi_hsm_state_set(path, mask, 0, 0 &lt;span class=&quot;code-comment&quot;&gt;/* archive_id */&lt;/span&gt;);


&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;archive_id 0 is always set.&lt;/p&gt;

&lt;p&gt;Add an optional parameter of the form:&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;usage: hsm_set [--norelease=&amp;lt;archive_id&amp;gt;] [--noarchive=&amp;lt;archive_id&amp;gt;] 
            [--dirty=&amp;lt;archive_id&amp;gt;] [--exists=&amp;lt;archive_id&amp;gt;]


&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;for having full flexibility to specify the archive_id. If archive_id is not provided, then use default value archive_id=0. I will provided a simple patch for this problem&lt;/p&gt;</description>
                <environment>CentOS 7.4/Debian 8/Lustre 2.10</environment>
        <key id="49365">LU-10256</key>
            <summary>Provide optional &lt;archive_id&gt; argument for lfs hsm_set and lfs hsm_clear</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="wc-triage">WC Triage</assignee>
                                    <reporter username="thomas.stibor">Thomas Stibor</reporter>
                        <labels>
                            <label>HSM</label>
                    </labels>
                <created>Fri, 17 Nov 2017 14:23:04 +0000</created>
                <updated>Tue, 19 Dec 2017 21:35:53 +0000</updated>
                            <resolved>Fri, 1 Dec 2017 13:39:00 +0000</resolved>
                                    <version>Lustre 2.10.1</version>
                                    <fixVersion>Lustre 2.11.0</fixVersion>
                    <fixVersion>Lustre 2.10.3</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                            <comments>
                            <comment id="214021" author="gerrit" created="Fri, 17 Nov 2017 14:37:35 +0000"  >&lt;p&gt;Thomas Stibor (t.stibor@gsi.de) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/30150&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/30150&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-10256&quot; title=&quot;Provide optional &amp;lt;archive_id&amp;gt; argument for lfs hsm_set and lfs hsm_clear&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-10256&quot;&gt;&lt;del&gt;LU-10256&lt;/del&gt;&lt;/a&gt; hsm: optional archive_id hsm_set/clear&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: df2bcf0bd223e94cb7f659fed4d67eaf02db0331&lt;/p&gt;</comment>
                            <comment id="215105" author="gerrit" created="Fri, 1 Dec 2017 05:16:49 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/30150/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/30150/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-10256&quot; title=&quot;Provide optional &amp;lt;archive_id&amp;gt; argument for lfs hsm_set and lfs hsm_clear&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-10256&quot;&gt;&lt;del&gt;LU-10256&lt;/del&gt;&lt;/a&gt; hsm: enable setting archive_id in hsm_set&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: d1855f8e22a929066a69470c7e3d082c70478575&lt;/p&gt;</comment>
                            <comment id="215130" author="pjones" created="Fri, 1 Dec 2017 13:39:00 +0000"  >&lt;p&gt;Landed for 2.11&lt;/p&gt;</comment>
                            <comment id="216070" author="gerrit" created="Tue, 12 Dec 2017 17:12:34 +0000"  >&lt;p&gt;Minh Diep (minh.diep@intel.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/30500&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/30500&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-10256&quot; title=&quot;Provide optional &amp;lt;archive_id&amp;gt; argument for lfs hsm_set and lfs hsm_clear&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-10256&quot;&gt;&lt;del&gt;LU-10256&lt;/del&gt;&lt;/a&gt; hsm: enable setting archive_id in hsm_set&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_10&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: e11c15e85c297a5b6e946776ccb36b19b71e0eb1&lt;/p&gt;</comment>
                            <comment id="216788" author="gerrit" created="Tue, 19 Dec 2017 20:15:31 +0000"  >&lt;p&gt;John L. Hammond (john.hammond@intel.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/30500/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/30500/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-10256&quot; title=&quot;Provide optional &amp;lt;archive_id&amp;gt; argument for lfs hsm_set and lfs hsm_clear&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-10256&quot;&gt;&lt;del&gt;LU-10256&lt;/del&gt;&lt;/a&gt; hsm: enable setting archive_id in hsm_set&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_10&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 302e4ec4bd923b79690d8c9e7004e0ae0c67be98&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_10070" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Project</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10040"><![CDATA[HSM]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10390" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hzzo0v:</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>