]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph-disk-activate: don't override default or configured osd journal path
authorSage Weil <sage@inktank.com>
Tue, 12 Mar 2013 04:14:53 +0000 (21:14 -0700)
committerSage Weil <sage@inktank.com>
Tue, 12 Mar 2013 04:14:53 +0000 (21:14 -0700)
There is no reason not to rely on the default or obey any configured
value here.

Fixes: #4031
Signed-off-by: Sage Weil <sage@inktank.com>
src/ceph-disk-activate

index 1eb696490e3927d715e7ca28231a4a9a527b5228..75d745bfcac2823b47a439c37820eecc7994ff76 100755 (executable)
@@ -234,7 +234,6 @@ def mkfs(
             '-i', osd_id,
             '--monmap', monmap,
             '--osd-data', path,
-            '--osd-journal', os.path.join(path, 'journal'),
             '--osd-uuid', fsid,
             '--keyring', os.path.join(path, 'keyring'),
             ],