]> git.karo-electronics.de Git - karo-tx-linux.git/commit
rbd: use the correct length for format 2 object names
authorJosh Durgin <josh.durgin@inktank.com>
Thu, 13 Jun 2013 02:15:06 +0000 (19:15 -0700)
committerSage Weil <sage@inktank.com>
Thu, 13 Jun 2013 15:46:15 +0000 (08:46 -0700)
commit3a96d5cd7bdce45d5dded75c3a62d4fb98050280
tree0d0662e60f1640b40854c469bfba269624e0a467
parent3abef3b3585bbc67d56fdc9c67761a900fb4b69d
rbd: use the correct length for format 2 object names

Format 2 objects use 16 characters for the object name suffix to be
able to express the full 64-bit range of object numbers. Format 1
images only use 12 characters for this. Using 12-character names for
format 2 caused userspace and kernel rbd clients to read differently
named objects, which made an image written by one client look empty to
the other client.

CC: stable@vger.kernel.org # 3.9+
Reported-by: Chris Dunlop <chris@onthe.net.au>
Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
Reviewed-by: Sage Weil <sage@inktank.com>
drivers/block/rbd.c