From 73c695c9e2babd0b461213a385f8cf7856e0be7e Mon Sep 17 00:00:00 2001 From: Mike Brown Date: Tue, 11 Oct 2016 11:46:02 -0500 Subject: [PATCH] Mention make docs. Signed-off-by: Mike Brown --- README.md | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/README.md b/README.md index 76eb3ddc..9ec889b2 100644 --- a/README.md +++ b/README.md @@ -123,23 +123,6 @@ $ ocic pod create --config test/testdata/sandbox_config.json ``` # ocic ctr list ``` -#### Recovery from errors -Information about created pods is stored here `/var/lib/ocid/sandboxes`. -Currently, this information can get out of sync causing errors such as: -``` -$ ocic pod list -FATA[0000] listing pod sandboxes failed: rpc error: code = 2 desc = error -getting container state for default-foo-0-infra: exit status 1: [] -``` -While we are working on resolving these issues you may need to remove sandboxes -manually: -``` -$ cd /var/lib/ocid/sandboxes -$ ls -e00dea37fb97506c8de456fcd3b7d238e4176107ab84043e32319ee00ecb3e74 -$ rm -drf e00dea37fb97506c8de456fcd3b7d238e4176107ab84043e32319ee00ecb3e74 -``` -Then restart your cri-o server. ### Current Roadmap