resize


Description:

public bool resize (uint64 size, uint flags) throws Error

This function resize the disk of a running domain.

Parameters:

this

the domain disk

size

new size of the block image in kilobytes

flags

flags, currently unused. Pass '0'.

Returns:

TRUE if size was successfully changed, FALSE otherwise.