Change Google Compute/Cloud Server to SSD Persistent Disk
The process for changing the boot disk type of a Google Cloud VM is as follows:
- (Optional) Flush disk buffers
sudo sync
. - Stop your instance
- Take a snapshot of existing disk
- Create a new persistent disk based on the snapshot. From the Type dropdown list, select "SSD persistent disk".
- Detach old boot disk & attach new SSD boot disk
For more details, visit docs
Note: there is NO NEED to delete your VM
Comments
Post a Comment