disk resize syntax

disk resize has the following syntax:

disk resize
    name = “device_name”,
    size = additional_space

Where device_name is the name of the device you are increasing and additional_space is the additional disk space you are adding to this device.

Page size

Allocation unit size

Minimum incremental size

2K

0.5MB

1MB

4K

1MB

1MB

8K

2MB

2MB

16K

4MB

4MB

32K

8MB

8MB

64K

16MB

16MB

NoteThe new size of the device is the sum of the old device size plus the size specified in the disk resize command.