docs: add rhel90 filesystem support release note

This commit is contained in:
Gianluca Zuccarelli 2021-08-24 14:51:07 +01:00 committed by Tom Gundersen
parent a198b292b5
commit 4f4cb012d5
7 changed files with 14177 additions and 49 deletions

View file

@ -9,12 +9,12 @@ mountpoint = "/"
size = 2147483648 size = 2147483648
``` ```
The following `mountpoints` are supported: In addition to the root mountpoint, `/`, the following `mountpoints` and their sub-directories are supported:
- `/var` - `/var`
- `/var/*`
- `/home` - `/home`
- `/opt` - `/opt`
- `/srv` - `/srv`
- `/usr` - `/usr`
- `/` - `/app`
- `/data`

View file

@ -0,0 +1,20 @@
# Add custom file system support for RHEL 9.0
The `weldr` api has been extended to support custom file systems for RHEL 9.0.
Filesystem `mountpoints` and minimum partition `size` can be set under blueprint customizations, as below:
```toml
[[customizations.filesystem]]
mountpoint = "/"
size = 2147483648
```
In addition to the root mountpoint, `/`, the following `mountpoints` and their sub-directories are supported:
- `/var`
- `/home`
- `/opt`
- `/srv`
- `/usr`
- `/app`
- `/data`

View file

@ -91,11 +91,11 @@
}, },
{ {
"mountpoint": "/var", "mountpoint": "/var",
"minsize": 131072000 "minsize": 1073741824
}, },
{ {
"mountpoint": "/", "mountpoint": "/",
"minsize": 131072000 "minsize": 2147483648
} }
] ]
} }
@ -1281,8 +1281,8 @@
"root_fs_uuid": "e2d3d0d0-de6b-48f9-b44c-e85ff044c6b1", "root_fs_uuid": "e2d3d0d0-de6b-48f9-b44c-e85ff044c6b1",
"kernel_opts": "console=tty0 console=ttyS0,115200n8 no_timer_check net.ifnames=0 crashkernel=auto debug", "kernel_opts": "console=tty0 console=ttyS0,115200n8 no_timer_check net.ifnames=0 crashkernel=auto debug",
"uefi": { "uefi": {
"unified": true, "vendor": "redhat",
"vendor": "redhat" "unified": true
}, },
"saved_entry": "ffffffffffffffffffffffffffffffff-5.14.0-0.rc3.29.el9.aarch64" "saved_entry": "ffffffffffffffffffffffffffffffff-5.14.0-0.rc3.29.el9.aarch64"
} }
@ -1319,8 +1319,8 @@
"uuid": "68B2905B-DF3E-4FB3-80FA-49D1E773AA33" "uuid": "68B2905B-DF3E-4FB3-80FA-49D1E773AA33"
}, },
{ {
"size": 16314268, "size": 14473116,
"start": 4657152, "start": 6498304,
"type": "0FC63DAF-8483-4772-8E79-3D69D8477DE4", "type": "0FC63DAF-8483-4772-8E79-3D69D8477DE4",
"uuid": "6264D520-3FB9-423F-8AB8-7A0A8E3D3562" "uuid": "6264D520-3FB9-423F-8AB8-7A0A8E3D3562"
}, },
@ -1331,7 +1331,7 @@
"uuid": "6e4ff95f-f662-45ee-a82a-bdf44a2d0b75" "uuid": "6e4ff95f-f662-45ee-a82a-bdf44a2d0b75"
}, },
{ {
"size": 256000, "size": 2097152,
"start": 4401152, "start": 4401152,
"type": "0FC63DAF-8483-4772-8E79-3D69D8477DE4", "type": "0FC63DAF-8483-4772-8E79-3D69D8477DE4",
"uuid": "a178892e-e285-4ce1-9114-55780875d64e" "uuid": "a178892e-e285-4ce1-9114-55780875d64e"
@ -1374,8 +1374,8 @@
"type": "org.osbuild.loopback", "type": "org.osbuild.loopback",
"options": { "options": {
"filename": "disk.img", "filename": "disk.img",
"start": 4657152, "start": 6498304,
"size": 16314268 "size": 14473116
} }
} }
} }
@ -1407,7 +1407,7 @@
"options": { "options": {
"filename": "disk.img", "filename": "disk.img",
"start": 4401152, "start": 4401152,
"size": 256000 "size": 2097152
} }
} }
} }
@ -1444,8 +1444,8 @@
"type": "org.osbuild.loopback", "type": "org.osbuild.loopback",
"options": { "options": {
"filename": "disk.img", "filename": "disk.img",
"start": 4657152, "start": 6498304,
"size": 16314268 "size": 14473116
} }
}, },
"usr": { "usr": {
@ -1461,7 +1461,7 @@
"options": { "options": {
"filename": "disk.img", "filename": "disk.img",
"start": 4401152, "start": 4401152,
"size": 256000 "size": 2097152
} }
} }
}, },
@ -12205,8 +12205,8 @@
"fstype": "xfs", "fstype": "xfs",
"label": "root", "label": "root",
"partuuid": "6264D520-3FB9-423F-8AB8-7A0A8E3D3562", "partuuid": "6264D520-3FB9-423F-8AB8-7A0A8E3D3562",
"size": 8352905216, "size": 7410235392,
"start": 2384461824, "start": 3327131648,
"type": "0FC63DAF-8483-4772-8E79-3D69D8477DE4", "type": "0FC63DAF-8483-4772-8E79-3D69D8477DE4",
"uuid": "e2d3d0d0-de6b-48f9-b44c-e85ff044c6b1" "uuid": "e2d3d0d0-de6b-48f9-b44c-e85ff044c6b1"
}, },
@ -12225,7 +12225,7 @@
"fstype": "xfs", "fstype": "xfs",
"label": null, "label": null,
"partuuid": "A178892E-E285-4CE1-9114-55780875D64E", "partuuid": "A178892E-E285-4CE1-9114-55780875D64E",
"size": 131072000, "size": 1073741824,
"start": 2253389824, "start": 2253389824,
"type": "0FC63DAF-8483-4772-8E79-3D69D8477DE4", "type": "0FC63DAF-8483-4772-8E79-3D69D8477DE4",
"uuid": "fb180daf-48a7-4ee0-b10d-394651850fd4" "uuid": "fb180daf-48a7-4ee0-b10d-394651850fd4"

View file

@ -91,11 +91,11 @@
}, },
{ {
"mountpoint": "/var", "mountpoint": "/var",
"minsize": 131072000 "minsize": 1073741824
}, },
{ {
"mountpoint": "/", "mountpoint": "/",
"minsize": 131072000 "minsize": 2147483648
} }
] ]
} }
@ -1379,15 +1379,15 @@
"type": "41" "type": "41"
}, },
{ {
"size": 16510876, "size": 14669724,
"start": 4460544 "start": 6301696
}, },
{ {
"size": 4194304, "size": 4194304,
"start": 10240 "start": 10240
}, },
{ {
"size": 256000, "size": 2097152,
"start": 4204544 "start": 4204544
} }
] ]
@ -1411,8 +1411,8 @@
"type": "org.osbuild.loopback", "type": "org.osbuild.loopback",
"options": { "options": {
"filename": "disk.img", "filename": "disk.img",
"start": 4460544, "start": 6301696,
"size": 16510876 "size": 14669724
} }
} }
} }
@ -1444,7 +1444,7 @@
"options": { "options": {
"filename": "disk.img", "filename": "disk.img",
"start": 4204544, "start": 4204544,
"size": 256000 "size": 2097152
} }
} }
} }
@ -1473,8 +1473,8 @@
"type": "org.osbuild.loopback", "type": "org.osbuild.loopback",
"options": { "options": {
"filename": "disk.img", "filename": "disk.img",
"start": 4460544, "start": 6301696,
"size": 16510876 "size": 14669724
} }
}, },
"usr": { "usr": {
@ -1490,7 +1490,7 @@
"options": { "options": {
"filename": "disk.img", "filename": "disk.img",
"start": 4204544, "start": 4204544,
"size": 256000 "size": 2097152
} }
} }
}, },
@ -13104,8 +13104,8 @@
"fstype": "xfs", "fstype": "xfs",
"label": null, "label": null,
"partuuid": "14fc63d2-02", "partuuid": "14fc63d2-02",
"size": 8453568512, "size": 7510898688,
"start": 2283798528, "start": 3226468352,
"type": "83", "type": "83",
"uuid": "fb180daf-48a7-4ee0-b10d-394651850fd4" "uuid": "fb180daf-48a7-4ee0-b10d-394651850fd4"
}, },
@ -13124,7 +13124,7 @@
"fstype": "xfs", "fstype": "xfs",
"label": null, "label": null,
"partuuid": "14fc63d2-04", "partuuid": "14fc63d2-04",
"size": 131072000, "size": 1073741824,
"start": 2152726528, "start": 2152726528,
"type": "83", "type": "83",
"uuid": "6e4ff95f-f662-45ee-a82a-bdf44a2d0b75" "uuid": "6e4ff95f-f662-45ee-a82a-bdf44a2d0b75"

File diff suppressed because it is too large Load diff

View file

@ -96,11 +96,11 @@
}, },
{ {
"mountpoint": "/var", "mountpoint": "/var",
"minsize": 131072000 "minsize": 1073741824
}, },
{ {
"mountpoint": "/", "mountpoint": "/",
"minsize": 131072000 "minsize": 2147483648
} }
] ]
} }
@ -1370,8 +1370,8 @@
"uuid": "68B2905B-DF3E-4FB3-80FA-49D1E773AA33" "uuid": "68B2905B-DF3E-4FB3-80FA-49D1E773AA33"
}, },
{ {
"size": 16312220, "size": 14471068,
"start": 4659200, "start": 6500352,
"type": "0FC63DAF-8483-4772-8E79-3D69D8477DE4", "type": "0FC63DAF-8483-4772-8E79-3D69D8477DE4",
"uuid": "6264D520-3FB9-423F-8AB8-7A0A8E3D3562" "uuid": "6264D520-3FB9-423F-8AB8-7A0A8E3D3562"
}, },
@ -1382,7 +1382,7 @@
"uuid": "6e4ff95f-f662-45ee-a82a-bdf44a2d0b75" "uuid": "6e4ff95f-f662-45ee-a82a-bdf44a2d0b75"
}, },
{ {
"size": 256000, "size": 2097152,
"start": 4403200, "start": 4403200,
"type": "0FC63DAF-8483-4772-8E79-3D69D8477DE4", "type": "0FC63DAF-8483-4772-8E79-3D69D8477DE4",
"uuid": "a178892e-e285-4ce1-9114-55780875d64e" "uuid": "a178892e-e285-4ce1-9114-55780875d64e"
@ -1425,8 +1425,8 @@
"type": "org.osbuild.loopback", "type": "org.osbuild.loopback",
"options": { "options": {
"filename": "disk.img", "filename": "disk.img",
"start": 4659200, "start": 6500352,
"size": 16312220 "size": 14471068
} }
} }
} }
@ -1458,7 +1458,7 @@
"options": { "options": {
"filename": "disk.img", "filename": "disk.img",
"start": 4403200, "start": 4403200,
"size": 256000 "size": 2097152
} }
} }
} }
@ -1495,8 +1495,8 @@
"type": "org.osbuild.loopback", "type": "org.osbuild.loopback",
"options": { "options": {
"filename": "disk.img", "filename": "disk.img",
"start": 4659200, "start": 6500352,
"size": 16312220 "size": 14471068
} }
}, },
"usr": { "usr": {
@ -1512,7 +1512,7 @@
"options": { "options": {
"filename": "disk.img", "filename": "disk.img",
"start": 4403200, "start": 4403200,
"size": 256000 "size": 2097152
} }
} }
}, },
@ -12699,8 +12699,8 @@
"fstype": "xfs", "fstype": "xfs",
"label": "root", "label": "root",
"partuuid": "6264D520-3FB9-423F-8AB8-7A0A8E3D3562", "partuuid": "6264D520-3FB9-423F-8AB8-7A0A8E3D3562",
"size": 8351856640, "size": 7409186816,
"start": 2385510400, "start": 3328180224,
"type": "0FC63DAF-8483-4772-8E79-3D69D8477DE4", "type": "0FC63DAF-8483-4772-8E79-3D69D8477DE4",
"uuid": "e2d3d0d0-de6b-48f9-b44c-e85ff044c6b1" "uuid": "e2d3d0d0-de6b-48f9-b44c-e85ff044c6b1"
}, },
@ -12719,7 +12719,7 @@
"fstype": "xfs", "fstype": "xfs",
"label": null, "label": null,
"partuuid": "A178892E-E285-4CE1-9114-55780875D64E", "partuuid": "A178892E-E285-4CE1-9114-55780875D64E",
"size": 131072000, "size": 1073741824,
"start": 2254438400, "start": 2254438400,
"type": "0FC63DAF-8483-4772-8E79-3D69D8477DE4", "type": "0FC63DAF-8483-4772-8E79-3D69D8477DE4",
"uuid": "fb180daf-48a7-4ee0-b10d-394651850fd4" "uuid": "fb180daf-48a7-4ee0-b10d-394651850fd4"

View file

@ -199,11 +199,11 @@ FILESYSTEM_CUSTOMIZATIONS = [
}, },
{ {
"mountpoint": "/var", "mountpoint": "/var",
"minsize": 131072000 "minsize": 1073741824
}, },
{ {
"mountpoint": "/", "mountpoint": "/",
"minsize": 131072000 "minsize": 2147483648
} }
] ]