I have used olded Version of Helm 6 month back where i have used External Disk to mount ,Now i see there was letest helm Chart Version https://github.com/dremio/dremio-cloud-tools/tree/master/charts/dremio but if i see dremio-master.yml and dremio-executor.yml both are using Diffrent volume i mean Diffrent Disk itself ,in our case i have one Disk DB backup for Old Dremio 3.1.1-201901281837360699-30c9d74, so if i have to Use latest version of Helm should i have to copy DB folder in Both Disk ,since DB file i have almost 56 GB,
Here is old master,yml
volumeMounts:
- name: dremio-master-volume
mountPath: /opt/dremio/data
command: ["/opt/dremio/bin/dremio-admin"]
args:
- “upgrade”
imagePullSecrets:
- name: visurreg
volumes:
- name: dremio-master-volume
persistentVolumeClaim:
claimName: dremio-master-volume
In Executer no volume mount on older version