1
0
mirror of https://github.com/ceph/ceph synced 2025-02-24 03:27:10 +00:00
ceph/qa/workunits/snaps/untar_snap_rm.sh

21 lines
341 B
Bash
Raw Normal View History

2010-06-08 05:18:59 +00:00
#!/bin/sh
set -e
ceph mds set allow_new_snaps --yes-i-really-mean-it
do_tarball() {
wget http://ceph.com/qa/$1
tar xvf$2 $1
mkdir .snap/k
sync
rm -rv $3
cp -av .snap/k .
rmdir .snap/k
rm -rv k
rm $1
}
2010-06-08 05:18:59 +00:00
do_tarball coreutils_8.5.orig.tar.gz z coreutils-8.5
do_tarball linux-2.6.33.tar.bz2 j linux-2.6.33