<!-- 
RSS generated by JIRA (8.3.4#803005-sha1:1f96e09b3c60279a408a2ae47be3c745f571388b) at Sat Feb 10 16:48:59 JST 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>PFS-JIRA</title>
    <link>https://pfspipe.ipmu.jp/jira</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>8.3.4</version>
        <build-number>803005</build-number>
        <build-date>13-09-2019</build-date>
    </build-info>


<item>
            <title>[INFRA-57] Please setup a git-lfs server</title>
                <link>https://pfspipe.ipmu.jp/jira/browse/INFRA-57</link>
                <project id="10001" key="INFRA">Software Development Infrastructure</project>
                    <description>&lt;p&gt;We are going to have quite large example files within the datamodel git repo, and I expect that test data for the 1-D and 2-D pipelines may also be pretty large.&lt;/p&gt;

&lt;p&gt;It is very convenient to handle this sort of thing with the git code/text, but git (and in particular github) doesn&apos;t handle large binary blobs very well.  Fortunately the git-lfs (&quot;large file system&quot;) extension does do this for us;  unfortunately using github&apos;s service is expensive.&lt;/p&gt;

&lt;p&gt;Please setup our own server to support git-lfs files within our git repos.  The LSST project has done this, and can provide help as needed.   If we decide to pay for github git-lfs, please provide a document discussing how we manage the data (e.g. ensuring that we don&apos;t use too much, or too much bandwidth).&lt;/p&gt;</description>
                <environment></environment>
        <key id="11138">INFRA-57</key>
            <summary>Please setup a git-lfs server</summary>
                <type id="10001" iconUrl="https://pfspipe.ipmu.jp/jira/secure/viewavatar?size=xsmall&amp;avatarId=10515&amp;avatarType=issuetype">Story</type>
                                            <priority id="3" iconUrl="https://pfspipe.ipmu.jp/jira/images/icons/priorities/major.svg">Major</priority>
                        <status id="10002" iconUrl="https://pfspipe.ipmu.jp/jira/images/icons/statuses/generic.png" description="The issue is resolved, reviewed, and merged">Done</status>
                    <statusCategory id="3" key="done" colorName="green"/>
                                    <resolution id="10000">Done</resolution>
                                        <assignee username="atsushi.shimono">shimono</assignee>
                                    <reporter username="rhl">rhl</reporter>
                        <labels>
                    </labels>
                <created>Sat, 3 Sep 2016 20:49:17 +0000</created>
                <updated>Sun, 25 Jun 2017 19:47:50 +0000</updated>
                            <resolved>Sun, 25 Jun 2017 19:47:50 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                <comments>
                            <comment id="11294" author="rhl" created="Sat, 3 Sep 2016 20:53:17 +0000"  >&lt;p&gt;I think that the decision on &lt;a href=&quot;https://pfspipe.ipmu.jp/jira/browse/INFRA-31&quot; title=&quot;Create repo for unittest data files&quot; class=&quot;issue-link&quot; data-issue-key=&quot;INFRA-31&quot;&gt;&lt;del&gt;INFRA-31&lt;/del&gt;&lt;/a&gt; was to buy support from github, but I&apos;d like to see that formalised.&lt;/p&gt;</comment>
                            <comment id="11300" author="atsushi.shimono" created="Tue, 13 Sep 2016 01:21:36 +0000"  >&lt;p&gt;We have project wide service and account information document at &apos;doc&apos; repo @ github. After existing PR for upgrading to recent service modification fixed, this kind of minor fixes shall be applied.&lt;br/&gt;
&lt;a href=&quot;https://github.com/Subaru-PFS/doc/pull/1&quot; class=&quot;external-link&quot; rel=&quot;nofollow&quot;&gt;https://github.com/Subaru-PFS/doc/pull/1&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Also, we may be better to have in pfspipe web page (&lt;a href=&quot;https://pfspipe.ipmu.jp/jira/browse/INFRA-52&quot; title=&quot;Update web page for PFS software&quot; class=&quot;issue-link&quot; data-issue-key=&quot;INFRA-52&quot;&gt;&lt;del&gt;INFRA-52&lt;/del&gt;&lt;/a&gt;).&lt;/p&gt;</comment>
                            <comment id="11672" author="atsushi.shimono" created="Tue, 6 Dec 2016 08:38:25 +0000"  >&lt;p&gt;doc/PR1 is now &lt;a href=&quot;https://pfspipe.ipmu.jp/jira/browse/INFRA-84&quot; title=&quot;pfs.ipmu.jp/usage: Update account request and registration part&quot; class=&quot;issue-link&quot; data-issue-key=&quot;INFRA-84&quot;&gt;&lt;del&gt;INFRA-84&lt;/del&gt;&lt;/a&gt;.&lt;/p&gt;</comment>
                            <comment id="11742" author="atsushi.shimono" created="Wed, 11 Jan 2017 10:05:41 +0000"  >&lt;p&gt;If we just think about cost: &lt;/p&gt;

&lt;p&gt;github&apos;s plan&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;$5/mo for 50GB storage and 50GB transfer&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;AWS (need to have proxy for git-lfs at somewhere)&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;$0.0023/GB for storage (per 128kB)&lt;/li&gt;
	&lt;li&gt;$0.004/1000 requests&lt;/li&gt;
	&lt;li&gt;$0.090/1GB transfer out&lt;br/&gt;
and in $4.62/50GB for storage+transfer.&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Our usage is dominated by transfer data rate (for CI pull).&lt;br/&gt;
If we just think about cost, AWS and github is comparable. &lt;br/&gt;
If we can setup storage at cloud service with no transfer cost, it could be a reduce, but not large amount (as for now).&lt;/p&gt;

&lt;p&gt;Therefore, as TOC point of view including human resource for management, I&apos;d propose to keep using github&apos; git-lfs for now.&lt;/p&gt;</comment>
                            <comment id="12258" author="atsushi.shimono" created="Wed, 14 Jun 2017 06:54:29 +0000"  >&lt;p&gt;Added a section about git-lfs in pfspipe web page.&lt;br/&gt;
Will merge and deply to real, by 2017/06/17 if no comment supplied.&lt;/p&gt;</comment>
                            <comment id="12336" author="atsushi.shimono" created="Sun, 25 Jun 2017 19:47:50 +0000"  >&lt;p&gt;note added, merged and deployed.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10003">
                    <name>Relates</name>
                                            <outwardlinks description="relates to">
                                        <issuelink>
            <issuekey id="10602">INFRA-31</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                            <customfield id="customfield_10500" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                            <customfield id="customfield_10010" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|ii00n3:</customfieldvalue>

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