# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Library Public License for more details.
#
-CEPH_HELPER_VERBOSE=false
TIMEOUT=120
PG_NUM=4
ceph_disk_args+=" --statedir=$dir"
ceph_disk_args+=" --sysconfdir=$dir"
ceph_disk_args+=" --prepend-to-path="
- $CEPH_HELPER_VERBOSE && ceph_disk_args+=" --verbose"
mkdir -p $osd_data
ceph-disk $ceph_disk_args \
ceph_disk_args+=" --statedir=$dir"
ceph_disk_args+=" --sysconfdir=$dir"
ceph_disk_args+=" --prepend-to-path="
- $CEPH_HELPER_VERBOSE && ceph_disk_args+=" --verbose"
local ceph_args="$CEPH_ARGS"
ceph_args+=" --osd-backfill-full-ratio=.99"
set -x
PS4='${FUNCNAME[0]}: $LINENO: '
- #CEPH_HELPER_VERBOSE=true
export PATH=:$PATH # make sure program from sources are prefered