diff --git a/doc/source/contributor/rolling.upgrades.rst b/doc/source/contributor/rolling.upgrades.rst index 3701e797fbb..265ddef3068 100644 --- a/doc/source/contributor/rolling.upgrades.rst +++ b/doc/source/contributor/rolling.upgrades.rst @@ -458,3 +458,13 @@ Documentation `_ . +What can be checked? +.................... + +The cinder-status CLI tool is assumed to be run from a place where it can +read cinder.conf for the services, and that it can access the Cinder +database to query information. + +It cannot be assumed to have network access to a storage backend -- a backend +may only be accessible from the Cinder Volume service and not reachable +directly from where this tool is run.