You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ozone.apache.org by el...@apache.org on 2021/05/25 14:54:39 UTC

[ozone] branch master updated: HDDS-5191. Increase default pvc storage size (#2219)

This is an automated email from the ASF dual-hosted git repository.

elek pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git


The following commit(s) were added to refs/heads/master by this push:
     new 2dbf04e  HDDS-5191. Increase default pvc storage size (#2219)
2dbf04e is described below

commit 2dbf04e8ddd8487748308bb353a3123aa1c91012
Author: yoowonsuk <52...@users.noreply.github.com>
AuthorDate: Tue May 25 23:54:21 2021 +0900

    HDDS-5191. Increase default pvc storage size (#2219)
---
 .../dist/src/main/k8s/definitions/ozone/definitions/persistence.yaml  | 4 ++--
 .../dist/src/main/k8s/examples/ozone-ha/datanode-statefulset.yaml     | 2 +-
 .../dist/src/main/k8s/examples/ozone/datanode-statefulset.yaml        | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/hadoop-ozone/dist/src/main/k8s/definitions/ozone/definitions/persistence.yaml b/hadoop-ozone/dist/src/main/k8s/definitions/ozone/definitions/persistence.yaml
index 33a818d..32465b6 100644
--- a/hadoop-ozone/dist/src/main/k8s/definitions/ozone/definitions/persistence.yaml
+++ b/hadoop-ozone/dist/src/main/k8s/definitions/ozone/definitions/persistence.yaml
@@ -29,7 +29,7 @@ description: Add real PVC based persistence
           accessModes: [ "ReadWriteOnce" ]
           resources:
             requests:
-              storage: 2Gi
+              storage: 20Gi
 - type: Add
   trigger:
      metadata:
@@ -63,4 +63,4 @@ description: Add real PVC based persistence
     - volumeMounts
   value:
     - name: data
-      mountPath: /data
\ No newline at end of file
+      mountPath: /data
diff --git a/hadoop-ozone/dist/src/main/k8s/examples/ozone-ha/datanode-statefulset.yaml b/hadoop-ozone/dist/src/main/k8s/examples/ozone-ha/datanode-statefulset.yaml
index a3aa528..d7599c6 100644
--- a/hadoop-ozone/dist/src/main/k8s/examples/ozone-ha/datanode-statefulset.yaml
+++ b/hadoop-ozone/dist/src/main/k8s/examples/ozone-ha/datanode-statefulset.yaml
@@ -69,4 +69,4 @@ spec:
       - ReadWriteOnce
       resources:
         requests:
-          storage: 2Gi
+          storage: 20Gi
diff --git a/hadoop-ozone/dist/src/main/k8s/examples/ozone/datanode-statefulset.yaml b/hadoop-ozone/dist/src/main/k8s/examples/ozone/datanode-statefulset.yaml
index a3aa528..d7599c6 100644
--- a/hadoop-ozone/dist/src/main/k8s/examples/ozone/datanode-statefulset.yaml
+++ b/hadoop-ozone/dist/src/main/k8s/examples/ozone/datanode-statefulset.yaml
@@ -69,4 +69,4 @@ spec:
       - ReadWriteOnce
       resources:
         requests:
-          storage: 2Gi
+          storage: 20Gi

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@ozone.apache.org
For additional commands, e-mail: commits-help@ozone.apache.org