mirror of
https://github.com/ceph/ceph
synced 2025-01-03 01:22:53 +00:00
qa/cephfs: don't pass args to destroy() in recreate()
In filesystem.py, don't set value of reset_obj_attrs to False. Fixes: https://tracker.ceph.com/issues/47526 Signed-off-by: Rishabh Dave <ridave@redhat.com>
This commit is contained in:
parent
989af0b7cf
commit
d7ec8d56aa
@ -616,7 +616,7 @@ class Filesystem(MDSCluster):
|
||||
self.data_pools = None
|
||||
|
||||
def recreate(self):
|
||||
self.destroy(reset_obj_attrs=False)
|
||||
self.destroy()
|
||||
|
||||
self.create()
|
||||
self.getinfo(refresh=True)
|
||||
|
Loading…
Reference in New Issue
Block a user