<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:15:45 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-8230] Remove &quot;Provides: lustre-client&quot;</title>
                <link>https://jira.whamcloud.com/browse/LU-8230</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;&lt;a href=&quot;https://jira.whamcloud.com/browse/LU-7228&quot; title=&quot;lustre rpm should provide lustre-client&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-7228&quot;&gt;&lt;del&gt;LU-7228&lt;/del&gt;&lt;/a&gt; introduced a new &quot;Provides: lustre-client&quot; line to the lustre.spec file.  I see what was trying to be accomplished here, to give a single name upon which other packages can add to their BuildRequires or Requires fields.&lt;/p&gt;

&lt;p&gt;But lustre-client was really never intended for long term standard usage, and we should avoid exposing it to users at all cost.&lt;/p&gt;

&lt;p&gt;I would assume that what another package really depends upon is the lustre libraries and headers.  These are the things that typically appear in at -devel package.  Eventually, it would be very nice if Lustre offered a lustre-devel package.  So perhaps in the mean time, we can remove the &quot;Provides: lustre-client&quot; and replace it, where appropriate, with &quot;Provides: lustre-devel&quot;.&lt;/p&gt;

&lt;p&gt;Some date far in the future we can promote lustre-devel to being its own proper package.&lt;/p&gt;

&lt;p&gt;I think that approach probably sets us on a more reasonable long term path.&lt;/p&gt;</description>
                <environment></environment>
        <key id="37324">LU-8230</key>
            <summary>Remove &quot;Provides: lustre-client&quot;</summary>
                <type id="7" iconUrl="https://jira.whamcloud.com/images/icons/issuetypes/task_agile.png">Technical task</type>
                            <parent id="20969">LU-3953</parent>
                                    <priority id="4" iconUrl="https://jira.whamcloud.com/images/icons/priorities/minor.svg">Minor</priority>
                        <status id="6" iconUrl="https://jira.whamcloud.com/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="6">Not a Bug</resolution>
                                        <assignee username="mdiep">Minh Diep</assignee>
                                    <reporter username="morrone">Christopher Morrone</reporter>
                        <labels>
                    </labels>
                <created>Wed, 1 Jun 2016 23:42:59 +0000</created>
                <updated>Wed, 29 Jun 2016 21:02:30 +0000</updated>
                            <resolved>Wed, 29 Jun 2016 21:02:29 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>7</watches>
                                                                            <comments>
                            <comment id="154474" author="adilger" created="Thu, 2 Jun 2016 17:29:51 +0000"  >&lt;p&gt;Chris, it isn&apos;t clear to me that &quot;Provides: lustre-devel&quot; is the same as &quot;Provides: lustre-client&quot;.  The former (IMHO) is about being able to compile new applications that access llapi*.h and .a files, while the latter is about providing the client filesystem functionality (i.e. the ability to &quot;mount -t lustre&quot; and access the filesystem).  It seems to me that there is justification for both, so that &quot;lustre-devel&quot; could be split into a separate package at some point in the future.&lt;/p&gt;

&lt;p&gt;I&apos;ve added Frank and James to this ticket, since they were the ones that added the &quot;Provides: lustre-client&quot; line and should be aware of any changes being made here.&lt;/p&gt;

&lt;p&gt;We&apos;ve also discussed in &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-3957&quot; title=&quot;Create separate server and client binary rpms from one build&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-3957&quot;&gt;LU-3957&lt;/a&gt; separating &quot;lustre&quot; into &quot;lustre-client&quot; and &quot;lustre-server&quot; (and possibly &quot;lustre-common&quot; for the shared modules?), so I don&apos;t agree that &quot;lustre-client&quot; is something that should be considered a temporary workaround.  However, it might be that those would only be &quot;lustre-client-modules&quot; and &quot;lustre-server-modules&quot; and we have only &quot;lustre&quot; with all the tools, or &quot;lustre-utils&quot; and &quot;lustre&quot; is just a meta-package to get all the required sub-packages?&lt;/p&gt;

&lt;p&gt;On a related note, I saw that the .spec still Provides and Obsoletes lustre-lite, lustre-lite-utils, lustre-ldap, and nfs-utils-lustre which are very old (i.e. added in 1.6 to handle packaging changes from 1.4) and could definitely be removed.&lt;/p&gt;</comment>
                            <comment id="154514" author="fzago" created="Thu, 2 Jun 2016 21:00:14 +0000"  >&lt;p&gt;I agree Andreas. lustre-devel != lustre-client. And if there is a devel package, I think that should be lustre-client-devel.&lt;/p&gt;</comment>
                            <comment id="154517" author="morrone" created="Thu, 2 Jun 2016 21:18:39 +0000"  >&lt;p&gt;That is true, we may some day correctly generate separate client and server packages from one build.  I was thinking the current lustre-client- prefix method with a second redundant build that is total hackery.&lt;/p&gt;

&lt;p&gt;What was it that the applications actually needed that inspired this Provides in the first place?  Was it an application that uses the lustre libraries as I was assuming, or an application that uses lustre command line tools on the client?&lt;/p&gt;</comment>
                            <comment id="154518" author="fzago" created="Thu, 2 Jun 2016 22:05:02 +0000"  >&lt;p&gt;It was for robinhood that uses both the lustre headers to compile, and the lustre library to run. So it has both a BuildRequires and a Requires directive, for lustre-client.&lt;/p&gt;</comment>
                            <comment id="154603" author="mdiep" created="Fri, 3 Jun 2016 17:59:07 +0000"  >&lt;p&gt;isn&apos;t it that today lustre includes client codes where we can mount lustre on a server? so IMHO lustre provides lustre-client is fair.&lt;/p&gt;</comment>
                            <comment id="154637" author="morrone" created="Fri, 3 Jun 2016 21:20:52 +0000"  >&lt;p&gt;No, the inclusion of the client code is not for the purpose of using clients on server nodes.  We just don&apos;t package things well yet.  At LLNL we just use the stock server-full &quot;lustre&quot; package on almost all node types.&lt;/p&gt;</comment>
                            <comment id="154638" author="mdiep" created="Fri, 3 Jun 2016 21:45:57 +0000"  >&lt;p&gt;right, so we could discuss this removal of &quot;Provides: lustre-client&quot; once we have server and client code in different packages. (&lt;a href=&quot;https://jira.whamcloud.com/browse/LU-3957&quot; title=&quot;Create separate server and client binary rpms from one build&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-3957&quot;&gt;LU-3957&lt;/a&gt;)&lt;/p&gt;</comment>
                            <comment id="157323" author="morrone" created="Wed, 29 Jun 2016 21:02:17 +0000"  >&lt;p&gt;I concede the point.  I&apos;ll retract this ticket.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="32377">LU-7228</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="32909">LU-7357</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_10490" key="com.atlassian.jira.plugin.system.customfieldtypes:datepicker">
                        <customfieldname>End date</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Fri, 3 Jun 2016 23:42:59 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10390" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hzydf3:</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>
                                                                                                                                                                                <customfield id="customfield_10493" key="com.atlassian.jira.plugin.system.customfieldtypes:datepicker">
                        <customfieldname>Start date</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Wed, 1 Jun 2016 23:42:59 +0000</customfieldvalue>

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