Skip to content
  • Kevin Wolf's avatar
    eed8b691
    qemu-storage-daemon: Add --nbd-server option · eed8b691
    Kevin Wolf authored
    
    
    Add a --nbd-server option to qemu-storage-daemon to start the built-in
    NBD server right away. It maps the arguments for nbd-server-start to the
    command line, with the exception that it uses SocketAddress instead of
    SocketAddressLegacy: New interfaces shouldn't use legacy types, and the
    additional nesting would be nasty on the command line.
    
    Example (only with required options):
    
        --nbd-server addr.type=inet,addr.host=localhost,addr.port=10809
    
    Signed-off-by: default avatarKevin Wolf <kwolf@redhat.com>
    Message-Id: <20200224143008.13362-10-kwolf@redhat.com>
    Acked-by: default avatarStefan Hajnoczi <stefanha@redhat.com>
    Signed-off-by: default avatarKevin Wolf <kwolf@redhat.com>
    eed8b691
    qemu-storage-daemon: Add --nbd-server option
    Kevin Wolf authored
    
    
    Add a --nbd-server option to qemu-storage-daemon to start the built-in
    NBD server right away. It maps the arguments for nbd-server-start to the
    command line, with the exception that it uses SocketAddress instead of
    SocketAddressLegacy: New interfaces shouldn't use legacy types, and the
    additional nesting would be nasty on the command line.
    
    Example (only with required options):
    
        --nbd-server addr.type=inet,addr.host=localhost,addr.port=10809
    
    Signed-off-by: default avatarKevin Wolf <kwolf@redhat.com>
    Message-Id: <20200224143008.13362-10-kwolf@redhat.com>
    Acked-by: default avatarStefan Hajnoczi <stefanha@redhat.com>
    Signed-off-by: default avatarKevin Wolf <kwolf@redhat.com>
Loading