-
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
rbd-target-api fails to create disk for existing image #198
Comments
The error says that "Image features are not supported" -- so what features are/are not enabled on that image? |
I had no idea, the error message should have listed the features that were required, but not there in the pool/image. https://github.com/ceph/ceph-iscsi/blob/master/ceph_iscsi_config/lun.py#L642-L645 The unsupported features list is empty. FWIW, looking at the code, I was able to see that the required feature list is a single entry here: That says the image must contain the feature of exclusive lock. Nowhere in the docs is that stated as being so:
|
This is an open-source project: please feel free to open a PR to improve the product. |
/assign |
The interest thing is that I can not reproduce this bug now :-) |
I'm trying to export an already existing image with gwcli.
When I try and create the disk in gwcli I get an error of
And the rbd-target-api.log has a weird error
The /var/log/rbd-target-api.log
The text was updated successfully, but these errors were encountered: