Project

General

Profile

Actions

Bug #9920

closed

ceph-mon fails for Ubuntu 12.04 in mon.pp

Added by Nagamalleswararao Paritala about 9 years ago. Updated about 9 years ago.

Status:
Rejected
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Difficulty:
Triaged:
Fixed in Releases:
Found in Releases:

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.

Actions #1

Updated by Dominic Cleal about 9 years ago

  • Status changed from New to Rejected

This isn't part of Foreman, please file a bug report with the module maintainer.

Actions #2

Updated by Nagamalleswararao Paritala about 9 years ago

Okay. I raised it in puppet-ceph . Thanks.

Actions

Also available in: Atom PDF