• Kubernetes Submit Queue's avatar
    Merge pull request #38801 from nak3/nfs-mkdir · 85444164
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue
    
    Catch error when failed to make directory in NFS volume plugin
    
    NFS: Catch error when failed to make directory
    
    Currently, NFS volume plugin doesn't catch the error from
    os.MkdirAll. That makes it difficult to debug why failed to make the
    directory. This patch adds error catch to os.MkdirAll.
    85444164
Name
Last commit
Last update
..
BUILD Loading commit data...
OWNERS Loading commit data...
doc.go Loading commit data...
nfs.go Loading commit data...
nfs_test.go Loading commit data...