Created
September 4, 2014 19:06
-
-
Save carmstrong/cd31ee408860084a9970 to your computer and use it in GitHub Desktop.
ceph rbd error in container
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| root@deis-1:/# rbd create db --pool deis --size 4096 | |
| rbd: create error: 2014-09-04 19:05:44.677410 7f07cdab8780 -1 (17) File exists | |
| librbd: rbd image db already exists | |
| 2014-09-04 19:05:44.677410 7f07cdab8780 -1 librbd: rbd image db already exists | |
| root@deis-1:/# rbd info db | |
| rbd: error opening image 2014-09-04 19:05:47.894565 7f2621bcd780 -1 db: (2) No such file or directory | |
| librbd::ImageCtx: error finding header: (2) No such file or directory | |
| 2014-09-04 19:05:47.894565 7f2621bcd780 -1 librbd::ImageCtx: error finding header: (2) No such file or directory |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment