From 3411edbf30d0ab811630ce328e09effeb8f131fa Mon Sep 17 00:00:00 2001 From: nazunalika Date: Sat, 8 May 2021 10:53:00 -0700 Subject: [PATCH] update cloud.conf --- r8-cloud.conf | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/r8-cloud.conf b/r8-cloud.conf index f076698..d4fab16 100644 --- a/r8-cloud.conf +++ b/r8-cloud.conf @@ -62,5 +62,13 @@ createiso_skip = [ '*': True, 'src': True }), + ('^HighAvailability$', { + '*': True, + 'src': True + }), + ('^ResilientStorage$', { + '*': True, + 'src': True + }), ]