Begin script for creating pools

This commit is contained in:
Nico Schottelius 2018-02-16 23:50:07 +01:00
parent fadeabe1af
commit de35836d2a

9
ceph-pool-create Normal file
View file

@ -0,0 +1,9 @@
#!/bin/sh
pool=$1; shift
echo "This script is not finished to create pool $pool"
exit 1
ceph osd pool application enable