Skip to content

Commit b249178

Browse files
committed
Merge pull request #179 from johnelse/sr-rrd-api-fix
Remove unneeded SR RRD API calls
2 parents 30efa9f + e698be4 commit b249178

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

rrdd/futures/sr-level-rrds.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: SR-Level RRDs
33
layout: default
44
design_doc: true
5-
revision: 8
5+
revision: 11
66
status: confirmed
77
design_review: 139
88
revision_history:
@@ -26,6 +26,8 @@ revision_history:
2626
description: Magic number change in framing format of vdi
2727
- revision_number: 10
2828
description: Add details of new APIs added to xapi and xcp-rrdd
29+
- revision_number: 11
30+
description: Remove unneeded API calls
2931

3032
---
3133

@@ -143,10 +145,3 @@ attempt to update if it is the SR master.
143145
* Archive the sr rrds to the filesystem: `val archive_sr_rrd : sr_uuid:string -> unit`
144146

145147
* 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`
152-

0 commit comments

Comments
 (0)