We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d130512 commit a02f3beCopy full SHA for a02f3be
doc/source/operations/upgrading.rst
@@ -356,6 +356,13 @@ Pulling container images from the local Pulp server to the control plane hosts
356
can take a considerable time, because images are only synced from Ark to the
357
local Pulp on demand, and there is potentially a large fan-out. Pulling images
358
in advance of the upgrade moves this step out of the maintenance/change window.
359
+Consider checking available disk space before pulling:
360
+
361
+.. code-block:: console
362
363
+ kayobe overcloud host command run --command "df -h" --show-output --limit controllers[0],compute[0],storage[0]
364
365
+Then pull the images:
366
367
.. code-block:: console
368
0 commit comments