]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
tools/cephfs: fix tmap_upgrade 8128/head
authorJohn Spray <john.spray@redhat.com>
Tue, 15 Mar 2016 14:58:27 +0000 (14:58 +0000)
committerJohn Spray <john.spray@redhat.com>
Tue, 15 Mar 2016 15:00:15 +0000 (15:00 +0000)
commitc287d79f68e212c77d5a6a3dc21695546abeccc0
tree8d09127738d03ee93e7c1b452447d91ca5433e07
parent41cf56062ba83f36fda5959bddd7697423b24751
tools/cephfs: fix tmap_upgrade

Move it up to handle the command before we try
and initialize DataScan::driver, because drivers
require a target filesystem, and that doesn't
apply to this command.

Fixes: #15135
Signed-off-by: John Spray <john.spray@redhat.com>
src/tools/cephfs/DataScan.cc