]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/pybind/mgr/volumes/fs/volume.py
update ceph source to reef 18.2.1
[ceph.git] / ceph / src / pybind / mgr / volumes / fs / volume.py
index 99764bfcfd2c31c8a87cace688c71584f662d369..5c6642444b116b2f4b4f4cc109c3a356ee5190f7 100644 (file)
@@ -152,7 +152,7 @@ class VolumeClient(CephfsClient["Module"]):
                                          cephfs.AT_SYMLINK_NOFOLLOW)
 
                     usedbytes = st['size']
-                    vol_info_dict = get_pending_subvol_deletions_count(path)
+                    vol_info_dict = get_pending_subvol_deletions_count(fs_handle, path)
                     if human_readable:
                         vol_info_dict['used_size'] = mgr_util.format_bytes(int(usedbytes), 5)
                     else: