Skip to content

Commit dc59e3c

Browse files
author
David Scott
committed
Plumb through physical_utilisation from Volume.stat
Signed-off-by: David Scott <[email protected]>
1 parent 47586da commit dc59e3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ let vdi_of_volume x =
159159
snapshot_of = "";
160160
read_only = not x.Storage.Volume.Types.read_write;
161161
virtual_size = x.Storage.Volume.Types.virtual_size;
162-
physical_utilisation = 0L;
162+
physical_utilisation = x.Storage.Volume.Types.physical_utilisation;
163163
sm_config = [];
164164
persistent = true;
165165
}

0 commit comments

Comments
 (0)