From 365092cea53e77f399d0cc851a198c1cb52d0d3d Mon Sep 17 00:00:00 2001 From: Danny Al-Gaaf Date: Tue, 14 Feb 2017 15:29:02 +0100 Subject: [PATCH] Adds manila-manage 'db purge' command to man page Closes-Bug: #1664586 Change-Id: Id0934fdd9a3484794ff49e020475a6cb780cc664 Signed-off-by: Danny Al-Gaaf --- doc/source/man/manila-manage.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/source/man/manila-manage.rst b/doc/source/man/manila-manage.rst index 1e8b9cb239..554a4ec569 100644 --- a/doc/source/man/manila-manage.rst +++ b/doc/source/man/manila-manage.rst @@ -63,6 +63,12 @@ Manila Db Generate new migration. +``manila-manage db purge `` + + Purge deleted rows older than a given age from manila database tables. + If age_in_days is not given or is specified as 0 all available rows will + be deleted. + Manila Logs ~~~~~~~~~~~