ungleich-tools/ceph-pool-create
Nico Schottelius 5ff9b7a985 ++ chmod
2018-02-18 17:20:03 +01:00

9 lines
125 B
Bash
Executable file

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