Uploaded image for project: 'OpenShift Bugs'
  1. OpenShift Bugs
  2. OCPBUGS-42095

PinnedImageSet documentation should specify volume size for workers

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Minor Minor
    • None
    • 4.17, 4.18
    • Documentation
    • None
    • False
    • Hide

      None

      Show
      None

      Description of problem:

          During our testing, we discovered that when the worker nodes have 50GiB of space or less the PinnedImageSet does not apply to them. The documentation should recommend the user to have at least a volume size of 75GiB in the workers for the feature to work correctly.

      Version-Release number of selected component (if applicable):

          

      How reproducible:

          Everytime

      Steps to Reproduce:

          1.Create cluster with workers with volume size of 50GiB
          2.Apply PinnedImageSet
          

      Actual results:

          When checking the machineconfignode of each worker they all display the following status in the pinnedImageSets annotation:
      
              "pinnedImageSets": [
                  {
                      "desiredGeneration": 1,
                      "lastFailedGeneration": 1,
                      "lastFailedGenerationErrors": [
                          "storage available is less than minimum required"
                      ],
                      "name": "worker-pinned-images"
                  }
              ]
      
      It is an expected status, in case of the volume size is not enough, that why the recommendation.

      Expected results:

          Pinned images should be downloaded.

      Additional info:

          

            rhn-support-jbrigman James Brigman
            vzepedam@redhat.com Vicente Zepeda Mas
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: