Hi Sunil, They should be deleted unless you specifically set keepBootDisk(true) on the gce template options. Could you check a running instance that you started with your jclouds code and make sure that the metadata contains jclouds-delete-boot-disk=true? If it is true, then something is just failing trying to delete the disk. If it is missing or false, then there is something odd happening in your template options.
Thanks, Chris -- Chris Custine On August 17, 2014 at 9:00:18 PM, Sunil Shah (su...@mesosphere.io) wrote: Hey, We noticed that when calling destroyNodesMatching on Google Compute Engine, boot disks are left behind for the nodes created. Is this the default behaviour of JClouds? If so, is there any way to configure deletion of these disks when nodes are destroyed? Thanks, Sunil