Skip to content

Commit

Permalink
Tweaks/corrections
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Lord <mattalord@gmail.com>
  • Loading branch information
mattlord committed Jun 29, 2022
1 parent 7afc1b1 commit 1f13211
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions content/en/docs/15.0/reference/vreplication/vdiff2.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ You can either delete a specific UUID or use the `all` shorthand to delete all V

```
$ vtctlclient --server=localhost:15999 VDiff -- --v2 customer.commerce2customer delete all
VDiff delete is completed on target shards
VDiff delete status is completed on target shards
$ vtctlclient --server=localhost:15999 VDiff -- --v2 --format=json customer.commerce2customer delete all
{
Expand All @@ -118,12 +118,11 @@ $ vtctlclient --server=localhost:15999 VDiff -- --v2 --format=json customer.comm
}
```

{{ <info> }}
{{< info >}}
Deletes are idempotent, so attempting to delete VDiff data that does not exist is a no-op.

All VDiff data associated with a VReplication workflow is deleted when the workflow is deleted.
{{ </info> }}

{{< /info >}}

### Description

Expand Down Expand Up @@ -197,7 +196,7 @@ Only other format supported is JSON
</div>

#### --verbose
**optional**\
**optional**

<div class="cmd">
Show verbose vdiff output in summaries
Expand Down

0 comments on commit 1f13211

Please sign in to comment.