commit | 71f293e26e760c4151e00b8f611e67da222f89c7 | [log] [tgz] |
---|---|---|
author | Alex Elder <elder@inktank.com> | Fri Apr 26 09:43:48 2013 -0500 |
committer | Sage Weil <sage@inktank.com> | Wed May 01 21:19:43 2013 -0700 |
tree | 4aaba60885537a3b39a10afb0e367f7b747eca66 | |
parent | 9f5dffdc8f5dbc16493566b6aac59f275d5cb3f9 [diff] |
rbd: rename rbd_dev_probe() Rename rbd_dev_probe() to be rbd_dev_image_probe(). Its purpose will eventually be to probe for the existence of a valid rbd image for the rbd device--focusing only on the ceph side and not the Linux device side of initialization. For now the two "sides" are not fully separated, and this function is still the entry point for initializing the full rbd device. Signed-off-by: Alex Elder <elder@inktank.com> Reviewed-by: Josh Durgin <josh.durgin@inktank.com>