-
Notifications
You must be signed in to change notification settings - Fork 498
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
incorrect error message for file not found #2109
Milestone
Comments
This issue needs to improve fs_size function (in libfs.sh) to return the message size in a variable so it can be send to oned as part of the response message. Currently is only sent to error stream and so only visible in oned.log. Command manager expects the error information enclosed in the ERROR_OPEN/CLOSE tags. See GenericCommand::get_error_message in DriverExecHelper |
vholer
pushed a commit
that referenced
this issue
Jun 26, 2018
vholer
pushed a commit
that referenced
this issue
Jun 26, 2018
rsmontero
pushed a commit
that referenced
this issue
Jun 28, 2018
rsmontero
pushed a commit
that referenced
this issue
May 31, 2022
rsmontero
pushed a commit
that referenced
this issue
Jul 27, 2022
1gramos
added a commit
to OpenNebula/docs
that referenced
this issue
Feb 4, 2025
OpenNebula/one#6547, OpenNebula/one#6741, OpenNebula/one#6583, OpenNebula/one#2109 Signed-off-by: Guillermo Ramos <[email protected]>
2 tasks
rsmontero
pushed a commit
to OpenNebula/docs
that referenced
this issue
Feb 4, 2025
OpenNebula/one#6547, OpenNebula/one#6741, OpenNebula/one#6583, OpenNebula/one#2109 Signed-off-by: Guillermo Ramos <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug Report
Version of OpenNebula
Probably all
Component
Description
The following error is given when trying to import an image with an incorrect filename
"[ImageAllocate] Cannot parse image SIZE:"
Expected Behavior
Report that the file isnt there
Actual Behavior
The underlying errors are not correctly handled / passed upwards
There is no check if the file exists prior to scanning its size
How to reproduce
Import an image, give incorrect name
The text was updated successfully, but these errors were encountered: