Skip to content

Commit 408ecd8

Browse files
committed
Update per review commments
Signed-off-by: Jian Wang <[email protected]>
1 parent eef5ff4 commit 408ecd8

File tree

2 files changed

+32
-10
lines changed

2 files changed

+32
-10
lines changed

docs/upgrade/v1-6-x-to-v1-7-x.md

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -233,11 +233,22 @@ This workaround is only necessary when upgrading to v1.7.0. In v1.7.1 and later
233233
234234
Related issues: [#9815](https://github.com/harvester/harvester/issues/9815) and [#9802](https://github.com/harvester/harvester/issues/9802)
235235
236-
### 4. After upgrade from to v1.7.x, Running VM show message "Restart action is required ..."
236+
### 4. After upgrade to v1.7.x, Running VM show message "Restart action is required ..."
237237
238-
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.
238+
After the upgrade, the Harvester UI may show the message `"Restart action is required ..."` for running virtual machines. This occurs because KubeVirt adds the following field to the virtual machine definition during the upgrade.
239239
240-
Check the yaml output of the related VM, it shows information like below.
240+
```yaml
241+
spec:
242+
template:
243+
spec:
244+
domain:
245+
firmware:
246+
uuid: <VALUE>
247+
```
248+
249+
Check if the YAML definition of the affected virtual machines includes this field.
250+
251+
Example:
241252

242253
```yaml
243254
metadata:
@@ -279,6 +290,6 @@ Check the yaml output of the related VM, it shows information like below.
279290
type: RestartRequired
280291
```
281292
282-
Restart the VM on a proper time to eliminate this warning message.
293+
To clear the message, restart the affected virtual machines at your next scheduled maintenance window.
283294
284-
Related issues: [#9751](https://github.com/harvester/harvester/issues/9751)
295+
Related issue: [#9751](https://github.com/harvester/harvester/issues/9751)

versioned_docs/version-v1.7/upgrade/v1-6-x-to-v1-7-x.md

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -233,11 +233,22 @@ This workaround is only necessary when upgrading to v1.7.0. In v1.7.1 and later
233233
234234
Related issues: [#9815](https://github.com/harvester/harvester/issues/9815) and [#9802](https://github.com/harvester/harvester/issues/9802)
235235
236-
### 4. After upgrade from to v1.7.x, Running VM show message "Restart action is required ..."
236+
### 4. After upgrade to v1.7.x, Running VM show message "Restart action is required ..."
237237
238-
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.
238+
After the upgrade, the Harvester UI may show the message `"Restart action is required ..."` for running virtual machines. This occurs because KubeVirt adds the following field to the virtual machine definition during the upgrade.
239239
240-
Check the yaml output of the related VM, it shows information like below.
240+
```yaml
241+
spec:
242+
template:
243+
spec:
244+
domain:
245+
firmware:
246+
uuid: <VALUE>
247+
```
248+
249+
Check if the YAML definition of the affected virtual machines includes this field.
250+
251+
Example:
241252

242253
```yaml
243254
metadata:
@@ -279,6 +290,6 @@ Check the yaml output of the related VM, it shows information like below.
279290
type: RestartRequired
280291
```
281292
282-
Restart the VM on a proper time to eliminate this warning message.
293+
To clear the message, restart the affected virtual machines at your next scheduled maintenance window.
283294
284-
Related issues: [#9751](https://github.com/harvester/harvester/issues/9751)
295+
Related issue: [#9751](https://github.com/harvester/harvester/issues/9751)

0 commit comments

Comments
 (0)