mirror of
https://github.com/cubefs/cubefs.git
synced 2026-08-02 02:00:56 +00:00
feat(client): Add a log that records information about unsupported requests #23059813
Signed-off-by: leonrayang <changliang@oppo.com>
This commit is contained in:
parent
ef98cb989c
commit
811e0fbd70
@ -1533,6 +1533,7 @@ func (c *Server) handleRequest(ctx context.Context, node Node, snode *serveNode,
|
||||
// Note: To FUSE, ENOSYS means "this server never implements this request."
|
||||
// It would be inappropriate to return ENOSYS for other operations in this
|
||||
// switch that might only be unavailable in some contexts, not all.
|
||||
log.Printf("fuse: request type not found %v: nodeID %v\n", r, r.Hdr().Node)
|
||||
return fuse.ENOSYS
|
||||
|
||||
case *fuse.StatfsRequest:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user