]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph_fuse: Adding CEPH_FUSE_NO_MDS_UP flag
authorYuan Zhou <yuan.zhou@intel.com>
Tue, 25 Aug 2015 08:26:34 +0000 (16:26 +0800)
committerYuan Zhou <yuan.zhou@intel.com>
Sat, 29 Aug 2015 09:24:12 +0000 (17:24 +0800)
Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>
src/client/Client.h

index 78a2da7ee04a86fb13188e307a5eeff1ab685274..d8f2dc1d269b430cbc35d1bc89b1d5c7cb24d598 100644 (file)
@@ -96,6 +96,8 @@ struct CommandOp
   std::string  *outs;
 };
 
+/* error code for ceph_fuse */
+#define CEPH_FUSE_NO_MDS_UP    -(1<<2) /* no mds up deteced in ceph_fuse */
 
 // ============================================
 // types for my local metadata cache