Description of problem: https://access.redhat.com/documentation/en-us/red_hat_openstack_platform/11/html/upgrading_red_hat_openstack_platform/chap-director-minor-update#sect-Updating_Director_Packages step 2.2 2.2. Updating the Overcloud Images $ rm -rf ~/images/* [stack@undercloud-0 ~]$ cd ~/images -bash: cd: /home/stack/images: No such file or directory so need to clean directory, not remove directory itself Version-Release number of selected component (if applicable): osp11 How reproducible: alway Steps to Reproduce: 1.install osp11 2.upgrade undercloud https://access.redhat.com/documentation/en-us/red_hat_openstack_platform/11/html/upgrading_red_hat_openstack_platform/chap-director-minor-update#sect-Updating_Director_Packages 3.execute step 2.2 Actual results: directory exist Expected results: directory doesn't exist -bash: cd: /home/stack/images: No such file or directory Additional info:
This directory should exist from the initial installation: https://access.redhat.com/documentation/en-us/red_hat_openstack_platform/11/html/director_installation_and_usage/chap-installing_the_undercloud#sect-Creating_Directories_for_Templates_and_Images The main point is to remove the existing image file extracted from the tar file. If you've used a different location during your installation, you need to use that directory instead. Artem, will be closing this as NOTABUG unless you had any additional info.
Agree!