Skip to content

Commit a02f3be

Browse files
docs: Check disk space before pulling in upgrade docs
Co-Authored-By: Alex Welsh <[email protected]>
1 parent d130512 commit a02f3be

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

doc/source/operations/upgrading.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -356,6 +356,13 @@ Pulling container images from the local Pulp server to the control plane hosts
356356
can take a considerable time, because images are only synced from Ark to the
357357
local Pulp on demand, and there is potentially a large fan-out. Pulling images
358358
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:
359366

360367
.. code-block:: console
361368

0 commit comments

Comments
 (0)