<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:28: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-2774] Unable to access Gerrit</title>
                <link>https://jira.whamcloud.com/browse/LU-2774</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;2/6/13 12:00:29 PM&amp;#93;&lt;/span&gt; Bruce Korb: What is &quot;DAV locking&quot;?&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;2/6/13 12:00:32 PM&amp;#93;&lt;/span&gt; Bruce Korb: $ git push origin HEAD:refs/for/master&lt;br/&gt;
error: no DAV locking support on &lt;a href=&quot;http://git.whamcloud.com/fs/lustre-release.git/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://git.whamcloud.com/fs/lustre-release.git/&lt;/a&gt;&lt;br/&gt;
fatal: git-http-push failed&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;2/6/13 12:32:05 PM&amp;#93;&lt;/span&gt; Bruce Korb: Beats me. &#160;I&apos;ve tried a bunch of variations and they all either ask for a password (and fail), or hang up immediately or do this.&lt;/p&gt;

&lt;p&gt;Where can I upload a new key?  Maybe that would help....&lt;/p&gt;</description>
                <environment></environment>
        <key id="17484">LU-2774</key>
            <summary>Unable to access Gerrit</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="3" iconUrl="https://jira.whamcloud.com/images/icons/priorities/major.svg">Major</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="joshua">Joshua Kugler</assignee>
                                    <reporter username="bkorb">Bruce Korb</reporter>
                        <labels>
                    </labels>
                <created>Wed, 6 Feb 2013 15:41:35 +0000</created>
                <updated>Thu, 7 Feb 2013 15:18:26 +0000</updated>
                            <resolved>Thu, 7 Feb 2013 15:18:26 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                            <comments>
                            <comment id="51913" author="rread" created="Wed, 6 Feb 2013 15:49:08 +0000"  >&lt;p&gt;Basically what it means you&apos;re trying to push directly to the git repository which we don&apos;t allow. Instead, you need to use the ssh url to push change requests to gerrit:&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;git push ssh://USER@review.whamcloud.com:29418/fs/lustre-release HEAD:refs/for/master
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;(From  &lt;a href=&quot;http://wiki.whamcloud.com/display/PUB/Using+Gerrit&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://wiki.whamcloud.com/display/PUB/Using+Gerrit&lt;/a&gt;)&lt;/p&gt;</comment>
                            <comment id="51917" author="bkorb" created="Wed, 6 Feb 2013 16:29:03 +0000"  >&lt;blockquote&gt;&lt;p&gt;$ git push ssh://bkorb@review.whamcloud.com:29418/fs/lustre-release HEAD:refs/for/master&lt;br/&gt;
Permission denied (publickey).&lt;br/&gt;
fatal: The remote end hung up unexpectedly&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;I had actually tried that, too.  P.S. I also tried hunting for where to make certain my ssh keys were in sync, but that doc I was not able to find.  I&apos;m pretty sure I&apos;ve not changed any keys since I was last successful, but ...&lt;/p&gt;</comment>
                            <comment id="51923" author="bkorb" created="Wed, 6 Feb 2013 17:38:31 +0000"  >&lt;p&gt;OK, somehow or another the capitalization in my email address got changed:  Bruce_Korb@xyratex.com instead of bruce_korb@xyratex.com.  Since those email addresses are 100% equivalent, ....  Meantime, I&apos;ll figure out what to fix.&lt;/p&gt;</comment>
                            <comment id="51982" author="bkorb" created="Thu, 7 Feb 2013 12:38:34 +0000"  >&lt;p&gt;To be clear:  I &lt;em&gt;have&lt;/em&gt; forced my email address to be downcased via &quot;git config user.email&quot; so that it is now working, so definitely not a blocker for me.  However, were you to change the code to ignore case, then ....  Thank you!&lt;/p&gt;</comment>
                            <comment id="51992" author="rread" created="Thu, 7 Feb 2013 15:18:26 +0000"  >&lt;p&gt;Glad you got it sorted. Who knows, it&apos;s always possible a future version of Gerrit might ignore case in email addresses. &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|hzvirj:</customfieldvalue>

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

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