]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mon: use kill instead of pkill in osd-pool-create 985/head
authorLoic Dachary <loic@dachary.org>
Mon, 23 Dec 2013 12:10:18 +0000 (13:10 +0100)
committerLoic Dachary <loic@dachary.org>
Mon, 23 Dec 2013 12:10:18 +0000 (13:10 +0100)
commitd8512f193ce3e94775ca3862789ea8bfa9efa998
tree217fd7bbcce786f0948af5dc404b30a29f2dd860
parent1349ba894a9ec308111e62d1d7766352b13223e3
mon: use kill instead of pkill in osd-pool-create

The --pidfile option of pkill is not supported by all versions. Use kill
instead for compatibility. Instead of looping on : loop on sleep 1 so an
inifinite loop does is slower at filling the disk.

Signed-off-by: Loic Dachary <loic@dachary.org>
src/test/mon/osd-pool-create.sh