Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 50 additions & 0 deletions docs/upgrade/v1-6-x-to-v1-7-x.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,3 +232,53 @@ This workaround is only necessary when upgrading to v1.7.0. In v1.7.1 and later
:::

Related issues: [#9815](https://github.com/harvester/harvester/issues/9815) and [#9802](https://github.com/harvester/harvester/issues/9802)

### 4. After upgrade from to v1.7.x, Running VM show message "Restart action is required ..."

After upgrade, the Harvester UI might show message like `"Restart action is required ..."`, Kubevirt adds a field to the vm definition implicitly during the upgrade.

Check the yaml output of the related VM, it shows information like below.

```yaml
metadata:
...
managedFields:
- apiVersion: kubevirt.io/v1
fieldsType: FieldsV1
fieldsV1:
f:metadata:
f:annotations:
f:kubevirt.io/latest-observed-api-version: {}
f:kubevirt.io/storage-observed-api-version: {}
f:finalizers:
v:"kubevirt.io/virtualMachineControllerFinalize"null: {}
f:spec:
f:template:
f:spec:
f:domain:
f:firmware:
.: {}
f:uuid: {}
manager: virt-controller
operation: Update
time: "2025-12-15T09:10:30Z"
...
spec:
template:
spec:
domain:
firmware:
uuid: d633a622-2335-5606-93ae-d432b7c7f2d2
...
status:
conditions:
- lastProbeTime: "null"
lastTransitionTime: "2025-12-15T09:10:30Z"
message: a non-live-updatable field was changed in the template spec
status: "True"
type: RestartRequired
```

Restart the VM on a proper time to eliminate this warning message.

Related issues: [#9751](https://github.com/harvester/harvester/issues/9751)
50 changes: 50 additions & 0 deletions versioned_docs/version-v1.7/upgrade/v1-6-x-to-v1-7-x.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,3 +232,53 @@ This workaround is only necessary when upgrading to v1.7.0. In v1.7.1 and later
:::

Related issues: [#9815](https://github.com/harvester/harvester/issues/9815) and [#9802](https://github.com/harvester/harvester/issues/9802)

### 4. After upgrade from to v1.7.x, Running VM show message "Restart action is required ..."

After upgrade, the Harvester UI might show message like `"Restart action is required ..."`, Kubevirt adds a field to the vm definition implicitly during the upgrade.

Check the yaml output of the related VM, it shows information like below.

```yaml
metadata:
...
managedFields:
- apiVersion: kubevirt.io/v1
fieldsType: FieldsV1
fieldsV1:
f:metadata:
f:annotations:
f:kubevirt.io/latest-observed-api-version: {}
f:kubevirt.io/storage-observed-api-version: {}
f:finalizers:
v:"kubevirt.io/virtualMachineControllerFinalize"null: {}
f:spec:
f:template:
f:spec:
f:domain:
f:firmware:
.: {}
f:uuid: {}
manager: virt-controller
operation: Update
time: "2025-12-15T09:10:30Z"
...
spec:
template:
spec:
domain:
firmware:
uuid: d633a622-2335-5606-93ae-d432b7c7f2d2
...
status:
conditions:
- lastProbeTime: "null"
lastTransitionTime: "2025-12-15T09:10:30Z"
message: a non-live-updatable field was changed in the template spec
status: "True"
type: RestartRequired
```

Restart the VM on a proper time to eliminate this warning message.

Related issues: [#9751](https://github.com/harvester/harvester/issues/9751)