A patch of the Snooze system has been released under the 2.1.1 tag.
Changelog:
* snoozeec2 : fix compatibily with euca2ools.
* snoozecommon/snoozenode : fix migration issue when using backing file stored locally in local controller.
* snooze-capistrano : remove maint-2.1.0 and v2.1.0 stage. Introduce latest stage.
Euca2ools compatibility
You can now use a subset of the euca2ools commands to interract with Snooze. Supported commands are :
euca-describe-images
euca-describe-instances
euca-describe-run-instances
euca-describe-terminate-instances
euca-describe-reboot-instances
Migration fix
In 2.1.0 with backing disk parameter, migration was only possible when master file and virtual machine disk images were located in a shared directory. Now you can migrate virtual machine even if the virtual machine disk is local to the node. The master file must still reside on a shared directory.
Full disk migration will be investigate for the next release.
Snooze capistrano
We remove the stages v2.1.0 and maint2.1.0 and introduce an abstract stage : latest (alias to 2.1.1 here). It will lead to a better maintainability of the script.
Some output has been improved aswell.