This call is available on Windows only.
Summary:
Resizes an EFD filesystem image mounted inside a Container.
Request specification:
Name |
Min/Max |
Type |
Description |
|
|
|
|
|
|
|
|
|
|
|
The new size in bytes. The minimum allowed size is 6 megabytes. There's no limit on the max size. |
|
|
The ID of the server where the image is mounted. |
|
|
|
|
|
|
|
|
Mount point. |
|
|
|
This parameter is not currently used. |
|
|
|
|
|
|
|
|
Returns:
OK/Error
Errors
See devm Errors
Description:
For more info on creating and mounting EFD filesystem images, see the create_drive
call.
Example:
<packet version="4.0.0">
<target>vzadevm</target>
<data>
<vzadevm>
<resize_drive>
<size>8000000</size>
<eid>7f29d970-3e31-46f3-9b59-2654329e3e55</eid>
<point>F:</point>
</resize_drive>
</vzadevm>
</data>
</packet>