mirror of
https://github.com/ceph/ceph
synced 2024-12-26 21:43:10 +00:00
Merge pull request #1106 from ceph/wip-flake8
fix flake8 errors Reviewed-by: Samuel Just <sjust@redhat.com>
This commit is contained in:
commit
31d781958e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user