@@ -8,45 +8,44 @@ Google Cloud virtual machine.
88(howto-providers-google-resize-disk)=
99
1010## Increasing your boot disk size
11- Google Cloud Compute Engine supports * increasing* (but not * decreasing* ) the size of existing disks.
12- If you selected a boot disk with a supported version of ** Ubuntu** or ** Debian** as the operating
11+
12+ Google Cloud Compute Engine supports _ increasing_ (but not _ decreasing_ ) the size of existing disks.
13+ If you selected a boot disk with a supported version of ** Ubuntu** or ** Debian** as the operating
1314system, then your boot disk can be resized easily from the console with these steps.
1415
1516:::{note}
16- Google Cloud resizes the root partition and file system for * boot * disks with * public * images
17- (such as the TLJH supported ** Ubuntu** and ** Debian** images) automatically after your increase
18- the size of your disk. If you have any other * non-boot * disks attached to your instance, you
19- will need to perform extra steps yourself after resizing your disk. For more information on
20- this and other aspects of resizing persistent disks, see
21- [ Google's documentation] ( https://cloud.google.com/compute/docs/disks/resize-persistent-disk ) .
17+ Google Cloud resizes the root partition and file system for _ boot _ disks with _ public _ images
18+ (such as the TLJH supported ** Ubuntu** and ** Debian** images) automatically after your increase
19+ the size of your disk. If you have any other _ non-boot _ disks attached to your instance, you
20+ will need to perform extra steps yourself after resizing your disk. For more information on
21+ this and other aspects of resizing persistent disks, see
22+ [ Google's documentation] ( https://cloud.google.com/compute/docs/disks/resize-persistent-disk ) .
2223:::
2324
24-
25251 . Go to [ Google Cloud Console -> Compute Engine -> VM instances] ( https://console.cloud.google.com/compute/instances ) and select your TLJH instance.
2626
27-
28271 . Scroll down until you find your boot disk and select it.
28+
2929 ``` {image} ../../images/providers/google/boot-disk-resize.png
3030 :alt: Boot disk with Ubuntu jammy image
3131 ```
3232
33-
34331 . Select ** Edit** in the top menu. This may require selecting the kebab menu (the 3 vertical dots).
34+
3535 ``` {image} ../../images/providers/google/boot-disk-edit-button.png
3636 :alt: Disk edit button
3737 ```
3838
39-
40391 . Update the ** Size** property and save the changes at the bottom of the page.
40+
4141 ``` {image} ../../images/providers/google/boot-disk-resize-properties.png
4242 :alt: Boot disk size property
4343 ```
4444
45-
46451 . Reboot the VM instance by logging into your TLJH, opening the terminal, and running ` sudo reboot ` .
4746 You will lose your connection to the instance while it restarts. Once it comes back up, your disk
48- will reflect your changes. You can verify that the automatic resize of your root partition and
49- file system took place by running ` df -h ` in the terminal, which will show the size of the disk
47+ will reflect your changes. You can verify that the automatic resize of your root partition and
48+ file system took place by running ` df -h ` in the terminal, which will show the size of the disk
5049 mounted on ` / ` :
5150 ``` bash
5251 $ df -h
0 commit comments