Skip to content

Commit d50d660

Browse files
authored
Merge pull request #35243 from github/repo-sync
Repo sync
2 parents 5b0d162 + e6f7a38 commit d50d660

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

content/admin/monitoring-and-managing-your-instance/updating-the-virtual-machine-and-physical-resources/increasing-storage-capacity.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,12 @@ Root storage refers to the total size of your instance's root disk. The availabl
9090
ghe-upgrade PACKAGE-NAME.pkg -s -t /dev/xvdg1
9191
```
9292

93+
1. Run the command on the secondary partition of the newly added disk:
94+
95+
```shell
96+
sudo mkfs.ext4 -L fallback /dev/xvdg2
97+
```
98+
9399
1. Shut down the appliance:
94100

95101
```shell

0 commit comments

Comments
 (0)