Troubleshooting
This commit is contained in:
parent
9e3c2ce6e2
commit
d0d7f1ee3d
@ -57,6 +57,8 @@ func (ns *NodeServer) NodePublishVolume(ctx context.Context, req *csi.NodePublis
|
||||
|
||||
volParameters := req.GetPublishContext()
|
||||
|
||||
glog.V(0).Infof("Parameters: %s", volParameters)
|
||||
|
||||
mounter, err := newMounter(volumeID, ns.Driver, volParameters)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
|
||||
Loading…
Reference in New Issue
Block a user