]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
cephfs-journal-tool: pass local arg vector for Journal actions
authorVenky Shankar <vshankar@redhat.com>
Mon, 23 Jul 2018 06:30:47 +0000 (02:30 -0400)
committerVenky Shankar <vshankar@redhat.com>
Fri, 21 Sep 2018 10:09:39 +0000 (06:09 -0400)
commitd5e482a6c2782993e6e9903eb6f11f5ebe260925
tree90930390d66f9dcc7598411ad92a80c0b588adff
parentcb19db75c7f23278d2598b58526d1bf8bf00b679
cephfs-journal-tool: pass local arg vector for Journal actions

Some helper functions clobber the passed in arg vector. This
causes operations on all but the first rank to fail as the
operations for the first rank tampers with the arg vector.

Signed-off-by: Venky Shankar <vshankar@redhat.com>
src/tools/cephfs/JournalTool.cc