[discussion]is this line mean the directory created by hostpath csi driver with file mode 777?
bugme1024 opened this issue · 4 comments
bugme1024 commented
[discussion]
code :
csi-driver-host-path/pkg/hostpath/hostpath.go
Line 179 in 84454c9
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.