From f7ca0bc5a3eee17c6ec697001403d369c046b876 Mon Sep 17 00:00:00 2001 From: Sanghun Lee Date: Tue, 9 Jan 2024 15:34:20 +0900 Subject: [PATCH] feature: add vfolder_mounts client output field (#1811) --- changes/1811.feature.md | 1 + src/ai/backend/client/output/fields.py | 1 + 2 files changed, 2 insertions(+) create mode 100644 changes/1811.feature.md diff --git a/changes/1811.feature.md b/changes/1811.feature.md new file mode 100644 index 0000000000..95407ec80e --- /dev/null +++ b/changes/1811.feature.md @@ -0,0 +1 @@ +Add `vfolder_mounts` field to session field of client's output. diff --git a/src/ai/backend/client/output/fields.py b/src/ai/backend/client/output/fields.py index 2375b178c1..12ea71b14c 100644 --- a/src/ai/backend/client/output/fields.py +++ b/src/ai/backend/client/output/fields.py @@ -184,6 +184,7 @@ FieldSpec("scaling_group"), FieldSpec("service_ports", formatter=nested_dict_formatter), FieldSpec("mounts"), + FieldSpec("vfolder_mounts"), FieldSpec("occupying_slots", formatter=resource_slot_formatter), FieldSpec( "containers",