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

Bug 1789876

Summary: Node version show v0.0.0-master+$Format:%h$
Product: OpenShift Container Platform Reporter: Weibin Liang <weliang>
Component: ReleaseAssignee: Luke Meyer <lmeyer>
Status: CLOSED WORKSFORME QA Contact: Wei Sun <wsun>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 4.4CC: aos-bugs, geliu, jokerman, scuppett, wzheng
Target Milestone: ---   
Target Release: 4.4.0   
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: 2020-03-11 14:36:21 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 Weibin Liang 2020-01-10 15:56:35 UTC
Description of problem:
Node version show v0.0.0-master+$Format:%h$ 

Version-Release number of selected component (if applicable):
 4.4.0-0.nightly-2020-01-09-013524

How reproducible:
Always

Steps to Reproduce:
[root@dhcp-41-193 ~]# oc get nodes
NAME                                         STATUS   ROLES    AGE    VERSION
ip-10-0-133-62.us-east-2.compute.internal    Ready    master   112m   v0.0.0-master+$Format:%h$
ip-10-0-136-190.us-east-2.compute.internal   Ready    worker   103m   v0.0.0-master+$Format:%h$
ip-10-0-148-26.us-east-2.compute.internal    Ready    master   112m   v0.0.0-master+$Format:%h$
ip-10-0-149-37.us-east-2.compute.internal    Ready    worker   103m   v0.0.0-master+$Format:%h$
ip-10-0-164-201.us-east-2.compute.internal   Ready    master   112m   v0.0.0-master+$Format:%h$
[root@dhcp-41-193 ~]# oc get clusterversion
NAME      VERSION                             AVAILABLE   PROGRESSING   SINCE   STATUS
version   4.4.0-0.nightly-2020-01-09-013524   True        False         94m     Cluster version is 4.4.0-0.nightly-2020-01-09-013524
[root@dhcp-41-193 ~]#
Actual results:
v0.0.0-master+$Format:%h$

Expected results:
Should show correct version same like: v1.16.2

Additional info:

Comment 4 Ryan Phillips 2020-02-04 22:51:07 UTC
*** Bug 1786083 has been marked as a duplicate of this bug. ***

Comment 5 Weibin Liang 2020-03-11 14:36:21 UTC
[root@dhcp-41-193 FILE]# oc get clusterversion
NAME      VERSION                             AVAILABLE   PROGRESSING   SINCE   STATUS
version   4.4.0-0.nightly-2020-03-11-095741   True        False         3m25s   Cluster version is 4.4.0-0.nightly-2020-03-11-095741
[root@dhcp-41-193 FILE]# oc get nodes
NAME                                         STATUS   ROLES    AGE   VERSION
ip-10-0-135-123.us-east-2.compute.internal   Ready    master   25m   v1.17.1
ip-10-0-143-117.us-east-2.compute.internal   Ready    worker   13m   v1.17.1
ip-10-0-145-61.us-east-2.compute.internal    Ready    master   25m   v1.17.1
ip-10-0-154-72.us-east-2.compute.internal    Ready    worker   13m   v1.17.1
ip-10-0-165-48.us-east-2.compute.internal    Ready    worker   13m   v1.17.1
ip-10-0-166-87.us-east-2.compute.internal    Ready    master   24m   v1.17.1
[root@dhcp-41-193 FILE]#