Skip to content

Commit b762066

Browse files
feat(efc): bls
1 parent f1f0dd9 commit b762066

File tree

2 files changed

+35
-17
lines changed

2 files changed

+35
-17
lines changed

pages/environmental-footprint/additional-content/bare-metal-env-footprint.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The manufacturing impact is prorated based on the server's lifespan and the dura
4141

4242
## Calculation example
4343

44-
For the use of an Elastic Metal server, with a lifespan of 6 years (52 560 hours) and power of 110w, for 100 hours and considering via Boavizta estimates that the impact of the manufacturing of this server is 850 kgCo2e, we make the following calculation:
44+
For the use of an Elastic Metal server, with a lifespan of 6 years (52 560 hours) and power of 110w, for 100 hours and considering via [Boavizta estimates](https://doc.api.boavizta.org/) that the impact of the manufacturing of this server is 850 kgCo2e, we make the following calculation:
4545

4646
```math
4747
ServerManufacturing = (100 / 52560) * 850 = 1,62 kgCO2e

pages/environmental-footprint/additional-content/block-storage-env-footprint.mdx

Lines changed: 34 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -16,35 +16,53 @@ categories:
1616

1717
This page includes the specificities of the environmental footprint calculation for Block Storage.
1818

19-
## Resources used for estimation
20-
The main unit taken into account in the Block Storage footprint estimation is **VOLsto**, which represents the **reserved volume** per user.
19+
## Calculation aspects
2120

22-
The total estimated impact is calculated by integrating:
21+
The total estimated impact of Block Storage volumes is calculated by integrating the:
2322

2423
- **Manufacturing impact** - Related to the physical servers hosting the storage volumes.
25-
- **Shared infrastructure impact** - The impact of the tools used to manage the Block Storage offers: control plane, monitoring, internal load balancers, and others.
24+
- **Cross-IT equipment impact** - The impact of the tools used to manage the Block Storage offers: control plane, monitoring, internal load balancers, and others.
2625
- **Energy usage impact** - The average electricity consumption of storage servers and their energy efficiency.
2726

28-
## Calculation aspects
29-
3027
### Ratio per storage volume
31-
To allocate the impact of a specific storage volume, we apply the following RCP allocation rule:
3228

33-
- Attribution of the manufacturing impact to **VOLsto**: with a **factor of 3 to account for replication**.
34-
We use this ratio in the rest of the calculations.
29+
To allocate the impact of a Block Storage volume, we apply the unit resulting from the RCP allocation rule to all calculation steps, the `bls_ration`:
30+
31+
```
32+
VOLsto/VolstoPool = bls_ratio
33+
```
34+
35+
- **VOLsto** - represents the **reserved volume** per user. In Block Storage, your data is replicated three times on multiple nodes to guarantee availability, so the **VOLsto** is applied with factor of 3 to account for replication.
36+
- **VolstoPool** - represents all the storage for Block Storage volumes on the server that hosts them (around 60%).
3537

3638
### Manufacturing impact
37-
The manufacturing impact is attributed based on the servers hosting the storage:
3839

39-
Retrieval of **hardware specifications** of Block Storage servers → The only available data source today is the [Confluence BLOCK STORAGE page](https://confluence.internal.scaleway.com/display/BLOCK+STORAGE), which will need to be transcribed into a YML file (2 different types of HW currently). In this YML file, we indicate the available volume, which corresponds to 60% of the total volume (the rest being reserved for performance reasons).
40+
The manufacturing impact of Block Storage volumes is attributed based on the servers that host the storage.
41+
42+
Considering a server with a lifespan of 6 years (52 560 hours) and power of 110w, for 100 hours and considering via Boavizta estimates that the impact of the manufacturing of this server is 850 kgCo2e, and a `bls_ratio` of we can make the following calculation:
43+
44+
```
45+
VolumeManufacturingImpact = (100 / 52560) * 850 * bls_ratio = [À REMPLIR] kgCO2e
46+
```
4047

41-
### Shared infrastructures
42-
| Component | Description | Hardware | Manufacturing & Usage |
43-
| --- | --- | --- | --- |
44-
| Control Plane | List of infrastructure VMs used by the Block Storage team | All VMs of the tenant [https://netbox.internal.scaleway.com/tenancy/tenants/212/](https://netbox.internal.scaleway.com/tenancy/tenants/212/), "blk" VMs of the tenant [https://netbox.internal.scaleway.com/tenancy/tenants/148/](https://netbox.internal.scaleway.com/tenancy/tenants/148/) | Calculate impact as done for Apple Silicon product VMs |
45-
| Data Plane | List of servers used by the Block Storage team | All devices of the tenant [https://netbox.internal.scaleway.com/tenancy/tenants/148/](https://netbox.internal.scaleway.com/tenancy/tenants/148/) | Calculate manufacturing impact via [Boavizta](https://www.boavizta.org/), retrieve electricity consumption estimation and multiply by PUE and energy mix |
48+
### Cross-IT equipment impact
49+
50+
The calculation of the impact of cross-IT equipments takes into consideration the manufacturing and usage impacts of both the control and data plane of the internal Scaleway infrastructure for Block Storage.
51+
52+
- **Control Plane** - Calculate impact as done for Apple Silicon product VMs |
53+
- **Data Plane** - Calculate manufacturing impact via [Boavizta](https://www.boavizta.org/), retrieve electricity consumption estimation and multiply by PUE and energy mix |
4654

4755
* The allocation is done **based on electrical power**: we need to retrieve the electrical power dedicated to Block Storage:
4856
* Retrieval of the estimation of the electricity consumption of the Block Storage servers –> [Handbook](https://handbook.scaleway.com/) (static data, like for Elastic Metal).
4957
* Retrieval of the **quantities of hardware of the Data plane**.
5058
* We add the **electricity consumption of the Control Plane VMs**.
59+
60+
61+
To calculate the usage, we consider the French energy mix and the datacenter's PUE. In this example, they are O,056kgCo2e/kwh and 1,16, respectively. Which results in:
62+
63+
```math
64+
UsageFootprint = 0,110 x 100 x 0,056 x 1,16 = 0,715 kgCo2e
65+
```
66+
67+
### Energy usage impact
68+

0 commit comments

Comments
 (0)