Skip to content

Commit 6b62030

Browse files
authored
Merge branch 'master' into report_changes.sh-fix
2 parents d0140b4 + 9703a7d commit 6b62030

File tree

5 files changed

+18
-7
lines changed

5 files changed

+18
-7
lines changed

docs/cloud/rahti/tutorials/custom-domain.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ This is the recommended option to obtain and renew Let's Encrypt certificates. T
9393

9494
1. First, as usual, you need to [install oc](../usage/cli.md#how-to-install-the-oc-tool) and [login into Rahti](../usage/cli.md#how-to-login-with-oc). Then you need to [create a Rahti project](../usage/projects_and_quota.md#creating-a-project). Finally make sure you are in the correct project: `oc project <project_name>`.
9595

96-
1. Double check that the domain name exists. Let's Encrypt needs to verify that you indeed control said domain name, and it does that by issuing a HTTP request to the actual Domain Name and it expects it to respond accordingly. To test it, enter the Domain name in your browser and see that Rahti2 answers accordingly.
96+
1. Double check that the domain name exists. Let's Encrypt needs to verify that you indeed control said domain name, and it does that by issuing a HTTP request to the actual Domain Name and it expects it to respond accordingly. To test it, enter the Domain name in your browser and see that Rahti answers accordingly.
9797

9898
1. Then you need to create an `Issuer`:
9999

docs/computing/systems-puhti.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ fat tree with a blocking factor of approximately 2:1.
1818

1919
The **Puhti AI** artificial intelligence partition has a total of **80 GPU
2020
nodes** with a total peak performance of 2,7 petaflops. Each node has
21-
two latest generation Intel Xeon processors, code name _Cascade Lake_,
21+
two Intel Xeon processors, code name _Cascade Lake_,
2222
with 20 cores each running at 2,1 GHz. They also have four Nvidia
2323
Volta V100 GPUs with 32 GB of memory each. The nodes are equipped with
2424
384 GB of main memory and 3,6 TB of fast local storage. This partition

docs/computing/usage-policy.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,9 @@ suitable disk systems.
5353
You can use the `csc-workspaces` command to see which cleaning cycle your
5454
projects are subject to.
5555

56-
A similar procedure will be introduced on Mahti, but it is not yet in place.
57-
The policy is still that users should keep only actively used data in scratch.
56+
**Mahti:** A similar procedure will be introduced on Mahti if the disk usage
57+
grows enough to warrant it. The policy is still that users should keep only
58+
actively used data in scratch.
5859

5960
## GPU nodes
6061

@@ -106,3 +107,10 @@ If you are still actively using the project you can gain access to the compute
106107
resources and storage by
107108
[applying](../accounts/how-to-apply-for-billing-units.md) for more billing
108109
units.
110+
111+
## Slurm job management by CSC
112+
113+
* CSC will not change job parameters like length or priority.
114+
* CSC can terminate jobs if they are misusing resources. E.g., if resources
115+
(CPU cores, GPUs, memory) are severely underutilized or IO is overloading
116+
the storage system.

docs/data/sensitive-data/sd-access.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The steps you need to follow depend on your role in the research team:
1515

1616
### Project Manager
1717

18-
The project manager is the primary user of a CSC project, responsible for managing the project and project members members. They act as the data controller (or academic organization representative).
18+
The project manager is the primary user of a CSC project, responsible for managing the project and project members. They act as the data controller (or academic organization representative).
1919

2020
Responsibilities include:
2121

docs/support/faq/how-to-resize-in-pouta.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,15 @@ It's possible to proceed by taking a snapshot of your instance and then boot the
66
You can find more information about snapshot [here](../../cloud/pouta/snapshots.md) and how to proceed.
77

88
### Using the resize functionality
9+
10+
- [I/O flavors](../../cloud/pouta/vm-flavors-and-billing.md#io-flavors_2) and [GPU flavors](../../cloud/pouta/vm-flavors-and-billing.md#gpu-flavors_2) cannot be resized because data in the root and ephemeral disks are not copied when the resize functionality is used. This means that your machine won't be able to boot and the message "No bootable device" will be displayed in the console. We recommend to use [snapshots](../../cloud/pouta/snapshots.md#launching-a-snapshot-from-the-web-interface).
11+
912
!!! Warning
10-
[I/O flavors](../../cloud/pouta/vm-flavors-and-billing.md#io-flavors_2) and [GPU flavors](../../cloud/pouta/vm-flavors-and-billing.md#gpu-flavors_2) cannot be resized to a different family flavors. We recommend to use [snapshots](../../cloud/pouta/snapshots.md#launching-an-instance-from-a-volume-snapshot).
13+
Keep in mind that when creating a snapshot, only the contents of the root disk will be preserved. If you have data located in the ephemeral disk (usually in the `/mnt` directory), you can back up your data in a [volume](../../cloud/pouta/persistent-volumes.md) or in `Allas` using a tool such as [rclone](../../data/Allas/using_allas/rclone.md) or [s3cmd](../../data/Allas/using_allas/s3_client.md)
1114

1215
!!! Warning
1316
It's possible to resize from a `standard` flavor *family* to a `hpc` flavor *family*. Nothing will prevent you to do that but it's **highly not recommended!**
14-
You may lose data during the process and CSC is not responsible. We recommend to only resize to the flavors of the same *family* (except for I/O flavors, see above).
17+
You may lose data during the process and CSC is not responsible. We recommend to only resize to the flavors of the same *family*.
1518

1619
In the **Actions** menu of your instance, choose **Resize** to begin the process:
1720

0 commit comments

Comments
 (0)