ceph / ceph/puppet-ceph

ceph-mon fails for Ubuntu 12.04 in mon.pp

Open
#3 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Ruby
Stars
17
Forks
14
PR merge metrics
No merged PRs in 30d

Description

Below code in /etc/puppet/modules/ceph/manifests/mon.pp file fails for Ubuntu 12.04 .

mon_data=\$(ceph-mon ${cluster_option} --id ${id} --show-config-value mon_data)
if [ ! -d \$mon_data ] ; then
mkdir -p \$mon_data
if ceph-mon ${cluster_option} \
${public_addr_option} \
--mkfs \
--id ${id} \
--keyring ${keyring_path} ; then
touch \$mon_data/done \$mon_data/${init} \$mon_data/keyring
else
rm -fr \$mon_data
fi
fi

"ceph-mon ${cluster_option} --id ${id} --show-config-value mon_data" this line fails with Usage error.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.