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

nbd-client: Exit with error code other than EXIT_FAILURE #171

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Sep 29, 2024

  1. nbd-client: Exit with error code other than EXIT_FAILURE

    When nbd-client tries to connect to nbd device, it talks to kernel
    via netlink. If the nbd device is taken and locked by other process
    like systemd-udevd, kernel will return EBUSY to nbd client. However,
    nbd client just hide this error code with error message to check
    dmesg logs.
    
    Checking the dmesg logs is error-prone and not friendly for other
    caller program. Instead, nbd-client should return the error code
    to the caller to handle it properly.
    
    Signed-off-by: Lin Liu <[email protected]>
    liulinC committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    85f998a View commit details
    Browse the repository at this point in the history