]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/mds/MDSTable.cc
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / mds / MDSTable.cc
index b0809f50e41d9d622afeb6da3f89c6e4b98df718..635e8bb5db1db6b69d1b2327bef5b07b1c24ea1e 100644 (file)
@@ -168,7 +168,7 @@ void MDSTable::load_2(int r, bufferlist& bl, Context *onfinish)
 {
   ceph_assert(is_opening());
   state = STATE_ACTIVE;
-  if (r == -EBLACKLISTED) {
+  if (r == -CEPHFS_EBLOCKLISTED) {
     mds->respawn();
     return;
   }