microsoft / lisa

LISA is developed and maintained by Microsoft, to empower Linux validation.
https://aka.ms/lisa
MIT License
204 stars 172 forks source link

Merge partition information from Blkid and lsblk #1800

Open dsrivastavv opened 2 years ago

dsrivastavv commented 2 years ago

https://github.com/microsoft/lisa/blob/8fb99d06b1848f2aebb734743bdead7bbc7df7fc/lisa/tools/blkid.py#L13-L15 Also see if there is some overlapping information from the mount command, and if mount can also be merged with these tools

snosratiershad commented 2 years ago

Hi @somil55, I'm going to work on this issue.

snosratiershad commented 2 years ago

Where is the best location to merge blkid.PartitionInfo, lsblk.PartitionInfo and mount.PartitionInfo to?, for example in a single place like lisa.schema? or duplicated on each of this files?

shivamdurgbuns commented 1 year ago

Hello @somil55, Is this issue still relevant? Can I work on this?