]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
*** empty log message ***
authorsage <sage@29311d96-e01e-0410-9327-a35deaab8ce9>
Fri, 10 Jun 2005 18:20:30 +0000 (18:20 +0000)
committersage <sage@29311d96-e01e-0410-9327-a35deaab8ce9>
Fri, 10 Jun 2005 18:20:30 +0000 (18:20 +0000)
git-svn-id: https://ceph.svn.sf.net/svnroot/ceph@291 29311d96-e01e-0410-9327-a35deaab8ce9

ceph/mds/MDS.cc

index b37701f62a5e40d3b515723d6849873aebb30575..4d36d4efec64d5cb453ebc1e00add7c56915dc86 100644 (file)
@@ -456,6 +456,9 @@ void MDS::handle_client_mount(MClientMount *m)
                filer->mkfs(new C_MDS_Unpause(this));
                waiting_for_unpause.push_back(new C_MDS_RetryMessage(this, m));
                return;
+         } else {
+               // fake out idalloc (reset, pretend loaded)
+               mds->idalloc->reset();
          }
          
        }