We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I did the following commands. After executing the last command, the system stopped responding and died.
./bin/ceph osd pool create rbd 64 ./bin/ceph osd pool application enable rbd rbd ./bin/rbd pool init rbd ./bin/ceph auth get-or-create client.rbd mon 'allow *' osd 'allow *' //last command. ./bin/rbd create block-disk1 --size 10240 --image-feature layering --id rbd
Cephfs and object types are expected to be available for KVSSD. Is it possible to implement rbd on KVSSD?
I add the necessary information for debugging as follows:
Ubuntu 16.04 Server Linux london 4.13.15-041315-generic #201711211030 SMP Tue Nov 21 10:31:16 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
root@london:~# nvme list Node SN Model Namespace Usage Format FW Rev
/dev/nvme0n1 BTHH91840RAP512D INTEL SSDPEKKA512G8 1 512.11 GB / 512.11 GB 512 B + 0 B 006D /dev/nvme1n1 S4DRNY0KA00081 SAMSUNG MZQLB3T8HALS-000KV 1 15.39 MB / 3.84 TB 512 B + 0 B ETA51KBV /dev/nvme2n1 S4DRNY0KA00083 SAMSUNG MZQLB3T8HALS-000KV 1 0.00 B / 3.84 TB 512 B + 0 B ETA51KBV /dev/nvme3n1 S4DRNY0KA00082 SAMSUNG MZQLB3T8HALS-000KV 1 0.00 B / 3.84 TB 512 B + 0 B ETA51KBV /dev/nvme4n1 S4DRNY0KA00084 SAMSUNG MZQLB3T8HALS-000KV 1 0.00 B / 3.84 TB 512 B + 0 B ETA51KBV root@london:~#
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I did the following commands. After executing the last command, the system stopped responding and died.
./bin/ceph osd pool create rbd 64
./bin/ceph osd pool application enable rbd rbd
./bin/rbd pool init rbd
./bin/ceph auth get-or-create client.rbd mon 'allow *' osd 'allow *'
//last command.
./bin/rbd create block-disk1 --size 10240 --image-feature layering --id rbd
Cephfs and object types are expected to be available for KVSSD. Is it possible to implement rbd on KVSSD?
I add the necessary information for debugging as follows:
Ubuntu 16.04 Server
Linux london 4.13.15-041315-generic #201711211030 SMP Tue Nov 21 10:31:16 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
root@london:~# nvme list
Node SN Model Namespace Usage Format FW Rev
/dev/nvme0n1 BTHH91840RAP512D INTEL SSDPEKKA512G8 1 512.11 GB / 512.11 GB 512 B + 0 B 006D
/dev/nvme1n1 S4DRNY0KA00081 SAMSUNG MZQLB3T8HALS-000KV 1 15.39 MB / 3.84 TB 512 B + 0 B ETA51KBV
/dev/nvme2n1 S4DRNY0KA00083 SAMSUNG MZQLB3T8HALS-000KV 1 0.00 B / 3.84 TB 512 B + 0 B ETA51KBV
/dev/nvme3n1 S4DRNY0KA00082 SAMSUNG MZQLB3T8HALS-000KV 1 0.00 B / 3.84 TB 512 B + 0 B ETA51KBV
/dev/nvme4n1 S4DRNY0KA00084 SAMSUNG MZQLB3T8HALS-000KV 1 0.00 B / 3.84 TB 512 B + 0 B ETA51KBV
root@london:~#
The text was updated successfully, but these errors were encountered: