[PSAP-1060] pre-merge testing

          Trying to get rid of closed issues from the Kanban board

          Ashish Kamra added a comment - Trying to get rid of closed issues from the Kanban board

          Liquan Cui added a comment -

          Pre-merge Testing for Story https://issues.redhat.com/browse/PSAP-1059

           oc apply -f all-nodes-tuned.yaml 
          tuned.tuned.openshift.io/tuning-all-nodes created
          [ocpadmin@ec2-18-217-45-133 nto]$ cat all-nodes-tuned.yaml 
          apiVersion: tuned.openshift.io/v1
          kind: Tuned
          metadata:
           name: tuning-all-nodes
           namespace: openshift-cluster-node-tuning-operator
          spec:
           profile:
           - data: |
               [main]
               summary=Custom OpenShift ntotuning profile
               include=openshift-control-plane,openshift-node
               [sysctl]
               kernel.pid_max=181818
             name: "tuning-all-nodes"
           
           recommend:
             - priority: 20
               profile: ""
               profile: tuning-all-nodes
          [ocpadmin@ec2-18-217-45-133 nto]$ oc get profile
          NAME                           TUNED              APPLIED   DEGRADED   AGE
          ip-10-0-154-106.ec2.internal   tuning-all-nodes   True      False      20m
          ip-10-0-156-30.ec2.internal    tuning-all-nodes   True      False      23m
          ip-10-0-173-249.ec2.internal   tuning-all-nodes   True      False      23m
          ip-10-0-191-202.ec2.internal   tuning-all-nodes   True      False      20m
          ip-10-0-193-203.ec2.internal   tuning-all-nodes   True      False      23m

           

          Before apply custom profile

          sh-5.1# printf '{"jsonrpc": "2.0", "method": "active_profile", "id": 1}' | nc -U /run/tuned/tuned.sock 

          {"jsonrpc": "2.0", "id": 1, "result": "openshift-node"}

          sh-5.1# 

          After apply custom profile
          sh-5.1# printf '{"jsonrpc": "2.0", "method": "active_profile", "id": 1}' | nc -U /run/tuned/tuned.sock 

          {"jsonrpc": "2.0", "id": 1, "result": "tuning-all-nodes"}

          sh-5.1# 

          Liquan Cui added a comment - Pre-merge Testing for Story https://issues.redhat.com/browse/PSAP-1059  oc apply -f all-nodes-tuned.yaml  tuned.tuned.openshift.io/tuning-all-nodes created [ocpadmin@ec2-18-217-45-133 nto] $ cat all-nodes-tuned.yaml  apiVersion: tuned.openshift.io/v1 kind: Tuned metadata:  name: tuning-all-nodes  namespace: openshift-cluster-node-tuning-operator spec:  profile:  - data: |       [main]      summary=Custom OpenShift ntotuning profile      include=openshift-control-plane,openshift-node       [sysctl]      kernel.pid_max=181818    name: "tuning-all-nodes"    recommend:    - priority: 20      profile: ""      profile: tuning-all-nodes [ocpadmin@ec2-18-217-45-133 nto] $ oc get profile NAME                           TUNED              APPLIED   DEGRADED   AGE ip-10-0-154-106.ec2.internal   tuning-all-nodes   True      False      20m ip-10-0-156-30.ec2.internal    tuning-all-nodes   True      False      23m ip-10-0-173-249.ec2.internal   tuning-all-nodes   True      False      23m ip-10-0-191-202.ec2.internal   tuning-all-nodes   True      False      20m ip-10-0-193-203.ec2.internal   tuning-all-nodes   True      False      23m   Before apply custom profile sh-5.1# printf '{"jsonrpc": "2.0", "method": "active_profile", "id": 1}' | nc -U /run/tuned/tuned.sock  {"jsonrpc": "2.0", "id": 1, "result": "openshift-node"} sh-5.1#  After apply custom profile sh-5.1# printf '{"jsonrpc": "2.0", "method": "active_profile", "id": 1}' | nc -U /run/tuned/tuned.sock  {"jsonrpc": "2.0", "id": 1, "result": "tuning-all-nodes"} sh-5.1# 

            rhn-support-liqcui Liquan Cui
            rhn-support-liqcui Liquan Cui
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: