-
Notifications
You must be signed in to change notification settings - Fork 59
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
Error: "Disk 'rbd.esx' is not defined to the configuration" on "info" and "delete" commands #87
Comments
ricardoasmarques
added a commit
to ricardoasmarques/ceph-iscsi
that referenced
this issue
May 24, 2019
We are now using the format <pool>/<image> instead of <pool>.<image> Fixes: ceph#87 Signed-off-by: Ricardo Marques <rimarques@suse.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey guys,
thanks a ton for all your work on this fantastic project. I do love almost everything about how the iSCSI GW and it's API is designed.
The only issue I could find which kinda relates to my problem is in the old ceph-iscsi-cli project under ceph/ceph-iscsi-cli#108
OS/Kernel
TCMU Runner
NOTE: I was actually pulling my hair out a bit over this one because I didn't recognize that the tcmu-runner version that comes with Fedora 30 is still v1.1.3 which first was supplied with Fedora 26. Is that because of licensing changes for tcmu-runner?
So then I compiled from master to benefit from commits targeting performance and ESXi fixes and tcmu-runner should be v1.4.1+ but I used the
./make_runnerrpms.sh --without glfs --without qcow --without zbc --without fbo
script which callsgit describe --tags
and that only returns v1.4.0. Not sure why it doesn't return the v1.4.1 tag.The first time I ran into this, I compiled without any exclusion parameters with the same issue.
RTS Lib
Ceph iSCSI
ceph-iscsi is actually installed from recent master to benefit from post 3.0 fixes
Target CLI (this is not used in ceph-iscsi 3.0+ anymore right? Can I drop this from the requirements)
After creating an image in
gwcli
under /disks, issuing commands that require a image ID, likeinfo <image_id>
ordelete <image_id>
error out withDisk 'rbd.esx' is not defined to the configuration
anddisk name provided does not exist
Here is the output from
gwcli
Here is the output
from rbd info esx
I tried both the
gwcli
help text suggested format for the image id (rbd.esx) and the ID displayed byrbd info esx
which both result in the same errors.I know that I haven't defined any gateways or targets yet. I scrapped my old config in order to start clean and see if the issue still happens when I try these operations without any other config items like gateways or targets configured. It is the same behavior.
Thanks to anyone who takes a stab at this!
The text was updated successfully, but these errors were encountered: