]> git.proxmox.com Git - ceph.git/blame - ceph/src/test/test_backfill.sh
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / test / test_backfill.sh
CommitLineData
7c673cae
FG
1#!/bin/sh
2
3TEST_POOL=rbd
4
5./stop.sh
6CEPH_NUM_OSD=3 ./vstart.sh -d -n -x -o 'osd min pg log entries = 5'
7./rados -p $TEST_POOL bench 15 write -b 4096
8./ceph osd out 0
9 ./init-ceph stop osd.0
10 ./ceph osd down 0
11./rados -p $TEST_POOL bench 600 write -b 4096