Skip to content

Commit 8f22f58

Browse files
FAQ for BU renewal (#2624)
* FAQ for BU renewal * questions and answers * questions and answers * note that LUMI is unaffected * implement suggestions * typo * minor edits * added one i * minor edit --------- Co-authored-by: attesillanpaa <atte.sillanpaa@csc.fi>
1 parent 9526260 commit 8f22f58

File tree

3 files changed

+83
-3
lines changed

3 files changed

+83
-3
lines changed

csc-overrides/partials/announcement.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
#}
77
{# import ".icons/material/coffee.svg" as icon #}
88
{# import ".icons/material/chat.svg" as icon #}
9-
{# import ".icons/material/information.svg" as icon #}
10-
{% import ".icons/material/alert.svg" as icon %}
9+
{% import ".icons/material/information.svg" as icon %}
10+
{# import ".icons/material/alert.svg" as icon #}
1111
{# import ".icons/material/wrench.svg" as icon #}
1212
{# import ".icons/material/rocket-launch.svg" as icon #}
1313
{# import ".icons/material/test-tube.svg" as icon #}
@@ -18,7 +18,7 @@
1818
<div class="announcement-icon">{{ icon }}</div>
1919
{# Put the announcement, in HTML, right under this comment! #}
2020
<p>
21-
Note: There will be a service break on Puhti on Tue Aug 12 from 8:30 to 12:00. <a href="https://research.csc.fi/service-break/puhti-service-break/">Click here for more info</a>.
21+
Note: There are upcoming changes to the billing unit model CSC uses in September 2025. <a href="{{ base_url | url }}/support/faq/bu-renewal/">Read the FAQ to learn more</a>.
2222
</p>
2323
{# ...and right above _this_ comment. #}
2424
<div class="announcement-icon announcement-icon-end">{{ icon }}</div>

docs/support/faq/bu-renewal.md

Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
# Questions and answers related to the billing unit renewal (2025)
2+
3+
## 1. What are the new billing units?
4+
5+
The new billing unit (BU) types are **HPC**, **HPC GPU**, **Cloud** and
6+
**Storage**. In other words, CSC's services for research will consume different
7+
billing units based on the kind of services used. A summary of which service
8+
uses which units is depicted below:
9+
10+
* **HPC billing unit**
11+
* Puhti, Mahti and Roihu jobs *without GPU*
12+
* **HPC GPU billing unit**
13+
* Puhti, Mahti and Roihu jobs *with GPU*
14+
* **Cloud billing unit**
15+
* cPouta, ePouta, Rahti, Pukki DBaaS, SD Desktop
16+
* **Storage billing unit**
17+
* Puhti, Mahti and Roihu Lustre storage, Allas, Shared fileservice, SD
18+
Connect
19+
20+
!!! info "Note"
21+
LUMI billing is **not** affected by the billing unit renewal.
22+
23+
## 2. When are the new billing units taken into use?
24+
25+
The new billing units will be taken into use in September 2025. The exact date
26+
will be announced later.
27+
28+
## 3. Will I need to do something? What will happen to my old billing units?
29+
30+
No, you do not need to anything. Old unused billing units already granted to
31+
projects will be migrated to the new units, i.e. no granted resources are lost.
32+
The mapping of old BUs to new BUs will be based on the past usage of the
33+
project. In other words, e.g. projects only running GPU jobs on Puhti will not
34+
get cloud billing units which they have no use for.
35+
36+
You can check your current BU budget in [MyCSC](https://my.csc.fi), as well as
37+
using the `csc-projects` command on Puhti and Mahti.
38+
39+
## 4. How will the BU renewal affect CSC's services?
40+
41+
The migration to new billing units will have minimal effect on service usage
42+
and services will be available as usual. However, resource applications will be
43+
unavailable during the migration when old billing units are converted into new
44+
ones.
45+
46+
## 5. How will the new billing units affect resource applications?
47+
48+
Resource applications will be done in the four new billing units in the future.
49+
This means that users have to consider what kind of resources and services they
50+
need before applying for them.
51+
52+
Moreover, the application limits for different resources will be separated
53+
based on the capacity available under every billing unit type. So far, all
54+
billing unit applications have been processed based on whether they are S-, M-,
55+
or L-sized applications. However, 1 million BUs used in cPouta has a much
56+
larger impact on the service capacity compared to the same amount of BUs used
57+
on Mahti CPU nodes. Thus, the size limits for resource applications will be
58+
based on the type of billing unit applied for.
59+
60+
## 6. Will I lose billing units to the new BU cutter even if my projects use billing units?
61+
62+
The billing unit renewal introduces a "cutter" that will depreciate unused BUs.
63+
The billing unit cutter only affects projects that have used **less than 40% of their
64+
billing units** in a 6 month period counted from the last billing unit grant
65+
or depreciation check. If a project has used more than that, no resources are
66+
cut. The billing unit cutter affects only academic projects with student
67+
projects being exempt.
68+
69+
## 7. When will the first billing unit depreciation happen?
70+
71+
The billing unit cutter is taken into use at the same time as the new units, so
72+
the first cuts would happen in **March 2026 at the earliest**. The billing unit
73+
usage of projects is checked six months after either the latest billing unit
74+
grant or the latest depreciation check.
75+
76+
## More information
77+
78+
* Blog: [Mapping out the future of billing units](https://csc.fi/en/blog/mapping-out-the-future-of-billing-unit/) (CSC.fi)
79+
* Blog: [Billing unit renewal schedule and changes](https://csc.fi/en/blog/billing-unit-renewal-schedules-and-changes/) (CSC.fi)

docs/support/faq/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
* [Is there a glossary of the acronyms you keep using?](is-there-a-glossary-of-the-acronyms-you-keep-using.md)
1313
* [How to write good support requests to CSC Service Desk](../support-howto.md)
1414
* [My SSH keys do not work](ssh-keys-not-working.md)
15+
* [I have questions about the billing unit renewal (2025)](bu-renewal.md)
1516

1617
## Batch jobs
1718
* [Why does my batch job fail?](why-does-my-batch-job-fail.md)

0 commit comments

Comments
 (0)