Created
July 30, 2018 15:00
-
-
Save rtnpro/05764f357c94ed22a2b49e6bdcd8b86d to your computer and use it in GitHub Desktop.
Rook ceph operator logs
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
| 2018-07-30 14:56:58.630405 I | exec: Running command: ceph osd crush dump --cluster=rook-ceph --conf=/var/lib/rook/rook-ceph/rook-ceph.config --keyring=/var/lib/rook/rook-ceph/client.admin.keyring --format json --out-file /tmp/492336152 | |
| 2018-07-30 14:57:09.403105 I | op-pool: creating pool defaultpool in namespace rook-ceph | |
| 2018-07-30 14:57:09.403273 I | exec: Running command: ceph osd erasure-code-profile get default --cluster=rook-ceph --conf=/var/lib/rook/rook-ceph/rook-ceph.config --keyring=/var/lib/rook/rook-ceph/client.admin.keyring --format json --out-file /tmp/256001290 | |
| 2018-07-30 14:57:24.301644 I | exec: Running command: ceph osd erasure-code-profile set defaultpool_ecprofile k=2 m=1 plugin=jerasure technique=reed_sol_van crush-root=default --cluster=rook-ceph --conf=/var/lib/rook/rook-ceph/rook-ceph.config --keyring=/var/lib/rook/rook-ceph/client.admin.keyring --format json --out-file /tmp/718871265 | |
| 2018-07-30 14:57:33.800408 I | exec: Running command: ceph osd pool create defaultpool 0 erasure defaultpool_ecprofile --cluster=rook-ceph --conf=/var/lib/rook/rook-ceph/rook-ceph.config --keyring=/var/lib/rook/rook-ceph/client.admin.keyring --format json --out-file /tmp/526147276 | |
| 2018-07-30 14:57:43.598549 I | exec: pool 'defaultpool' created | |
| 2018-07-30 14:57:43.598834 I | exec: Running command: ceph osd pool set defaultpool allow_ec_overwrites true --cluster=rook-ceph --conf=/var/lib/rook/rook-ceph/rook-ceph.config --keyring=/var/lib/rook/rook-ceph/client.admin.keyring --format json --out-file /tmp/142720478 | |
| 2018-07-30 14:58:01.306029 I | exec: Error EINVAL: pool must only be stored on bluestore for scrubbing to work: osd.2 uses filestore | |
| 2018-07-30 14:58:01.306184 E | op-pool: failed to create pool defaultpool. failed to create pool defaultpool. failed to allow EC overwrite for pool defaultpool. failed to set pool property allow_ec_overwrites on pool defaultpool, exit status 22 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment