Skip to content

service list CLI command print Image as (null) #3014

@jopemachine

Description

What Operating System(s) are you seeing this problem on?

Linux (x86-64)

Backend.AI version

main

Describe the bug

It appears that the service list command's Image value is always printed as (null).

To Reproduce

❯ ./backend.ai vfolder create abc2 local:volume1  -m model
Virtual folder "abc2" is created.

❯ ./backend.ai vfolder upload abc2 model-definition.yml
Uploading /Users/jopemachine/Desktop/backend.ai/model-definition.yml via http://127.0.0.1:6021/upload ...
16.0Mbytes [00:00, 3.81Gbytes/s]
✓ Done.

✖  ./backend.ai service create python abc2 2
Field                  Value
---------------------  ------------------------------------
Endpoint Id            bffb6fa5-ffe3-435a-bf08-57c9ceb4e306
Name                   bai-serve-robert64
Desired Session Count  2

❯ ./backend.ai service list
Endpoint Id                           Name                Image      Desired Session Count  Routings        Session Owner                         Open To Public
------------------------------------  ------------------  -------  -----------------------  --------------  ------------------------------------  ----------------
bffb6fa5-ffe3-435a-bf08-57c9ceb4e306  bai-serve-robert64  (null)                         2  PROVISIONING 2  f38dea23-50fa-42a0-b5ae-338f5f4693f4  False

Expected Behavior

The image column should display information such as the canonical name or name of the python image.

Anything else?

No response

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions