You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
vfolder_mounts field gives only vfolder’s id. So we need to use mounts field in legacy compute_session to get vfolder’s name. (vfolder_mounts and mounts fields are in same order)
yomybaby
changed the title
Link the VFolder name to open the Folder Explorer
Link the VFolder name to open the Folder Explorer in Session detail Panel
Jan 20, 2025
In versions of Backend.AI Core 24.12.0 and earlier, the
vfolder_nodes
field ofcompute_session_node
is not provided.There are a total of 2 Backend.AI Core responsive PRs for this issue:
Backend.AI WebUI responsive PRs:
vfolder_mounts
field incompute_session_node
andmounts
field in legacycompute_session
(manager < 24.12.0)https://github.com/lablup/backend.ai-webui/pull/3038
vfolder_mounts
field gives only vfolder’s id. So we need to usemounts
field in legacycompute_session
to get vfolder’s name. (vfolder_mounts
andmounts
fields are in same order)vfolder_nodes
field incompute_session_node
(manager >= 24.12.0)https://github.com/lablup/backend.ai-webui/pull/3052
The text was updated successfully, but these errors were encountered: