Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge partition information from Blkid and lsblk #1800

Open
dsrivastavv opened this issue Mar 15, 2022 · 3 comments
Open

Merge partition information from Blkid and lsblk #1800

dsrivastavv opened this issue Mar 15, 2022 · 3 comments
Labels
good first issue simple issue to help onboard to LISA

Comments

@dsrivastavv
Copy link
Contributor

dsrivastavv commented Mar 15, 2022

lisa/lisa/tools/blkid.py

Lines 13 to 15 in 8fb99d0

class PartitionInfo(object):
# TODO: Merge with lsblk.PartitionInfo
def __init__(

Also see if there is some overlapping information from the mount command, and if mount can also be merged with these tools

@dsrivastavv dsrivastavv added the good first issue simple issue to help onboard to LISA label Mar 15, 2022
@snosratiershad
Copy link

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

@snosratiershad
Copy link

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue simple issue to help onboard to LISA
Projects
None yet
Development

No branches or pull requests

3 participants