Skip to content

Commit 8c4e150

Browse files
committed
Merge pull request #22 from djs55/physical_utilisation
Plumb through physical_utilisation from Volume.stat
2 parents 47586da + dc59e3c commit 8c4e150

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)