-
Notifications
You must be signed in to change notification settings - Fork 159
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
Session rename
, commit
CLI commands not working due to invalid initialization
#3202
Comments
jopemachine
changed the title
session rename command not working
Session Dec 5, 2024
rename
CLI command not working
jopemachine
added
comp:cli
Related to CLI component
type:bug
Reports about that are not working
labels
Dec 5, 2024
This is ultimately related to a missing async attribute population after creating |
jopemachine
changed the title
Session
Session Dec 6, 2024
rename
CLI command not workingrename, commit
CLI command not working
I have confirmed that the
|
jopemachine
changed the title
Session
Session Dec 6, 2024
rename, commit
CLI command not workingrename
, commit
CLI commands not working due to invalid initialization
Merged
3 tasks
jopemachine
changed the title
Session
Session Dec 27, 2024
rename
, commit
CLI commands not working due to invalid initializationrename
, commit
, set-priority
CLI commands not working due to invalid initialization
jopemachine
changed the title
Session
Session several CLI commands not working due to invalid initialization
Dec 30, 2024
rename
, commit
, set-priority
CLI commands not working due to invalid initialization
jopemachine
changed the title
Session several CLI commands not working due to invalid initialization
Session Jan 3, 2025
rename
, commit
CLI commands not working due to invalid initialization
jopemachine
removed
type:bug
Reports about that are not working
comp:cli
Related to CLI component
labels
Jan 3, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What Operating System(s) are you seeing this problem on?
Linux (x86-64)
Backend.AI version
main
Describe the bug
The "Rename" command is not working.This is because the API should receive
session_name
, but since theComputeSession
is created viafrom_session_id
,session_name
is set toNone
.To Reproduce
Use the CLI command.
Expected Behavior
Rename should work
Anything else?
None
The text was updated successfully, but these errors were encountered: