• Alex Elder's avatar
    rbd: do all argument parsing in one place · 0ddebc0c
    Alex Elder authored
    This patch makes rbd_add_parse_args() be the single place all
    argument parsing occurs for an image map request:
        - Move the ceph_parse_options() call into that function
        - Use local variables rather than parameters to hold the list
          of monitor addresses supplied
        - Rather than returning it, pass the snapshot name (and its
          length) back via parameters
        - Have the function return a ceph_options structure pointer
    Signed-off-by: default avatarAlex Elder <elder@inktank.com>
    Reviewed-by: default avatarJosh Durgin <josh.durgin@inktank.com>
    0ddebc0c
rbd.c 79.4 KB