-
Bug
-
Resolution: Unresolved
-
Major
-
Global Hub 1.7.0
-
None
-
Quality / Stability / Reliability
-
False
-
-
False
-
-
-
Moderate
-
None
Description of problem:
Globalhub migrate clusterdeployment/clusterinstance/bmh and related resources with status.
But after apply the clusterinstance, the online status is false.
Still do not known the impact.
Version-Release number of selected component (if applicable):
How reproducible:
Steps to Reproduce:
- Install ACM hub1 and hub2, provision a SNO(vm001) cluster using clusterinstance in hub1
- Migrate vm001 from hub1 to hub2
- Apply the clusterinstance
- Then the bmh online status is false
- ...
Actual results:
[root@e38-h01-000-r650 ldp]# oc get bmh -n vm00297
NAME STATE CONSUMER ONLINE ERROR AGE
vm00297 externally provisioned false 104m
[root@e38-h01-000-r650 ldp]# oc get bmh -n vm00297 -oyaml
apiVersion: v1
items:
- apiVersion: metal3.io/v1alpha1
kind: BareMetalHost
metadata:
annotations:
baremetalhost.metal3.io/detached: imageclusterinstall-controller
image-based-install-managed: ""
inspect.metal3.io: disabled
siteconfig.open-cluster-management.io/sync-wave: "1"
creationTimestamp: "2025-12-23T03:30:07Z"
finalizers:
- baremetalhost.metal3.io
generation: 2
labels:
siteconfig.open-cluster-management.io/owned-by: vm00297_vm00297
name: vm00297
namespace: vm00297
resourceVersion: "5070386"
uid: 7f0c26ac-a272-4bbb-a3a3-43897623d295
spec:
automatedCleaningMode: disabled
bmc:
address: redfish-virtualmedia+http://[fc00:1005::2b]:9000/redfish/v1/Systems/bb720898-bdda-52a7-baae-ab740125d5b8
credentialsName: vm00297-bmc-secret
disableCertificateVerification: true
bootMACAddress: "52:54:00:00:01:29"
bootMode: UEFI
externallyProvisioned: true
online: false
preprovisioningNetworkDataName: vm00297
status:
errorCount: 0
errorMessage: ""
goodCredentials:
credentials:
name: vm00297-bmc-secret
namespace: vm00297
credentialsVersion: "203137"
hardwareProfile: unknown
lastUpdated: "2025-12-19T03:33:40Z"
operationHistory:
deprovision:
end: null
start: null
inspect:
end: null
start: null
provision:
end: null
start: null
register:
end: "2025-12-19T03:16:55Z"
start: "2025-12-19T03:15:31Z"
operationalStatus: detached
poweredOn: true
provisioning:
ID: f0c4fcf6-8533-4691-8f4b-8e2a69a89844
bootMode: UEFI
image:
url: ""
rootDeviceHints:
deviceName: /dev/sda
state: externally provisioned
triedCredentials:
credentials:
name: vm00297-bmc-secret
namespace: vm00297
credentialsVersion: "203137"
kind: List
metadata:
resourceVersion: ""Expected results:
Additional info: