yast / yast-storage-ng

Rewrite of https://github.com/yast/yast-storage
http://yast.github.io/
GNU General Public License v2.0
13 stars 19 forks source link

WIP: Storage Package Handling #1345

Closed shundhammer closed 1 year ago

shundhammer commented 1 year ago

Problem

For MicroOS which uses another storage proposal client, storage packages were not added to the package proposal, so features like multipath didn't work.

Fix

Factored out the storage package handling from inst_disk_proposal.rb to some common classes.

Now using a class method in PackageHandler to separate required and optional storage packages.

coveralls commented 1 year ago

Coverage Status

coverage: 97.753% (+0.001%) from 97.752% when pulling 75f1ca3b8a1cd1d9409bf017e792d77762cad350 on huha-pkg into c243464f4932eee869e5110060f425676ba8cf45 on master.

shundhammer commented 1 year ago

This is now superseded by #1346 .

Closing.