From 91609a47a22be9eaff4a686b340928c46dd68ead Mon Sep 17 00:00:00 2001 From: zheng yin <yin.zheng@easystack.cn> Date: Thu, 18 Aug 2016 20:19:48 +0800 Subject: [PATCH] Add command information to cinder-manage.rst Cinder has a command that "cinder-manage backup update_backup_host", but cinder-manager.rst has no its information. Therefore, I add it. Change-Id: I7c18ce1d6853117b972f335f386c149f1b0f26e2 --- doc/source/man/cinder-manage.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/source/man/cinder-manage.rst b/doc/source/man/cinder-manage.rst index cdfda74f5e8..2130a085c89 100644 --- a/doc/source/man/cinder-manage.rst +++ b/doc/source/man/cinder-manage.rst @@ -126,6 +126,10 @@ Cinder Backup Displays a list of all backups (including ones in progress) and the host on which the backup operation is running. +``cinder-manage backup update_backup_host --currenthost <current host> --newhost <new host>`` + + Updates the host name of all backups currently associated with a specified host. + Cinder Version ~~~~~~~~~~~~~~