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:
Rishabh Dave 2020-09-18 13:48:33 +05:30
parent 989af0b7cf
commit d7ec8d56aa

View File

@ -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)