From 97c1a86b646e0373adfd741bf09be38bd7d6ffd4 Mon Sep 17 00:00:00 2001 From: Rene Peinthor Date: Wed, 4 Sep 2024 11:45:56 +0200 Subject: [PATCH 1/2] linstor: update java-linstor dependency to 0.5.2 (#9632) 0.5.1 had a bug while retrieving the bestErrorMessage for an apicall answer. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index fc26ca957c0..da0252acbb4 100644 --- a/pom.xml +++ b/pom.xml @@ -169,7 +169,7 @@ 10.1 2.6.6 0.6.0 - 0.5.1 + 0.5.2 0.10.2 3.4.4_1 4.0.1 From dda9ef2dc83645686e44d8cdfeb7cebe5ac78376 Mon Sep 17 00:00:00 2001 From: Wei Zhou Date: Wed, 4 Sep 2024 18:44:19 +0200 Subject: [PATCH 2/2] UI: list vms with details=min when attach a volume to vm (#9634) --- ui/src/views/storage/AttachVolume.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ui/src/views/storage/AttachVolume.vue b/ui/src/views/storage/AttachVolume.vue index de0a2f7e80c..e0aa59a0be6 100644 --- a/ui/src/views/storage/AttachVolume.vue +++ b/ui/src/views/storage/AttachVolume.vue @@ -110,7 +110,8 @@ export default { }, fetchData () { var params = { - zoneid: this.resource.zoneid + zoneid: this.resource.zoneid, + details: 'min' } if (this.resource.hypervisor && this.resource.hypervisor !== 'None') { params.hypervisor = this.resource.hypervisor