Forums | Admin

Discussion Forums: help

Start New Thread Start New Thread

 

By: Frederic Donnat
RE: Bug in create snapshot (probably) [ reply ]  
2012-04-11 09:23
Hi,

Thanks for the update.

We have made the description a paremeter and add some constraints on it (the ones that AWS uses).

This will be included in newt release.

Regards
/fred

By: Miumum miumum
Bug in create snapshot (probably) [ reply ]  
2012-03-20 14:53
I am using Cloudy script ruby gem for copping snapshot to different region.
I found that I can not set custom description value of new snapshot in target zone. Description is alvays "Created by Cloudy_Scripts - copy_snapshot" even if i set "description" param.

Is possible to change line 186 in CloudyScripts-2.11.45/lib/scripts/ec2/copy_snapshot.rb

to @context[:new_snapshot_id] = create_snapshot(@context[:target_volume_id], @context[:description]) ?

Thank you for replay.