Bug #1113
rdir is not set correctly for the mons
% Done:
0%
Source:
Tags:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature:
Description
In mkcephfs, rdir is used to keep the config in for remote hosts, and dir is used for localhost. However, when bootstrapping the mon on the local machine, rdir is defined incorrectly with the remote dir, even for the localhost.
Verified in master, src/mkcephfs.in, and a quick fix is added, which worked for me.
Associated revisions
mkcephfs: set rdir for local mon setup
Fixes: #1113
Reported-by: Bernard Grymonpon <bernard@openminds.be>
Signed-off-by: Sage Weil <sage@newdream.net>
History
#1 Updated by Sage Weil over 9 years ago
- Status changed from New to Resolved
- Target version set to v0.29
Fixed in stable branch. BTW in the future please add a Signed-off-by to your patches... see SubmittingPatches file in ceph.git.
Thanks!