Skip to content

Commit e5dfa84

Browse files
authored
missing field in view
1 parent c7bde62 commit e5dfa84

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

engine/schema/src/main/resources/META-INF/db/views/cloud.storage_pool_view.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ SELECT
3131
`storage_pool`.`created` AS `created`,
3232
`storage_pool`.`removed` AS `removed`,
3333
`storage_pool`.`capacity_bytes` AS `capacity_bytes`,
34+
`storage_pool`.`used_bytes` AS `used_bytes`,
3435
`storage_pool`.`capacity_iops` AS `capacity_iops`,
3536
`storage_pool`.`used_iops` AS `used_iops`,
3637
`storage_pool`.`scope` AS `scope`,

0 commit comments

Comments
 (0)