kubernetes-csi/csi-driver-host-path

[discussion]is this line mean the directory created by hostpath csi driver with file mode 777?

bugme1024 opened this issue · 4 comments

[discussion]

code :

err := os.MkdirAll(path, 0777)

Is this line mean to create directory with 777 perm?

If is , maybe this line is not expected!. It will use system ~umask as the file mode.