]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
osd: clear hml
authorSage Weil <sage@newdream.net>
Mon, 19 May 2008 22:06:30 +0000 (15:06 -0700)
committerSage Weil <sage@newdream.net>
Mon, 19 May 2008 22:06:30 +0000 (15:06 -0700)
src/osd/OSD.cc

index fd79c1963fcf37c3c0f8aa7b0458674ba70880af..ba2e5dc9f0eee47ff7234c323640ca1df81ecc31 100644 (file)
@@ -1668,7 +1668,8 @@ void OSD::advance_map(ObjectStore::Transaction& t)
       } else {
        // i am now replica|stray.  we need to send a notify.
        pg->state_set(PG_STATE_STRAY);
-       
+       pg->have_master_log = false;
+
        if (nrep == 0) {
          // did they all shut down cleanly?
          bool clean = true;