Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 2014036

Summary: SRIOV-FEC: CR sriovfecclusterconfig doesn`t have SyncStatus
Product: OpenShift Container Platform Reporter: elevin
Component: NetworkingAssignee: Sebastian Scheinkman <sscheink>
Networking sub component: SR-IOV QA Contact: elevin
Status: CLOSED ERRATA Docs Contact:
Severity: low    
Priority: low CC: aos-bugs, dosmith, eparis, mifiedle, sscheink, zshi
Version: 4.8   
Target Milestone: ---   
Target Release: 4.8.z   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2022-01-11 22:31:15 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description elevin 2021-10-14 10:50:07 UTC
Description of problem:


sriovfecclusterconfig doesn`t have  SyncStatus
 
oc get sriovfecclusterconfigs.sriovfec.intel.com -A
NAMESPACE                     NAME     SYNCSTATUS
vran-acceleration-operators   config   

oc get sriovfecclusterconfigs.sriovfec.intel.com -A -oyaml
apiVersion: v1
items:
- apiVersion: sriovfec.intel.com/v2
  kind: SriovFecClusterConfig
  metadata:
    creationTimestamp: "2021-10-13T15:41:42Z"
    generation: 1
    managedFields:
    - apiVersion: sriovfec.intel.com/v2
      fieldsType: FieldsV1
      fieldsV1:
        f:spec:
          .: {}
          f:acceleratorSelector: {}
          f:nodes: {}
          f:physicalFunction:
            .: {}
            f:bbDevConfig: {}
            f:pfDriver: {}
            f:vfAmount: {}
            f:vfDriver: {}
      manager: acc100.test
      operation: Update
      time: "2021-10-13T15:41:42Z"
    name: config
    namespace: vran-acceleration-operators
    resourceVersion: "1390737"
    uid: 3a29171a-6e95-4ff1-815b-6d8b045137cc
  spec:
    acceleratorSelector: {}
    nodes:
    - nodeName: helix09.lab.eng.tlv2.redhat.com
      physicalFunctions:
      - bbDevConfig:
          acc100:
            downlink4G:
              aqDepthLog2: 4
              numAqsPerGroups: 16
              numQueueGroups: 2
            downlink5G:
              aqDepthLog2: 4
              numAqsPerGroups: 16
              numQueueGroups: 2
            maxQueueSize: 1024
            numVfBundles: 2
            pfMode: false
            uplink4G:
              aqDepthLog2: 4
              numAqsPerGroups: 16
              numQueueGroups: 2
            uplink5G:
              aqDepthLog2: 4
              numAqsPerGroups: 16
              numQueueGroups: 2
        pciAddress: 0000:86:00.0
        pfDriver: pci-pf-stub
        vfAmount: 2
        vfDriver: vfio-pci
    physicalFunction:
      bbDevConfig: {}
      pfDriver: ""
      vfAmount: 0
      vfDriver: ""
kind: List
metadata:
  resourceVersion: ""
  selfLink: ""

Version-Release number of selected component (if applicable):
sriov-fec.v2.0.0
Server Version: 4.8.15

How reproducible:
100%

Steps to Reproduce:
1.Apply sriovfecclusterconfig
2.
3.

Actual results:


Expected results:


Additional info:

Comment 3 elevin 2022-01-08 09:17:41 UTC
sriov-fec.v2.0.2 
Server Version: 4.8.25
=================================

SYNCSTATUS has been removed

=================================

 oc get sriovfecclusterconfigs -A
NAMESPACE                     NAME     AGE
vran-acceleration-operators   config   4m17s


apiVersion: v1
items:
- apiVersion: sriovfec.intel.com/v2
  kind: SriovFecClusterConfig
  metadata:
    creationTimestamp: "2022-01-08T09:12:50Z"
    generation: 1
    managedFields:
    - apiVersion: sriovfec.intel.com/v2
      fieldsType: FieldsV1
      fieldsV1:
        f:spec:
          .: {}
          f:acceleratorSelector:
            .: {}
            f:pciAddress: {}
          f:nodeSelector:
            .: {}
            f:kubernetes.io/hostname: {}
          f:physicalFunction:
            .: {}
            f:bbDevConfig:
              .: {}
              f:acc100:
                .: {}
                f:downlink4G:
                  .: {}
                  f:aqDepthLog2: {}
                  f:numAqsPerGroups: {}
                  f:numQueueGroups: {}
                f:downlink5G:
                  .: {}
                  f:aqDepthLog2: {}
                  f:numAqsPerGroups: {}
                  f:numQueueGroups: {}
                f:maxQueueSize: {}
                f:numVfBundles: {}
                f:pfMode: {}
                f:uplink4G:
                  .: {}
                  f:aqDepthLog2: {}
                  f:numAqsPerGroups: {}
                  f:numQueueGroups: {}
                f:uplink5G:
                  .: {}
                  f:aqDepthLog2: {}
                  f:numAqsPerGroups: {}
                  f:numQueueGroups: {}
            f:pfDriver: {}
            f:vfAmount: {}
            f:vfDriver: {}
          f:priority: {}
      manager: acc100.test
      operation: Update
      time: "2022-01-08T09:12:50Z"
    name: config
    namespace: vran-acceleration-operators
    resourceVersion: "389740"
    uid: afe4713e-183d-4358-b388-6616be21167f
  spec:
    acceleratorSelector:
      pciAddress: 0000:86:00.0
    nodeSelector:
      kubernetes.io/hostname: helix09.lab.eng.tlv2.redhat.com
    physicalFunction:
      bbDevConfig:
        acc100:
          downlink4G:
            aqDepthLog2: 4
            numAqsPerGroups: 16
            numQueueGroups: 2
          downlink5G:
            aqDepthLog2: 4
            numAqsPerGroups: 16
            numQueueGroups: 2
          maxQueueSize: 1024
          numVfBundles: 2
          pfMode: false
          uplink4G:
            aqDepthLog2: 4
            numAqsPerGroups: 16
            numQueueGroups: 2
          uplink5G:
            aqDepthLog2: 4
            numAqsPerGroups: 16
            numQueueGroups: 2
      pfDriver: pci-pf-stub
      vfAmount: 2
      vfDriver: vfio-pci
    priority: 1
kind: List
metadata:
  resourceVersion: ""
  selfLink: ""

Comment 5 errata-xmlrpc 2022-01-11 22:31:15 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory (OpenShift Container Platform 4.8.26 bug fix update), and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHBA-2022:0021