• Ilya Dryomov's avatar
    rbd: get the latest osdmap when using an existing client · dd435855
    Ilya Dryomov authored
    Currently we request the latest osdmap only if ceph_pg_poolid_by_name()
    fails with -ENOENT.  This is effective with newly created pools, but we
    also want to avoid attempting to map from pools that were recently
    deleted and report "pool does not exist" instead.  (Such an attempt
    eventually fails in the OSD client after map check code kicks in, but
    the error message is confusing.)
    
    Request the latest osdmap unconditionally after bumping a ref on an
    existing client in rbd_client_find().
    Signed-off-by: default avatarIlya Dryomov <idryomov@gmail.com>
    dd435855
rbd.c 150 KB