Skip to content

Commit a09d289

Browse files
authored
Add how to cleanup the cinder database (#814)
Signed-off-by: Christian Berendt <[email protected]>
1 parent c9d51c4 commit a09d289

File tree

1 file changed

+10
-0
lines changed
  • docs/guides/operations-guide/openstack

1 file changed

+10
-0
lines changed

docs/guides/operations-guide/openstack/cinder.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ sidebar_label: Cinder
44

55
# Cinder
66

7+
## Cleanup database
8+
9+
Purge database entries that are marked as deleted, that are older than
10+
the number of days specified.
11+
12+
```
13+
docker exec -it cinder_api bash
14+
(cinder-api)[root@testbed-node-0/]# cinder-manage db purge 30
15+
```
16+
717
## Remove service
818

919
```

0 commit comments

Comments
 (0)