From 17abbc8b0918996dc94674efc89724bcd1fdc21d Mon Sep 17 00:00:00 2001 From: Georgiana Dolocan Date: Wed, 17 Jul 2024 14:56:22 +0300 Subject: [PATCH 1/2] Disable volume reporter for all remaining aws clusters --- config/clusters/earthscope/common.values.yaml | 2 ++ config/clusters/gridsst/common.values.yaml | 2 ++ config/clusters/jupyter-health/common.values.yaml | 2 ++ .../clusters/jupyter-meets-the-earth/daskhub-common.values.yaml | 2 ++ config/clusters/kitware/common.values.yaml | 2 ++ config/clusters/nasa-cryo/common.values.yaml | 2 ++ config/clusters/nasa-esdis/common.values.yaml | 2 ++ config/clusters/nasa-ghg/common.values.yaml | 2 ++ config/clusters/nasa-veda/common.values.yaml | 2 ++ config/clusters/openscapes/common.values.yaml | 2 ++ config/clusters/opensci/common.values.yaml | 2 ++ config/clusters/smithsonian/common.values.yaml | 2 ++ config/clusters/ubc-eoas/common.values.yaml | 2 ++ config/clusters/victor/common.values.yaml | 2 ++ 14 files changed, 28 insertions(+) diff --git a/config/clusters/earthscope/common.values.yaml b/config/clusters/earthscope/common.values.yaml index 4ec597cbe..061613c99 100644 --- a/config/clusters/earthscope/common.values.yaml +++ b/config/clusters/earthscope/common.values.yaml @@ -1,6 +1,8 @@ basehub: nfs: enabled: true + volumeReporter: + enabled: false pv: enabled: true # from https://docs.aws.amazon.com/efs/latest/ug/mounting-fs-nfs-mount-settings.html diff --git a/config/clusters/gridsst/common.values.yaml b/config/clusters/gridsst/common.values.yaml index 146028756..f7122b59b 100644 --- a/config/clusters/gridsst/common.values.yaml +++ b/config/clusters/gridsst/common.values.yaml @@ -1,6 +1,8 @@ basehub: nfs: enabled: true + volumeReporter: + enabled: false pv: enabled: true # from https://docs.aws.amazon.com/efs/latest/ug/mounting-fs-nfs-mount-settings.html diff --git a/config/clusters/jupyter-health/common.values.yaml b/config/clusters/jupyter-health/common.values.yaml index b6a859aef..59052520d 100644 --- a/config/clusters/jupyter-health/common.values.yaml +++ b/config/clusters/jupyter-health/common.values.yaml @@ -2,6 +2,8 @@ nfs: enabled: true pv: enabled: true + volumeReporter: + enabled: false # from https://docs.aws.amazon.com/efs/latest/ug/mounting-fs-nfs-mount-settings.html mountOptions: - rsize=1048576 diff --git a/config/clusters/jupyter-meets-the-earth/daskhub-common.values.yaml b/config/clusters/jupyter-meets-the-earth/daskhub-common.values.yaml index 3c676e916..60615fc21 100644 --- a/config/clusters/jupyter-meets-the-earth/daskhub-common.values.yaml +++ b/config/clusters/jupyter-meets-the-earth/daskhub-common.values.yaml @@ -1,6 +1,8 @@ basehub: nfs: enabled: true + volumeReporter: + enabled: false pv: enabled: true # from https://docs.aws.amazon.com/efs/latest/ug/mounting-fs-nfs-mount-settings.html diff --git a/config/clusters/kitware/common.values.yaml b/config/clusters/kitware/common.values.yaml index de74810d2..917cb464e 100644 --- a/config/clusters/kitware/common.values.yaml +++ b/config/clusters/kitware/common.values.yaml @@ -2,6 +2,8 @@ nfs: enabled: true pv: enabled: true + volumeReporter: + enabled: false # from https://docs.aws.amazon.com/efs/latest/ug/mounting-fs-nfs-mount-settings.html mountOptions: - rsize=1048576 diff --git a/config/clusters/nasa-cryo/common.values.yaml b/config/clusters/nasa-cryo/common.values.yaml index d994a5f38..f8d7a394c 100644 --- a/config/clusters/nasa-cryo/common.values.yaml +++ b/config/clusters/nasa-cryo/common.values.yaml @@ -1,6 +1,8 @@ basehub: nfs: enabled: true + volumeReporter: + enabled: false pv: enabled: true # from https://docs.aws.amazon.com/efs/latest/ug/mounting-fs-nfs-mount-settings.html diff --git a/config/clusters/nasa-esdis/common.values.yaml b/config/clusters/nasa-esdis/common.values.yaml index 117aac939..38f44d252 100644 --- a/config/clusters/nasa-esdis/common.values.yaml +++ b/config/clusters/nasa-esdis/common.values.yaml @@ -1,5 +1,7 @@ nfs: enabled: true + volumeReporter: + enabled: false pv: enabled: true # from https://docs.aws.amazon.com/efs/latest/ug/mounting-fs-nfs-mount-settings.html diff --git a/config/clusters/nasa-ghg/common.values.yaml b/config/clusters/nasa-ghg/common.values.yaml index 7e6785077..4a27c2504 100644 --- a/config/clusters/nasa-ghg/common.values.yaml +++ b/config/clusters/nasa-ghg/common.values.yaml @@ -1,6 +1,8 @@ basehub: nfs: enabled: true + volumeReporter: + enabled: false pv: enabled: true # from https://docs.aws.amazon.com/efs/latest/ug/mounting-fs-nfs-mount-settings.html diff --git a/config/clusters/nasa-veda/common.values.yaml b/config/clusters/nasa-veda/common.values.yaml index 1d1f1a2d8..2d3e9ce31 100644 --- a/config/clusters/nasa-veda/common.values.yaml +++ b/config/clusters/nasa-veda/common.values.yaml @@ -1,6 +1,8 @@ basehub: nfs: enabled: true + volumeReporter: + enabled: false pv: enabled: true # from https://docs.aws.amazon.com/efs/latest/ug/mounting-fs-nfs-mount-settings.html diff --git a/config/clusters/openscapes/common.values.yaml b/config/clusters/openscapes/common.values.yaml index 6534643c7..e5877d31e 100644 --- a/config/clusters/openscapes/common.values.yaml +++ b/config/clusters/openscapes/common.values.yaml @@ -1,6 +1,8 @@ basehub: nfs: enabled: true + volumeReporter: + enabled: false pv: enabled: true # from https://docs.aws.amazon.com/efs/latest/ug/mounting-fs-nfs-mount-settings.html diff --git a/config/clusters/opensci/common.values.yaml b/config/clusters/opensci/common.values.yaml index eee533427..028d24d7c 100644 --- a/config/clusters/opensci/common.values.yaml +++ b/config/clusters/opensci/common.values.yaml @@ -2,6 +2,8 @@ nfs: enabled: true pv: enabled: true + volumeReporter: + enabled: false # from https://docs.aws.amazon.com/efs/latest/ug/mounting-fs-nfs-mount-settings.html mountOptions: - rsize=1048576 diff --git a/config/clusters/smithsonian/common.values.yaml b/config/clusters/smithsonian/common.values.yaml index 6859ddf9e..ebe920f74 100644 --- a/config/clusters/smithsonian/common.values.yaml +++ b/config/clusters/smithsonian/common.values.yaml @@ -1,6 +1,8 @@ basehub: nfs: enabled: true + volumeReporter: + enabled: false pv: enabled: true # from https://docs.aws.amazon.com/efs/latest/ug/mounting-fs-nfs-mount-settings.html diff --git a/config/clusters/ubc-eoas/common.values.yaml b/config/clusters/ubc-eoas/common.values.yaml index 751df7ae6..68ee08b66 100644 --- a/config/clusters/ubc-eoas/common.values.yaml +++ b/config/clusters/ubc-eoas/common.values.yaml @@ -1,5 +1,7 @@ nfs: enabled: true + volumeReporter: + enabled: false pv: enabled: true # from https://docs.aws.amazon.com/efs/latest/ug/mounting-fs-nfs-mount-settings.html diff --git a/config/clusters/victor/common.values.yaml b/config/clusters/victor/common.values.yaml index e1fee7785..f88b79c5d 100644 --- a/config/clusters/victor/common.values.yaml +++ b/config/clusters/victor/common.values.yaml @@ -1,6 +1,8 @@ basehub: nfs: enabled: true + volumeReporter: + enabled: false pv: enabled: true # from https://docs.aws.amazon.com/efs/latest/ug/mounting-fs-nfs-mount-settings.html From d57dab1fd1ffd14fef5370fcb47255bbfbb99f3e Mon Sep 17 00:00:00 2001 From: Georgiana Dolocan Date: Wed, 17 Jul 2024 15:04:19 +0300 Subject: [PATCH 2/2] Correctly indent the volumeReporter setting under nfs --- config/clusters/jupyter-health/common.values.yaml | 4 ++-- config/clusters/kitware/common.values.yaml | 4 ++-- config/clusters/opensci/common.values.yaml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/config/clusters/jupyter-health/common.values.yaml b/config/clusters/jupyter-health/common.values.yaml index 59052520d..75e5a8b5f 100644 --- a/config/clusters/jupyter-health/common.values.yaml +++ b/config/clusters/jupyter-health/common.values.yaml @@ -1,9 +1,9 @@ nfs: enabled: true + volumeReporter: + enabled: false pv: enabled: true - volumeReporter: - enabled: false # from https://docs.aws.amazon.com/efs/latest/ug/mounting-fs-nfs-mount-settings.html mountOptions: - rsize=1048576 diff --git a/config/clusters/kitware/common.values.yaml b/config/clusters/kitware/common.values.yaml index 917cb464e..219fc1103 100644 --- a/config/clusters/kitware/common.values.yaml +++ b/config/clusters/kitware/common.values.yaml @@ -1,9 +1,9 @@ nfs: enabled: true + volumeReporter: + enabled: false pv: enabled: true - volumeReporter: - enabled: false # from https://docs.aws.amazon.com/efs/latest/ug/mounting-fs-nfs-mount-settings.html mountOptions: - rsize=1048576 diff --git a/config/clusters/opensci/common.values.yaml b/config/clusters/opensci/common.values.yaml index 028d24d7c..1bfb4748a 100644 --- a/config/clusters/opensci/common.values.yaml +++ b/config/clusters/opensci/common.values.yaml @@ -1,9 +1,9 @@ nfs: enabled: true + volumeReporter: + enabled: false pv: enabled: true - volumeReporter: - enabled: false # from https://docs.aws.amazon.com/efs/latest/ug/mounting-fs-nfs-mount-settings.html mountOptions: - rsize=1048576