-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
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
Adding RBD disk with ValueError: No JSON object could be decoded #113
Comments
The rbd image addition to tcmu-runner failed. Whats in /var/log/tcmu-runner.log and the kernel log at this time? |
And what kernel version is this with? |
When I use And I get following error in
|
Does your version of tcmu-runner have this patch open-iscsi/tcmu-runner@897242e 1.3.0-rc3 and newer will have it. |
Yes, I use the newest tcmu-runner-1.3.0-rc4. |
All packages are the newest release versions: |
The image name should be open-iscsi/tcmu-runner#335 (comment) |
You need to use the ceph-iscsi-config from GitHub master. It has this patch: ceph/ceph-iscsi-config@5d8396b which 2.3 does not. |
Thanks! |
After creating iSCSI gateways successfully, I add RBD disk by using
Then, I got the following error
The rbd-target-api daemon is
And the log file: /var/log/rbd-target-api.log
And I tried
touch
a new file in/sys/kernel/config/target/
, but I failed.What is it? How could I solve the problem? Thanks!
The text was updated successfully, but these errors were encountered: