ec2-consistent-snapshot: New release 0.35

| 8 Comments

ec2-consistent-snapshot version 0.35 has been released on the Alestic PPA. This software is a wrapper around the EBS create-snapshot API call and can be used to help ensure that the file system and any MySQL database on the EBS volume are in a consistent state, suitable for restoring at a later time.

The most important change in this release is a fix for a defect that has been nagging many folks for months. In rare situations, the create-snapshot API call itself took longer than 10 seconds to return from the EC2 web service at Amazon. The software did not trap the alarm correctly and exited without unfreezing the XFS file system which forced us to add an awkward unfreeze command in all cron jobs.

Thanks to Mike Lawlor who tracked down and provided a patch for this bothersome bug.

Thanks also to Brian Smith, who provided a patch implementing an new --mysql-socket option that a few users had been wishing for.

And thanks to Kenny Gryp, who provided a patch to clean up an error message when both the --help and --xfs-filesystem options were specified.

To get the latest version of ec2-consistent-snapshot installed, then you should be able to upgrade from the Alestic PPA with:

sudo add-apt-repository ppa:alestic &&
sudo apt-get update &&
sudo apt-get install ec2-consistent-snapshot

New bugs in this software can be reported in launchpad at:

https://bugs.launchpad.net/ec2-consistent-snapshot

8 Comments

Hi Eric,

Thank you for your wonderful script.

Since I did the 0.35 upgrade, ec2-consistent-snapshot does not work anymore. We have the following error:

ec2-consistent-snapshot: ERROR: 501 Protocol scheme 'https' is not supported (Crypt::SSLeay or IO::Socket::SSL not installed)


It has been running fine for months on a unbuntu karmic box.

Bertrand

I don't know why that would suddenly change. Nothing to that effect was modified in this release. See if the following fixes the problem:

sudo apt-get install libcrypt-ssleay-perl

Had the same problem, sudo apt-get install libcrypt-ssleay-perl fixed it, thanks

masterkain: Thanks for confirming. To track this dependency, I've created bug https://bugs.launchpad.net/ec2-consistent-snapshot/+bug/658941

I am getting the same error that Bertrand got. I tried: sudo apt-get install libcrypt-ssleay-perl
but I failed with the following errors:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package libcrypt-ssleay-perl is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package libcrypt-ssleay-perl has no installation candidate

Any help is appreciated.

Joyo

Joyo: What Ubuntu release are you using? I just tested on a fresh Ubuntu 10.04 LTS Lucid and it worked well.

Will it work on other file systems like jfs, ext3 & ext4. I use raid10 using 8 * 1 TB of volume and looking for a way to take snapshot for all the volumes as backup purpose, OR is there any other way to take snapshot of volumes while RAID & services are up and running. I use jfs file system.

Please suggest.

Thanks in advance.
sdubey

sdubey:

ec2-consistent-snapshot can be used with any file system. Even if the file system does not support freezing, it tries to get it as consistent as possible (e.g., with sync). This may not be good enough for RAID consistency. Ext3 does not support freezing. Ext4 does support it if you have the correct kernel. You'll need to do some testing to see if your version is recent enough. I haven't used JFS in years and don't remember if it supports freezing. I'd welcome a patch to ec2-consistent-snapshot to support JFS.

Leave a comment

Ubuntu AMIs

Ubuntu AMIs for EC2:


More Entries

Ubuntu Developer Summit, May 2012 (Oakland)
I will be attending the Ubuntu Developer Summit (UDS) next week in Oakland, CA.  This event brings people from around…
Uploading Known ssh Host Key in EC2 user-data Script
The ssh protocol uses two different keys to keep you secure: The user ssh key is the one we normally…
Seeding Torrents with Amazon S3 and s3cmd on Ubuntu
Amazon Web Services is such a huge, complex service with so many products and features that sometimes very simple but…
CloudCamp
There are a number of CloudCamp events coming up in cities around the world. These are free events, organized around…
Use the Same Architecture (64-bit) on All EC2 Instance Types
A few hours ago, Amazon AWS announced that all EC2 instance types can now run 64-bit AMIs. Though t1.micro, m1.small,…
ec2-consistent-snapshot on GitHub and v0.43 Released
The source for ec2-conssitent-snapshot has historically been available here: ec2-consistent-snapshot on Launchpad.net using Bazaar For your convenience, it is now…
You Should Use EBS Boot Instances on Amazon EC2
EBS boot vs. instance-store If you are just getting started with Amazon EC2, then use EBS boot instances and stop…
Retrieve Public ssh Key From EC2
A serverfault poster had a problem that I thought was a cool challenge. I had so much fun coming up…
Running EC2 Instances on a Recurring Schedule with Auto Scaling
Do you want to run short jobs on Amazon EC2 on a recurring schedule, but don’t want to pay for…
AWS Virtual MFA and the Google Authenticator for Android
Amazon just announced that the AWS MFA (multi-factor authentication) now supports virtual or software MFA devices in addition to the…
Updated EBS boot AMIs for Ubuntu 8.04 Hardy on Amazon EC2 (2011-10-06)
Canonical has released updated instance-store AMIs for Ubuntu 8.04 LTS Hardy on Amazon EC2. Read Ben Howard’s announcement on the…
New Release of Alestic Git Server
New AMIs have been released for the Alestic Git Server. Major upgrade points include: Base operating system upgraded to Ubuntu…
Using ServerFault.com for Amazon EC2 Q&A
The Amazon EC2 Forum has been around since the beginning of EC2 and has always been a place where you…
Rebooting vs. Stop/Start of Amazon EC2 Instance
When you reboot a physical computer at your desk it is very similar to shutting down the system, and booting…
Upper Limits on Number of Amazon EC2 Instances by Region
[Update: As predicted, these numbers are already out of date and Amazon has added more public IP address ranges for…
Unavailable Availability Zones on Amazon EC2
I’m taking a class about using Chef with EC2 by Florian Drescher today and Florian mentioned that he noticed one…
Desktop AMI login security with NX
Update 2011-08-04: Amazon Security did more research and investigated the desktop AMIs. They have confirmed that their software incorrectly flagged…
Updated EBS boot AMIs for Ubuntu 8.04 Hardy on Amazon EC2
For folks still using the old, reliable Ubuntu 8.04 LTS Hardy from 2008, Canonical has released updated AMIs for use…
Creating Public AMIs Securely for EC2
Amazon published a tutorial about best practices in creating public AMIs for use on EC2 last week: How To Share…
Canonical Releases Ubuntu 11.04 Natty for Amazon EC2
As steady as clockwork, Ubuntu 11.04 Natty is released on the day scheduled at least eleven months ago; and thanks…