From d4b10b3b97df3c2b03828209526772d78a98c632 Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Tue, 30 May 2023 17:20:32 +0200 Subject: [PATCH] Feature 10972: Support of volume multi-attach This change describes the new keys and values than can be used in a VDU storage volume to identify that the volume can be attached to several virtual machines. Change-Id: If271910f7c0ecebc07cf7e8405b15861b45c1e19 Signed-off-by: garciadeblas --- models/augments/common-augments.yang | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/models/augments/common-augments.yang b/models/augments/common-augments.yang index cf883b9..d83c50d 100644 --- a/models/augments/common-augments.yang +++ b/models/augments/common-augments.yang @@ -730,10 +730,17 @@ module common-augments { list vdu-storage-requirements { description "Array of key-value pairs that articulate the storage - deployment requirements. If the storage type is persistent-storage - following setting holds the persistent volume upon VM deletion: - key: keep-volume - value: true"; + deployment requirements. + + If the storage type is persistent-storage, the following setting + holds the persistent volume upon VM deletion: + key: keep-volume + value: true + + If storage volume can be attached to several VMs, the following setting + will allow it: + key: multiattach + value: true"; key "key"; -- 2.17.1