Uploaded image for project: 'Product Technical Learning'
  1. Product Technical Learning
  2. PTL-15280

Step indicates a configuration that is different from the provided file

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Normal Normal
    • None
    • DO316 - OCP4.16-en-4-20250704
    • DO316, DO316F
    • None
    • False
    • Hide

      None

      Show
      None
    • False
    • en-US (English)

      Please fill in the following information:


      URL:  
      Reporter RHNID:  
      Section Title:  5.6. Guided Exercise Connect a Virtual Machine to External Storage                                                                  

      Issue description

      Step 3.1 indicates that the ~/DO316/labs/storage-external/pvc.yaml file has the following content:

       

      apiVersion: v1
      kind: PersistentVolumeClaim
      metadata:
        name: mariadb-binlog
        namespace: storage-external
      spec:
        resources:
          requests:
            storage: 1Gi
        accessModes:
          - ReadWriteOnce
        storageClassName: ""
        volumeMode: Block

      but instead the file contains:

      apiVersion: v1
      kind: PersistentVolumeClaim
      metadata:
        name: mariadb-binlog
        namespace: storage-external
      spec:
        resources:
          requests:
            storage: 1Gi
        accessModes:
          - ReadWriteOnce
        storageClassName: ocs-external-storagecluster-ceph-rbd-virtualization
        volumeMode: Block

       

      Steps to reproduce:

      Run the lab

      Workaround:

      disregard the content from the book

      Expected result:

              rht-bgargallo Bernardo Andres Gargallo Jaquotot
              rhn-gls-rtaniguchi Ricardo Taniguchi
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: