commit | efd7576b2392cc5a0934352936d793e8884c46bf | [log] [tgz] |
---|---|---|
author | Sage Weil <sage@newdream.net> | Wed Mar 17 10:05:28 2010 -0700 |
committer | Sage Weil <sage@newdream.net> | Tue Mar 23 07:46:57 2010 -0700 |
tree | 4a45863267977b47b6e712987119af8a0a9a8581 | |
parent | 80fc7314a7e26e8d2e4ba5b3d8cc2d4aeb750015 [diff] |
ceph: fix pg pool decoding from incremental osdmap update The incremental map decoding of pg pool updates wasn't skipping the snaps and removed_snaps vectors. This caused osd requests to stall when pool snapshots were created or fs snapshots were deleted. Use a common helper for full and incremental map decoders that decodes pools properly. Signed-off-by: Sage Weil <sage@newdream.net>