Skip to content

Commit

Permalink
fix(LargeBlock): add largeblock to gc
Browse files Browse the repository at this point in the history
Signed-off-by: Damien Thenot <[email protected]>
  • Loading branch information
Nambrok committed Feb 22, 2024
1 parent f69ebe4 commit 767e956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/cleanup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3431,7 +3431,7 @@ def normalizeType(type):
type = SR.TYPE_LVHD
if type in [
"ext", "nfs", "ocfsoiscsi", "ocfsohba", "smb", "cephfs", "glusterfs",
"moosefs", "xfs", "zfs"
"moosefs", "xfs", "zfs", "largeblock"
]:
type = SR.TYPE_FILE
if type in ["linstor"]:
Expand Down

0 comments on commit 767e956

Please sign in to comment.