From f01a417c81a63b809ef788107c391f75c26ff99d Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Fri, 7 Dec 2018 16:01:15 +0100 Subject: Update to RPC version 5, break compat Add some stuff while we're at it.. --- .../org/openslx/sat/thrift/version/Feature.java | 29 ---------------------- 1 file changed, 29 deletions(-) (limited to 'src/main/java/org/openslx/sat/thrift/version/Feature.java') diff --git a/src/main/java/org/openslx/sat/thrift/version/Feature.java b/src/main/java/org/openslx/sat/thrift/version/Feature.java index e06c78a..3c40b3e 100644 --- a/src/main/java/org/openslx/sat/thrift/version/Feature.java +++ b/src/main/java/org/openslx/sat/thrift/version/Feature.java @@ -1,34 +1,5 @@ package org.openslx.sat.thrift.version; public enum Feature { - - /** - * Server can properly extend the expiration time of an image version that - * is already expired, but has not been deleted yet. (Early versions of dmsd - * did not handle this case properly.) - */ - EXTEND_EXPIRED_VM, - - /** - * Server supports configuring network shares for individual lectures. Whether - * these will function on the clients further depends on the minilinux version! - */ - NETWORK_SHARES, - - /** - * Server supports multiple hypervisors which requires special handling since - * multiple components needs to be compatible to fully support them. - */ - MULTIPLE_HYPERVISORS, - - /** - * Server supports copying existing blocks server side. - */ - SERVER_SIDE_COPY, - - /** - * Server supports filtering lectures by LDAP/AD attributes - */ - LECTURE_FILTER_LDAP, } -- cgit v1.2.3-55-g7522