Skip to content

Commit a84c660

Browse files
committed
unmount grpc call
Signed-off-by: Ashima-Ashima1 <[email protected]>
1 parent 5c15592 commit a84c660

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.secrets.baseline

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"files": "go.sum|^.secrets.baseline$",
44
"lines": null
55
},
6-
"generated_at": "2025-04-09T14:27:39Z",
6+
"generated_at": "2025-04-14T09:34:13Z",
77
"plugins_used": [
88
{
99
"name": "AWSKeyDetector"

cos-csi-mounter/server/server.go

-3
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,6 @@ func handleCosMount() gin.HandlerFunc {
118118
}
119119
}
120120

121-
// Currently by calling FuseUnmount method from NodeServer is able to unmount the volume
122-
// If required to have specific unmount methods based on mounters then following call can be modified and used
123-
124121
func handleCosUnmount() gin.HandlerFunc {
125122
return func(c *gin.Context) {
126123
var request struct {

0 commit comments

Comments
 (0)