Skip to content
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

The vfolder_mounts field of the compute session node was not properly resolved. #3437

Open
ironAiken2 opened this issue Jan 13, 2025 — with Lablup-Issue-Syncer · 0 comments · May be fixed by #3461
Open

The vfolder_mounts field of the compute session node was not properly resolved. #3437

ironAiken2 opened this issue Jan 13, 2025 — with Lablup-Issue-Syncer · 0 comments · May be fixed by #3461
Assignees

Comments

@ironAiken2
Copy link

Summary  

[Provide a brief description of the bug.]  

  • The vfolder_mounts field of the compute session node was not properly resolved

Steps to Reproduce  

[Outline the steps to consistently reproduce the issue.]  

Expected Behavior  

[Describe the expected result if the bug were resolved.]  

  • node connection should return the name and id of the session.

Actual Behavior  

[Describe what actually happens when the bug occurs.]  

  • "vfolder_mounts": [
                    "VFolderMount(name='test2', vfid=<ai.backend.common.types.VFolderID object at 0x12637e9f0>, vfsubpath=PurePosixPath('.'), host_path=PurePosixPath('/Users/lablupoffice/Documents/GitHub/backend.ai/vfroot/local/f38dea2350fa42a0b5ae338f5f4693f4/b8/66/80863d94457ca4512a0363fdc147'), kernel_path=PurePosixPath('/home/work/test2'), mount_perm=<MountPermission.READ_WRITE: 'rw'>, usage_mode=<VFolderUsageMode.GENERAL: 'general'>)",
                    "VFolderMount(name='test', vfid=<ai.backend.common.types.VFolderID object at 0x12637e150>, vfsubpath=PurePosixPath('.'), host_path=PurePosixPath('/Users/lablupoffice/Documents/GitHub/backend.ai/vfroot/local/f38dea2350fa42a0b5ae338f5f4693f4/2e/0f/8c87dc024f0384c1f25d6c5745bc'), kernel_path=PurePosixPath('/home/work/test'), mount_perm=<MountPermission.READ_WRITE: 'rw'>, usage_mode=<VFolderUsageMode.GENERAL: 'general'>)"
                ],
    

Logs/Errors  

[Attach relevant logs, stack traces, or screenshots to help diagnose the issue.]  

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants