Skip to content

Commit 2200a53

Browse files
authored
Merge pull request github#11311 from github/repo-sync
repo sync
2 parents a6a002e + 3a93abd commit 2200a53

File tree

4 files changed

+3
-6
lines changed

4 files changed

+3
-6
lines changed

content/admin/overview/system-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ topics:
2121

2222
The root filesystem is included in the distributed machine image. It contains the base operating system and the {% data variables.product.prodname_ghe_server %} application environment. The root filesystem should be treated as ephemeral. Any data on the root filesystem will be replaced when upgrading to future {% data variables.product.prodname_ghe_server %} releases.
2323

24+
The root storage volume is split into two equally-sized partitions. One of the partitions will be mounted as the root filesystem (`/`). The other partition is only mounted during upgrades and rollbacks of upgrades as `/mnt/upgrade`, to facilitate easier rollbacks if necessary. For example, if a 200GB root volume is allocated, there will be 100GB allocated to the root filesystem and 100GB reserved for the upgrades and rollbacks.
25+
2426
The root filesystem contains:
2527
- Custom certificate authority (CA) certificates (in */usr/local/share/ca-certificates*)
2628
- Custom networking configurations
@@ -35,8 +37,6 @@ The user filesystem contains user configuration and data, such as:
3537
- Large files from {% data variables.large_files.product_name_long %}
3638
- Pre-receive hook environments
3739

38-
{% data reusables.enterprise_installation.root-disk-partition %}
39-
4040
## Deployment options
4141

4242
You can deploy {% data variables.product.prodname_ghe_server %} as a single virtual appliance, or in a high availability configuration. For more information, see "[Configuring {% data variables.product.prodname_ghe_server %} for High Availability](/enterprise/{{ currentVersion }}/admin/guides/installation/configuring-github-enterprise-server-for-high-availability/)."

data/reusables/enterprise_installation/hardware-considerations-all-platforms.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ To configure{% ifversion ghes = 2.22 %} the beta of{% endif %} {% data variables
2121

2222
{% endif %}
2323

24-
You can resize your instance's root disk by building a new instance or using an existing instance. For more information, see "[Increasing storage capacity](/enterprise/{{ currentVersion }}/admin/guides/installation/increasing-storage-capacity)."
24+
The available space on the root filesystem will be 50% of the total disk size. You can resize your instance's root disk by building a new instance or using an existing instance. For more information, see "[System overview](/enterprise/admin/guides/installation/system-overview#storage-architecture)" and "[Increasing storage capacity](/enterprise/{{ currentVersion }}/admin/guides/installation/increasing-storage-capacity)."
2525

2626
### CPU and memory
2727

data/reusables/enterprise_installation/hardware-rec-table.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@
3030

3131
{% endif %}
3232

33-
{% data reusables.enterprise_installation.root-disk-partition %}
34-
3533
{% ifversion ghes > 2.22 %}
3634

3735
If you plan to enable {% data variables.product.prodname_actions %} for the users of your instance, review the requirements for hardware, external storage, and runners in "[Getting started with {% data variables.product.prodname_actions %} for {% data variables.product.prodname_ghe_server %}](/admin/github-actions/getting-started-with-github-actions-for-github-enterprise-server)."

data/reusables/enterprise_installation/root-disk-partition.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)