]> git.proxmox.com Git - ceph.git/blame - ceph/src/script/crash_bdev.sh
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / script / crash_bdev.sh
CommitLineData
11fdf7f2
TL
1#!/usr/bin/env bash
2set -ex
7c673cae
FG
3
4while true; do
5 ./ceph daemon osd.0 config set bdev_inject_crash 2
6 sleep 5
7 tail -n 1000 out/osd.0.log | grep bdev_inject_crash || exit 1
8 ./init-ceph start osd.0
9 sleep 20
10done