You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: rrdd/futures/sr-level-rrds.md
+3-8Lines changed: 3 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: SR-Level RRDs
3
3
layout: default
4
4
design_doc: true
5
-
revision: 8
5
+
revision: 11
6
6
status: confirmed
7
7
design_review: 139
8
8
revision_history:
@@ -26,6 +26,8 @@ revision_history:
26
26
description: Magic number change in framing format of vdi
27
27
- revision_number: 10
28
28
description: Add details of new APIs added to xapi and xcp-rrdd
29
+
- revision_number: 11
30
+
description: Remove unneeded API calls
29
31
30
32
---
31
33
@@ -143,10 +145,3 @@ attempt to update if it is the SR master.
143
145
* Archive the sr rrds to the filesystem: `val archive_sr_rrd : sr_uuid:string -> unit`
144
146
145
147
* Load the sr rrds from the filesystem: `val push_sr_rrd : sr_uuid:string -> unit`
146
-
147
-
* Backup sr rrds, it will archive all sr rrds and then copy them to filesystem: `val backup_sr_rrds : unit -> unit`
148
-
149
-
#### xapi:
150
-
151
-
* Binds the xcp-rrdd function `backup_sr_rrds` to Xapi_periodic_scheduler thread. In order to archive the sr rrds to filesystem on regular interval: `val backup_sr_rrds : __context:Context.t -> host:'b -> delay:float -> unit`
0 commit comments