public Volume resizeVolume(final Device device, final Pool pool, final Volume volume)
throws PluginException
{
if (volumes.get(volume.getUuid()) == null)
{
throw new PluginException(PluginError.RESOURCE_NOT_FOUND, "Unexisting volume");
}
Volume original = volumes.get(volume.getUuid());
Volume resize = new Volume();
resize.setUuid(original.getUuid());