-
Notifications
You must be signed in to change notification settings - Fork 493
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
Locked VM by Admin may unlock by User #6022
Milestone
Comments
rsmontero
pushed a commit
to OpenNebula/docs
that referenced
this issue
Jan 4, 2023
rsmontero
pushed a commit
to OpenNebula/docs
that referenced
this issue
Jan 4, 2023
(cherry picked from commit f75eb63)
rsmontero
pushed a commit
to OpenNebula/docs
that referenced
this issue
Jan 4, 2023
(cherry picked from commit f75eb63)
rsmontero
pushed a commit
to OpenNebula/docs
that referenced
this issue
Jan 4, 2023
(cherry picked from commit f75eb63)
rsmontero
pushed a commit
that referenced
this issue
Jan 6, 2023
rsmontero
pushed a commit
that referenced
this issue
Mar 1, 2023
feldsam
pushed a commit
to FELDSAM-INC/one
that referenced
this issue
Nov 4, 2024
* This commit syncs oned and API specification for the ALL flag. The internal defines were not consistent with the API specification.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Locked VM by Admin may unlock by User, but if simple unlock VM return error:"[one.vm.unlock] Cannot unlock: Lock is owned by another user"
To Reproduce
onevm lock <VM_ID>
onevm unlock <VM_ID> --user oneuser --password onepassword
onevm lock <VM_ID> --user oneuser --password onepassword
onevm unlock <VM_ID> --user oneuser --password onepassword
Expected behavior
A lock set by an administrator should not be overwritten by a user lock and removed later by user.
Details
Additional context
Add any other context about the problem here.
Progress Status
The text was updated successfully, but these errors were encountered: