Skip to content

Commit

Permalink
Merge pull request #1540 from Deixx/metadata-init-remove
Browse files Browse the repository at this point in the history
Remove metadata_size_on_disk from Cache init
  • Loading branch information
katlapinka authored Sep 30, 2024
2 parents 5feb927 + 5d10c51 commit d52ba36
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/functional/api/cas/cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ def __init__(self, device: Device, cache_id: int = None) -> None:
self.cache_device = device
self.cache_id = cache_id if cache_id else self.__get_cache_id()
self.__cache_line_size = None
self.metadata_size_on_disk = self.get_metadata_size_on_disk()

def __get_cache_id(self) -> int:
device_path = self.__get_cache_device_path()
Expand Down

0 comments on commit d52ba36

Please sign in to comment.