From 9871e4931e7fbf5c58d0c66fa836589ff7613e92 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Thu, 3 Nov 2022 14:37:32 +0100 Subject: [thrift] Add vmSizeLimit to satellite config --- src/main/thrift/bwlp.thrift | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/main/thrift') diff --git a/src/main/thrift/bwlp.thrift b/src/main/thrift/bwlp.thrift index 9b4c008..6ba7938 100644 --- a/src/main/thrift/bwlp.thrift +++ b/src/main/thrift/bwlp.thrift @@ -425,6 +425,8 @@ struct SatelliteConfig { 10: optional SscMode serverSideCopy, // Students are allowed to download non-restricted images? 11: optional bool allowStudentDownload, + // Size limit for VM uploads (0 = unlimited) + 12: optional i64 vmSizeLimit, } struct SatelliteStatus { -- cgit v1.2.3-55-g7522