diff --git a/command/agent/csi_endpoint.go b/command/agent/csi_endpoint.go index c7375ee9a..9184bfe07 100644 --- a/command/agent/csi_endpoint.go +++ b/command/agent/csi_endpoint.go @@ -340,7 +340,7 @@ func (s *HTTPServer) csiSnapshotList(resp http.ResponseWriter, req *http.Request } setMeta(resp, &out.QueryMeta) - return out.Snapshots, nil + return out, nil } // CSIPluginsRequest lists CSI plugins