Begin script for creating pools
This commit is contained in:
parent
fadeabe1af
commit
de35836d2a
1 changed files with 9 additions and 0 deletions
9
ceph-pool-create
Normal file
9
ceph-pool-create
Normal 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
|
Loading…
Reference in a new issue