X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fceph%2Fsrc%2Ftools%2Frbd_recover_tool%2FFAQ;fp=src%2Fceph%2Fsrc%2Ftools%2Frbd_recover_tool%2FFAQ;h=0000000000000000000000000000000000000000;hb=7da45d65be36d36b880cc55c5036e96c24b53f00;hp=1655e8530413c3df74eed0a2a4021cb0b05d5458;hpb=691462d09d0987b47e112d6ee8740375df3c51b2;p=stor4nfv.git diff --git a/src/ceph/src/tools/rbd_recover_tool/FAQ b/src/ceph/src/tools/rbd_recover_tool/FAQ deleted file mode 100644 index 1655e85..0000000 --- a/src/ceph/src/tools/rbd_recover_tool/FAQ +++ /dev/null @@ -1,16 +0,0 @@ -# author: min chen(minchen@ubuntukylin.com) 2014 2015 - -1. error "get_image_metadata_v2: no meta_header_seq input" -cause: - database is old, refresh database -solution: - ./rbd-recover-tool database - -2. Error initializing leveldb: IO error: lock /var/lib/ceph/osd/ceph-0/current/omap/LOCK: Resource temporarily unavailable - ERROR: error flushing journal /var/lib/ceph/osd/ceph-0/journal for object store /var/lib/ceph/osd/ceph-0: (1) Operation not permitted -cause: - when ./rbd-recover-tool database is interrupted , but command has been sent to each osd node, and there is a process reading leveldb and it is LOCKED - if run ./rbd-recover-tool database again, all command are sent to osd nodes again, while previous process is locking leveldb, so all new command - are failed. -solution: - wait until all previous command finished.