[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["難以理解","hardToUnderstand","thumb-down"],["資訊或程式碼範例有誤","incorrectInformationOrSampleCode","thumb-down"],["缺少我需要的資訊/範例","missingTheInformationSamplesINeed","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2025-08-18 (世界標準時間)。"],[[["You can increase the size of a virtual machine (VM) disk partition to add more storage space or increase performance limits, but you cannot decrease the size of an existing disk."],["This guide provides instructions on how to increase the size of both boot and non-boot disks for your VM."],["To expand a disk using the `gdcloud` command, use the syntax: `gdcloud compute disks resize DISK_NAME --project=PROJECT --size=NEW_SIZE`, replacing the variables with your specific details."],["To expand a disk using the API, update the `.spec.size` field of the `VirtualMachineDisk` resource using `kubectl`, making sure to update the necessary variables with the appropriate values."],["After expanding the block device, you must then expand the guest's partition and file system to make the additional space usable to applications, sometimes done automatically by the OS."]]],[]]