]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
cephfs/filesystem: remove unused var
authorJosh Durgin <jdurgin@redhat.com>
Thu, 28 Jul 2016 21:45:25 +0000 (14:45 -0700)
committerJosh Durgin <jdurgin@redhat.com>
Thu, 28 Jul 2016 21:45:25 +0000 (14:45 -0700)
flake8 passes now

Signed-off-by: Josh Durgin <jdurgin@redhat.com>
tasks/cephfs/filesystem.py

index 946550a3e4680692b0d669311f8d19438bac3466..4f7868c9eee9980eb1043834b479227231e86fff 100644 (file)
@@ -523,7 +523,6 @@ class Filesystem(MDSCluster):
         Retrieve an object from the metadata pool and store it in a file.
         """
         temp_bin_path = '/tmp/' + object_id + '.bin'
-        object_type = "InoTable"
 
         self.client_remote.run(args=[
             'sudo', os.path.join(self._prefix, 'rados'), '-p', self.metadata_pool_name, 'get', object_id, temp_bin_path