Skip to content

Commit

Permalink
Bump default storage size to 48ti
Browse files Browse the repository at this point in the history
  • Loading branch information
t-mialve committed Dec 11, 2024
1 parent e9090b8 commit b2a3d28
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion deploy/example/echodate/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
- ReadWriteMany
resources:
requests:
storage: 1Gi
storage: 4Ti
storageClassName: sc.azurelustre.csi.azure.com
---
apiVersion: apps/v1
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/pv.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
capacity:
# This field should be the true size of the Azure Lustre you want
# to used. So that, k8s can allocate resources better.
storage: 4Ti
storage: 48Ti
csi:
driver: azurelustre.csi.azure.com
volumeAttributes:
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/pv_subdir.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
capacity:
# This field should be the true size of the Azure Lustre you want
# to used. So that, k8s can allocate resources better.
storage: 4Ti
storage: 48Ti
csi:
driver: azurelustre.csi.azure.com
volumeAttributes:
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/pvc_storageclass.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ spec:
resources:
requests:
# The real storage capacity in the claim
storage: 1Gi
storage: 4Ti
# This field must be the same as the storage class name in StorageClass
storageClassName: sc.azurelustre.csi.azure.com
2 changes: 1 addition & 1 deletion docs/examples/pvc_storageclass_subdir.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ spec:
resources:
requests:
# The real storage capacity in the claim
storage: 1Gi
storage: 4Ti
# This field must be the same as the storage class name in StorageClass
storageClassName: subdir.azurelustre.csi.azure.com
2 changes: 1 addition & 1 deletion test/long-haul/cleanup/cleanupjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
- ReadWriteMany
resources:
requests:
storage: 1Gi
storage: 48Ti
storageClassName: azurelustre-longhaulcleanup-sc

---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
- ReadWriteMany
resources:
requests:
storage: 1Gi
storage: 48Ti
storageClassName: azurelustre-longhaulsample-sc
---
apiVersion: apps/v1
Expand Down

0 comments on commit b2a3d28

Please sign in to comment.