commit | d22f76e703040c2cc4ad13dd7747845b9844d360 | [log] [tgz] |
---|---|---|
author | Alex Elder <elder@inktank.com> | Thu Jul 12 10:46:35 2012 -0500 |
committer | Sage Weil <sage@inktank.com> | Mon Jul 30 09:30:01 2012 -0700 |
tree | 04ba194b517ed79350dffc461a93a98591f98998 | |
parent | 9bb2f334b9b5f2eb6030b7988b7f2302c3115bbb [diff] |
rbd: dynamically allocate pool name There is no need to impose a small limit the length of the pool name recorded for an rbd image in a struct rbd_device. Remove the limitation by allocating space for the pool name ynamically. Signed-off-by: Alex Elder <elder@inktank.com> Reviewed-by: Josh Durgin <josh.durgin@inktank.com>