Affected Version
0.21.1
Description
- I am deploying Druid on EKS Kubernetes.
- The original EBS size for historical is 2TB per pod, I resized it to 10TB.
- But the UI still reports 2TB.
What can I do to fix the reporting? See screenshot for more details:
The Volume Claim Definition:
volumeClaimTemplates:
- metadata:
name: historical-data
spec:
accessModes: [ "ReadWriteOnce" ]
storageClassName: gp2-encrypted-retain
resources:
requests:
storage: 10000Gi
The actual disk size:
df -h /opt/druid/var/ebs
Filesystem Size Used Avail Use% Mounted on
/dev/nvme2n1 9.7T 1.6T 8.2T 16% /opt/apache-druid-0.21.1/var/ebs
The UI Services Tab
