From 2b29e09ff7fabd050d617ff407707a599c456521 Mon Sep 17 00:00:00 2001 From: Alexander Pivkin Date: Fri, 5 Sep 2025 18:31:53 +0300 Subject: [PATCH] sdf --- ceph/types.go | 1 - 1 file changed, 1 deletion(-) 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 }