commit | 73a7e693f9da464b0df07643af3f8ffc04dcc0b5 | [log] [tgz] |
---|---|---|
author | Sage Weil <sage@newdream.net> | Mon Aug 02 11:00:55 2010 -0700 |
committer | Sage Weil <sage@newdream.net> | Mon Aug 02 11:10:07 2010 -0700 |
tree | 1e0e09dd0ee0390e4da8f2247187b283e48b228e | |
parent | 2d9c98ae97c18e8b1c363af6a2e51d5d9e8c5e04 [diff] |
ceph: fix decoding of pool snap info The pool info contains a vector for snap_info_t, not snap ids. This fixes the broken decoding, which would declare teh update corrupt when a pool snapshot was created. Signed-off-by: Sage Weil <sage@newdream.net>