Skip to content

Commit a9784f3

Browse files
committed
fix bug with created_at time
1 parent 22d5e7b commit a9784f3

File tree

1 file changed

+1
-0
lines changed
  • cloud/disk_manager/internal/pkg/cells/storage

1 file changed

+1
-0
lines changed

cloud/disk_manager/internal/pkg/cells/storage/storage.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ func scanClusterCapacity(
9999
persistence.OptionalWithDefault("kind", &capacity.Kind),
100100
persistence.OptionalWithDefault("total_bytes", &capacity.TotalBytes),
101101
persistence.OptionalWithDefault("free_bytes", &capacity.FreeBytes),
102+
persistence.OptionalWithDefault("created_at", &capacity.CreatedAt),
102103
)
103104

104105
return capacity, err

0 commit comments

Comments
 (0)