Skip to content

Commit 0bd38f0

Browse files
ajdelgadoAntonio Delgado
andauthored
Add note about metadata/ephemeral volumes (#2795)
* Add note about metadata/ephemeral volumes * Add note to what's new about new ephemeral disks partition * fix typo --------- Co-authored-by: Antonio Delgado <adelgado@csc.fi>
1 parent 54e00e0 commit 0bd38f0

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

docs/cloud/pouta/images.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44

55
CSC provides a set of standard images that are well suited for cloud
66
use. In most cases, you can use these images instead of creating your
7-
own. The images are created automatically using _diskimage-builder_.
7+
own. The images are created automatically using _diskimage-builder_.
88
If you are interested in the details of how
99
these images are created, see this [GitHub page]. The images are
1010
updated at regular intervals so that they contain the latest security
1111
updates at the time virtual machines are launched.
1212

1313
It is possible that for some use cases the automatically created
1414
images are not suitable. In this case, it is possible to create your
15-
own images and use them instead. However, there are some caveats
15+
own images and use them instead. However, there are some caveats
1616
to consider when creating your own images that you would not
1717
need to consider when using the default images. For more information,,
1818
see [Advanced images](adding-images.md)
@@ -82,6 +82,12 @@ This can be useful for doing tests in Pouta, such as testing if the network work
8282
how fast you can launch an instance. You should not use this for persistent
8383
VMs, and you should always delete the instance when you are done with
8484
testing. There is very little reason for end-users using this image, and if
85-
you are unsure, CentOS and Ubuntu are better choices 99% of the time.
85+
you are unsure, CentOS and Ubuntu are better choices 99% of the time.
8686

8787
[GitHub page]: https://github.com/CSC-IT-Center-for-Science/diskimage-builder-csc-automation
88+
89+
## Image metadata
90+
Images updated since November of 2025 might have metadata reporting the type and version of
91+
the operating system (os_type, os_distro). That information allow OpenStack to create
92+
[ephemeral](ephemeral-storage.md) disks with the more appropriate format ext4 instead of vfat. Be
93+
aware that this might affect your workflow or automations.

docs/support/wn/cloud-new.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Cloud services
22

3+
## Small changes in Pouta's cloud images creation, 2.12.2025
4+
5+
Since end of November of 2025, newly created Public images in Pouta will create the ephemeral partitions as ext4 instead of vfat. This won't be
6+
an issue for most people but in some cases, you might expect a certain file system format.
7+
38
## New database minor versions available in Pukki, 25.11.2025
49

510
PostgreSQL 17.7 and 14.20 and MariaDB 11.4.8 are now available in Pukki DBaaS. See [PostgreSQL's](https://www.postgresql.org/about/news/postgresql-181-177-1611-1515-1420-and-1323-released-3171/) and [MariaDB's](https://mariadb.com/docs/release-notes/community-server/11.4/11.4.8) documentation for release notes.

0 commit comments

Comments
 (0)