From 5fd9bd3a81659887c64d3675a9879d275491ced9 Mon Sep 17 00:00:00 2001 From: Hongchao Deng Date: Fri, 2 Feb 2018 14:14:26 -0800 Subject: [PATCH] docs: update design.asciidoc The list wasn't shown correctly. Fixing that. --- docs/design.asciidoc | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/design.asciidoc b/docs/design.asciidoc index db846b75ce..3137dc9690 100644 --- a/docs/design.asciidoc +++ b/docs/design.asciidoc @@ -197,6 +197,7 @@ Also, if you pass a flag: it will cause *all* the backup files to be removed. The data removal workflow includes the following steps: + * create a pgtask CRD to hold the PVC name and cluster name to be removed * the CRD is watched, and on an ADD will cause a Job to be created that will run the *rmdata* container using the PVC name and cluster name as parameters which determine the PVC to mount, and the file path to remove under that PVC * the *rmdata* Job is watched by the Operator, and upon a successful status completion the actual PVC is removed