diff --git a/ceph/types.go b/ceph/types.go index 7ff640d..b30112b 100644 --- a/ceph/types.go +++ b/ceph/types.go @@ -17,7 +17,6 @@ type Device struct { Class string `json:"class"` ID int64 `json:"id"` Name string `json:"name"` - Info OsdMetadata }