You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Today lszdev can either only list all ccw types and their devices:
lszdev
or only one specific type and its devices, like:
lszdev qeth
It would be desirable to support a (for example comma separated) list of (commonly used) types (to be able to filter out some not commonly used ones, like lcs and generic-ccw).
For example this could look like:
lszdev dasd,zfcp,qeth
(with the usual output that we already have today per type)
(A first attempt to introduce some kind of filtering was of course already made with dasd and zfcp.)
The text was updated successfully, but these errors were encountered:
Hi,
at the moment there are no resources on our side to implement such feature. However, if you want you can of course implement it yourself and provide a PR.
Thanks for pointing this our nonetheless.
Today lszdev can either only list all ccw types and their devices:
lszdev
or only one specific type and its devices, like:
lszdev qeth
It would be desirable to support a (for example comma separated) list of (commonly used) types (to be able to filter out some not commonly used ones, like lcs and generic-ccw).
For example this could look like:
lszdev dasd,zfcp,qeth
(with the usual output that we already have today per type)
(A first attempt to introduce some kind of filtering was of course already made with dasd and zfcp.)
The text was updated successfully, but these errors were encountered: