]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mon: do not pollute directory with cvs files from crushtool
authorLoic Dachary <ldachary@redhat.com>
Fri, 27 Feb 2015 15:15:57 +0000 (16:15 +0100)
committerLoic Dachary <ldachary@redhat.com>
Mon, 2 Mar 2015 10:09:28 +0000 (11:09 +0100)
commit7e89f51d8fc4062d92bcfed0b92a0fc0915e50fc
tree89320003e75ba2cbcb46894e60c0eb5e7d7fb63c
parent6d0c464897d1b4d43aaa73a9150981fc3f0a6b74
mon: do not pollute directory with cvs files from crushtool

The --output-csv option to crushtool will create files in the current
directory of the monitor. The only reason for using it is because
crushtool requires at least one option for display. Relax this
constraint in crushtool and remove the option from the call made by the
monitor to validate a new crushmap.

Signed-off-by: Loic Dachary <ldachary@redhat.com>
src/crush/CrushTester.cc
src/tools/crushtool.cc