Hi,
Any update on this?
-prashanth
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,
I have a MySQL pod deployed using the default azurefile
storage class and the pod comes up fine with this. Now i logged in to the node where the pod was running and tried to copy the data from the mounted path, gives me Permission Denied error
as follows
root@aks-nodepool1-34339388-vmss000000:/host/var/lib/kubelet/pods/b28f3252-1444-4eba-aeb5-055f4374404a/volumes/kubernetes.io~csi
/pvc-a1458ad2-3536-46e4-b30b-cf822e616b1c/mount# ls -lrth
total 109M
drwxrwxrwx 2 root root 0 Jan 18 08:29 mysql
-rwxrwxrwx 1 root root 48M Jan 18 08:29 ib_logfile1
drwxrwxrwx 2 root root 0 Jan 18 08:29 performance_schema
-rwxrwxrwx 1 root root 56 Jan 18 08:30 auto.cnf
-rwxrwxrwx 1 root root 12M Jan 18 08:30 ibdata1
-rwxrwxrwx 1 root root 48M Jan 18 08:30 ib_logfile0
root@aks-nodepool1-34339388-vmss000000:/host/var/lib/kubelet/pods/b28f3252-1444-4eba-aeb5-055f4374404a/volumes/kubernetes.io~csi
/pvc-a1458ad2-3536-46e4-b30b-cf822e616b1c/mount# cp ib_logfile0 ..
cp: error reading 'ib_logfile0': Permission denied
I did Google and found a few solutions related to Azure File share which I am not using but I am assuming this is not really needed.
I am wondering how did the MySql Pod come up fine but accessing the same file using the cp command is failing. Am i missing something?
-Prashanth
Hi,
Any update on this?
-prashanth