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