Project

General

Profile

Actions

Bug #7103

closed

config: variable substitution happen only once

Added by Loïc Dachary over 10 years ago. Updated over 10 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
common
Target version:
-
% Done:

90%

Source:
Community (dev)
Tags:
Backport:
Regression:
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

In ceph.conf if

mon_host = localhost
keyring = $mon_host/$cluster.keyring,$mon_host/$cluster.mon.keyring

it will be expanded to

keyring = localhost/ceph.keyring,$mon_host/ceph.mon.keyring

instead of the expected

keyring = localhost/ceph.keyring,localhost/ceph.mon.keyring
Actions

Also available in: Atom PDF