]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd/PG: initialize info_struct_v in ctor
authorSage Weil <sage@inktank.com>
Wed, 13 Feb 2013 05:20:20 +0000 (21:20 -0800)
committerSage Weil <sage@inktank.com>
Wed, 13 Feb 2013 05:20:20 +0000 (21:20 -0800)
commit9d6eccbff9fca901f1783aa3321c07118c3f8966
treec70f89fcefd20cb618adb33bb68140cabe078eff
parent977ba79b21ee096e3ffbc294c26cbaf4c55ceb53
osd/PG: initialize info_struct_v in ctor

Otherwise we randomly assert on the first write_info() for newly created
PGs.  Introduced by 188f3ea6867eeb6e950f6efed18d53ff17522bbc.

Signed-off-by: Sage Weil <sage@inktank.com>
src/osd/PG.cc