]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/rocksdb/util/status.cc
import 14.2.4 nautilus point release
[ceph.git] / ceph / src / rocksdb / util / status.cc
index 5b3dcf8e92e425f84eca90b6286004559770a1d7..c66bf6f8e163ba18b666de7c8cc14312da6970f3 100644 (file)
@@ -41,7 +41,8 @@ static const char* msgs[static_cast<int>(Status::kMaxSubCode)] = {
     "Deadlock",                                           // kDeadlock
     "Stale file handle",                                  // kStaleFile
     "Memory limit reached",                               // kMemoryLimit
-    "Space limit reached"                                 // kSpaceLimit
+    "Space limit reached",                                // kSpaceLimit
+    "No such file or directory",                          // kPathNotFound
 };
 
 Status::Status(Code _code, SubCode _subcode, const Slice& msg,