Skip to content

Commit 5c7a313

Browse files
committed
fixup! CP-308863: Count vGPU migrations
Signed-off-by: Ming Lu <[email protected]>
1 parent e84977c commit 5c7a313

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ocaml/xapi/xapi_stats.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ let generate_master_stats ~__context =
5454
let vgpu_migration_count_ds =
5555
( Rrd.Host
5656
, Ds.ds_make ~name:"pool_vgpu_migration_count"
57-
~description:"Number of vGPU migrations occurred since last update"
57+
~description:"Number of vGPU migrations occurred since last rrd update"
5858
~value:(Rrd.VT_Int64 vgpu_migration_count) ~ty:Rrd.Absolute
5959
~default:true ~min:0. ~units:"count" ()
6060
)

0 commit comments

Comments
 (0)