Skip to content

Commit

Permalink
Clarification comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ancorgs committed Sep 12, 2024
1 parent 28fd260 commit 722b240
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/lib/y2storage/free_disk_space.rb
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,10 @@ def exists?

# Whether the region belongs to a partition that is going to be reused
#
# This only makes sense in the case of DASD devices with an implicit partition table,
# partitions are never deleted there, but 'reused' (nothing to do with the 'reuse' flag of
# planned devices).
#
# @return [Boolean]
def reused_partition?
return false if growing?
Expand Down

0 comments on commit 722b240

Please sign in to comment.