From de32a70844b6ef40e969517c00550ad04dc28097 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Thu, 8 Feb 2018 19:43:39 -0500 Subject: [PATCH] doc: mention that --on-shared-storage is not needed with nova evacuate The 2.14 microversion makes the --on-shared-storage calculation happen automatically in the compute service, so we should make a note of that in the evacuate CLI docs. Change-Id: I88806897a2412971b3c7488155f17156ae1c7bf9 --- doc/source/admin/evacuate.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/source/admin/evacuate.rst b/doc/source/admin/evacuate.rst index ef3b2256da3c..70eb1c7288d9 100644 --- a/doc/source/admin/evacuate.rst +++ b/doc/source/admin/evacuate.rst @@ -47,3 +47,8 @@ current VM host is not operational. Otherwise, the evacuation fails. .. code-block:: console $ nova evacuate EVACUATED_SERVER_NAME HOST_B --on-shared-storage + + .. note:: Starting with the 2.14 compute API version, one no longer needs + to specify ``--on-shared-storage`` even if the server is on a + compute host which is using shared storage. The compute service + will automatically detect if it is running on shared storage.