<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:56:05 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-12837] man pages for llapi_changelog_start() and all other llapi_changelog_*() functions</title>
                <link>https://jira.whamcloud.com/browse/LU-12837</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;Add proper documentation for the Changelog API:&lt;/p&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;&lt;tt&gt;llapi_changelog_start.3&lt;/tt&gt; man page
	&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
		&lt;li&gt;&lt;tt&gt;CHANGELOG_FLAG_FOLLOW&lt;/tt&gt; flag&lt;/li&gt;
		&lt;li&gt;&lt;tt&gt;CHANGELOG_FLAG_BLOCK&lt;/tt&gt; flag&lt;/li&gt;
		&lt;li&gt;&lt;tt&gt;CHANGELOG_FLAG_JOBID&lt;/tt&gt; flag&lt;/li&gt;
		&lt;li&gt;&lt;tt&gt;CHANGELOG_FLAG_EXTRA_FLAGS&lt;/tt&gt; flag&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
	&lt;li&gt;&lt;tt&gt;llapi_changelog_set_xflags.3&lt;/tt&gt; man page
	&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
		&lt;li&gt;&lt;tt&gt;CHANGELOG_EXTRA_FLAG_UIDGID&lt;/tt&gt; flag&lt;/li&gt;
		&lt;li&gt;&lt;tt&gt;CHANGELOG_EXTRA_FLAG_NID&lt;/tt&gt; flag&lt;/li&gt;
		&lt;li&gt;&lt;tt&gt;CHANGELOG_EXTRA_FLAG_OMODE&lt;/tt&gt; flag&lt;/li&gt;
		&lt;li&gt;&lt;tt&gt;CHANGELOG_EXTRA_FLAG_XATTR&lt;/tt&gt; flag&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
	&lt;li&gt;&lt;tt&gt;llapi_changelog_recv.3&lt;/tt&gt; man page&lt;/li&gt;
	&lt;li&gt;&lt;tt&gt;llapi_changelog_free.3&lt;/tt&gt; man page&lt;/li&gt;
	&lt;li&gt;&lt;tt&gt;llapi_changelog_in_buf.3&lt;/tt&gt; man page&lt;/li&gt;
	&lt;li&gt;&lt;tt&gt;llapi_changelog_get_fd.3&lt;/tt&gt; man page&lt;/li&gt;
	&lt;li&gt;&lt;tt&gt;llapi_changelog_clear.3&lt;/tt&gt; man page&lt;/li&gt;
	&lt;li&gt;&lt;tt&gt;llapi_changelog_fini.3&lt;/tt&gt; man page&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;As a follow-on to &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12553&quot; title=&quot;polling mode for changelog driver&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12553&quot;&gt;&lt;del&gt;LU-12553&lt;/del&gt;&lt;/a&gt; we need to add man page and test cases for the existing functions and code:&lt;/p&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;add test case for &lt;tt&gt;CHANGELOG_FLAG_FOLLOW&lt;/tt&gt;, preferably using &lt;tt&gt;llsom_sync&lt;/tt&gt; since it &lt;em&gt;also&lt;/em&gt; doesn&apos;t have a test case?&lt;/li&gt;
&lt;/ul&gt;
</description>
                <environment></environment>
        <key id="57110">LU-12837</key>
            <summary>man pages for llapi_changelog_start() and all other llapi_changelog_*() functions</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="eaujames">Etienne Aujames</assignee>
                                    <reporter username="adilger">Andreas Dilger</reporter>
                        <labels>
                    </labels>
                <created>Tue, 8 Oct 2019 17:21:00 +0000</created>
                <updated>Tue, 19 Dec 2023 06:09:40 +0000</updated>
                            <resolved>Tue, 6 Dec 2022 04:47:26 +0000</resolved>
                                    <version>Lustre 2.13.0</version>
                                    <fixVersion>Lustre 2.16.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>7</watches>
                                                                            <comments>
                            <comment id="320970" author="adilger" created="Wed, 15 Dec 2021 20:58:54 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.whamcloud.com/secure/ViewProfile.jspa?name=eaujames&quot; class=&quot;user-hover&quot; rel=&quot;eaujames&quot;&gt;eaujames&lt;/a&gt;, would you be able to work on this?  You are doing a fair amount of work on changelogs/HSM currently, so it shouldn&apos;t be too hard to write these pages.  You could use &lt;tt&gt;llapi_fid_parse.3&lt;/tt&gt; as an example to start with.&lt;/p&gt;</comment>
                            <comment id="321138" author="eaujames" created="Fri, 17 Dec 2021 19:14:32 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.whamcloud.com/secure/ViewProfile.jspa?name=adilger&quot; class=&quot;user-hover&quot; rel=&quot;adilger&quot;&gt;adilger&lt;/a&gt;, yes I can do this but with low priority.&lt;br/&gt;
I think I will have more time after the maintenances in February .&lt;/p&gt;</comment>
                            <comment id="352322" author="gerrit" created="Wed, 9 Nov 2022 17:12:11 +0000"  >&lt;p&gt;&quot;Etienne AUJAMES &amp;lt;eaujames@ddn.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/49084&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/49084&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12837&quot; title=&quot;man pages for llapi_changelog_start() and all other llapi_changelog_*() functions&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12837&quot;&gt;&lt;del&gt;LU-12837&lt;/del&gt;&lt;/a&gt; doc: add llapi_changelog* manpages&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 88e8536ed86278081db21210f87e25ec0dcb482e&lt;/p&gt;</comment>
                            <comment id="353829" author="gerrit" created="Tue, 22 Nov 2022 13:40:30 +0000"  >&lt;p&gt;&quot;Etienne AUJAMES &amp;lt;eaujames@ddn.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/49209&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/49209&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12837&quot; title=&quot;man pages for llapi_changelog_start() and all other llapi_changelog_*() functions&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12837&quot;&gt;&lt;del&gt;LU-12837&lt;/del&gt;&lt;/a&gt; doc: add lfs-changelog* manpages&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 9a5d43324168a42fa94ed32ea306106ff8331394&lt;/p&gt;</comment>
                            <comment id="354443" author="gerrit" created="Tue, 29 Nov 2022 07:14:43 +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/+/49084/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/49084/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12837&quot; title=&quot;man pages for llapi_changelog_start() and all other llapi_changelog_*() functions&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12837&quot;&gt;&lt;del&gt;LU-12837&lt;/del&gt;&lt;/a&gt; doc: add llapi_changelog* manpages&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 3fe6dac42bba8c5519ba356750752c419a2ec182&lt;/p&gt;</comment>
                            <comment id="355226" author="gerrit" created="Tue, 6 Dec 2022 02:44:59 +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/+/49209/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/49209/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12837&quot; title=&quot;man pages for llapi_changelog_start() and all other llapi_changelog_*() functions&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12837&quot;&gt;&lt;del&gt;LU-12837&lt;/del&gt;&lt;/a&gt; doc: add lfs-changelog* manpages&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 82e7ad348c77e5c164aa3e3155c9eb91872369d5&lt;/p&gt;</comment>
                            <comment id="355247" author="pjones" created="Tue, 6 Dec 2022 04:47:26 +0000"  >&lt;p&gt;Landed for 2.16&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="26706">LU-5657</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="67632">LU-15373</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="12688">LU-930</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="56415">LU-12553</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </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|i00nrj:</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>