Hey Chris, Thanks for the reply.
Looks like it is being set - so something must be failing to delete the disk. Is there an easy abstraction to delete disks via JClouds? We want to check we leave nothing behind when removing instances. Cheers, Sunil On Mon, Aug 18, 2014 at 8:10 AM, Chris Custine <chris.cust...@gmail.com> wrote: > 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 > >