Skip to content

Commit

Permalink
complete scan_disks() transition to Disk type internally rockstor#2824
Browse files Browse the repository at this point in the history
 By working directly with the Disk namedtuple we gain readability
 and the advantages of an immutable type: i.e. more explicit where
 writes/changes happen due to requirement to use ._replace(). We
 also require less type transitions.
  • Loading branch information
phillxnet committed Mar 30, 2024
1 parent a6f9e1b commit a387b6e
Showing 1 changed file with 101 additions and 125 deletions.
Loading

0 comments on commit a387b6e

Please sign in to comment.