On Sat, Jul 30, 2016 at 1:11 AM, Victor Payno <vpayno@xxxxxxxxxx> wrote: > Thanks for the info on the 510 snapshot per rbd kernel limit. > > We're also wondering what the rbd metadata limits might be. Are the > metadata key and value size limitations listed anywhere? > > We're planning on using key names with 64 characters (the same string > as the snapshot name) with a string json payload in the value field. > > So on on an rbd with with 100 snapshots, we would also have 100 > metadata key/value pairs. The value/data would probably be at least > 100 characters per key. Those key/value numbers are reasonable. I don't think there are any particular librbd-imposed limits: image metadata is stored as omap on the header object, so anything that could be stored in omap is fine. The kernel client doesn't care. Contrary to the snapshot info, image metadata is never accessed. Thanks, Ilya -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html