Skip to content

Instantly share code, notes, and snippets.

View Nebdir's full-sized avatar

Nebdir Nebdir

  • Germany
View GitHub Profile
@samos123
samos123 / export-image.sh
Created June 25, 2016 09:49
export images and volume snapshots from OpenStack Ceph RBD
#!/bin/bash
set -xe
imageid=$1
qemu-img convert -f raw -O qcow2 rbd:images/$imageid $imageid.qcow2