]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
PG: fix adjust_local_snaps bug
authorSamuel Just <samuel.just@dreamhost.com>
Tue, 18 Jan 2011 21:16:34 +0000 (13:16 -0800)
committerSamuel Just <samuel.just@dreamhost.com>
Tue, 18 Jan 2011 21:16:34 +0000 (13:16 -0800)
commit7e99efc421d6f6d1cc91cfa4617cfd1138853369
tree55ed8fc6d7e6af6ff1cc4e57bb5d598d350adceb
parent9e7a2b6376017de2db182c025b17f642d2c3a248
PG: fix adjust_local_snaps bug

current must be removed from to_remove in the loop for the loop to
terminate (and not cause a double erasure from snap_collections)!

Signed-off-by: Samuel Just <samuel.just@dreamhost.com>
src/osd/PG.cc