]> git.proxmox.com Git - ceph.git/blame - ceph/qa/workunits/suites/bonnie.sh
update sources to v12.1.1
[ceph.git] / ceph / qa / workunits / suites / bonnie.sh
CommitLineData
7c673cae
FG
1#!/bin/bash
2
3set -e
4
5bonnie_bin=`which bonnie++`
6[ $? -eq 1 ] && bonnie_bin=/usr/sbin/bonnie++
7
8uid_flags=""
9[ "`id -u`" == "0" ] && uid_flags="-u root"
10
11$bonnie_bin $uid_flags -n 100