Skip to content

Commit f25e465

Browse files
committed
fix: Add csi.NodeServiceCapability_RPC_UNKNOWN in the list, just in case, as it is there by default.
1 parent 58b8b52 commit f25e465

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

pkg/rclone/nodeserver.go

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,13 @@ func (ns *NodeServer) NodeGetCapabilities(_ context.Context, _ *csi.NodeGetCapab
141141
},
142142
},
143143
},
144+
{
145+
Type: &csi.NodeServiceCapability_Rpc{
146+
Rpc: &csi.NodeServiceCapability_RPC{
147+
Type: csi.NodeServiceCapability_RPC_UNKNOWN,
148+
},
149+
},
150+
},
144151
},
145152
}, nil
146153
}

0 commit comments

Comments
 (0)