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

Initialize logging for commands #2288

Merged
merged 3 commits into from
May 10, 2024
Merged

Commits on May 10, 2024

  1. build: bump libnvme wrap

    Import nvme_init_default_logging.
    
    Signed-off-by: Daniel Wagner <dwagner@suse.de>
    igaw committed May 10, 2024
    Configuration menu
    Copy the full SHA
    56e10e6 View commit details
    Browse the repository at this point in the history
  2. nvme: use cleanup helper for nvme_root_t objects

    Use a cleanup helper for the nvme_root_t objects which simplifies the
    error paths and ensures we are always removing all the allocated
    resources.
    
    Signed-off-by: Daniel Wagner <dwagner@suse.de>
    igaw committed May 10, 2024
    Configuration menu
    Copy the full SHA
    4f599d7 View commit details
    Browse the repository at this point in the history
  3. nvme: initialize default library logging

    The library will only print errors unless we initialize default logging.
    By doing so, all nvme commands are enabled to also print debug
    information.
    
    Signed-off-by: Daniel Wagner <dwagner@suse.de>
    igaw committed May 10, 2024
    Configuration menu
    Copy the full SHA
    0774603 View commit details
    Browse the repository at this point in the history