Skip to content

Commit b2a3d28

Browse files
committed
Bump default storage size to 48ti
1 parent e9090b8 commit b2a3d28

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

deploy/example/echodate/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ spec:
88
- ReadWriteMany
99
resources:
1010
requests:
11-
storage: 1Gi
11+
storage: 4Ti
1212
storageClassName: sc.azurelustre.csi.azure.com
1313
---
1414
apiVersion: apps/v1

docs/examples/pv.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ spec:
1010
capacity:
1111
# This field should be the true size of the Azure Lustre you want
1212
# to used. So that, k8s can allocate resources better.
13-
storage: 4Ti
13+
storage: 48Ti
1414
csi:
1515
driver: azurelustre.csi.azure.com
1616
volumeAttributes:

docs/examples/pv_subdir.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ spec:
1010
capacity:
1111
# This field should be the true size of the Azure Lustre you want
1212
# to used. So that, k8s can allocate resources better.
13-
storage: 4Ti
13+
storage: 48Ti
1414
csi:
1515
driver: azurelustre.csi.azure.com
1616
volumeAttributes:

docs/examples/pvc_storageclass.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ spec:
1010
resources:
1111
requests:
1212
# The real storage capacity in the claim
13-
storage: 1Gi
13+
storage: 4Ti
1414
# This field must be the same as the storage class name in StorageClass
1515
storageClassName: sc.azurelustre.csi.azure.com

docs/examples/pvc_storageclass_subdir.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ spec:
1010
resources:
1111
requests:
1212
# The real storage capacity in the claim
13-
storage: 1Gi
13+
storage: 4Ti
1414
# This field must be the same as the storage class name in StorageClass
1515
storageClassName: subdir.azurelustre.csi.azure.com

test/long-haul/cleanup/cleanupjob.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ spec:
1919
- ReadWriteMany
2020
resources:
2121
requests:
22-
storage: 1Gi
22+
storage: 48Ti
2323
storageClassName: azurelustre-longhaulcleanup-sc
2424

2525
---

test/long-haul/sample-workload/deployment_write_print_file.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ spec:
1919
- ReadWriteMany
2020
resources:
2121
requests:
22-
storage: 1Gi
22+
storage: 48Ti
2323
storageClassName: azurelustre-longhaulsample-sc
2424
---
2525
apiVersion: apps/v1

0 commit comments

Comments
 (0)