You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: versioned_docs/version-v1.2/vm/backup-restore.md
+78Lines changed: 78 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -187,3 +187,81 @@ Example:
187
187
|`b-c`|`a`|`a-b-c.cfg`|
188
188
189
189
Harvester v1.3.0 fixes this issue by changing the metadata file path to `<storage-path>/harvester/vmbackups/<vmbackup-namespace>/<vmbackup-name>.cfg`. If you are using an earlier version, however, ensure that VM backup names do not cause the described file naming conflicts.
190
+
191
+
### Failure to Create Backup for Stopped VM
192
+
193
+
When creating a backup for a stopped VM, the Harvester UI may display an error message that indicates a known issue.
194
+
195
+

196
+
197
+
To determine if the [issue](https://github.com/harvester/harvester/issues/5841) has occurred, locate the VM backup on the **Dashboard** screen and perform the following steps:
198
+
199
+
1. Obtain the names of the problematic `VolumeSnapshot` resources that are related to the VM backup.
You must perform the listed actions for all problematic `VolumeSnapshot` resources identified in step 1.
256
+
:::
257
+
258
+
The issue has likely occurred if the status of the related `Longhorn Snapshot` resources is `readyToUse` and the state of the related `Longhorn backups` resources is `Completed`.
259
+
260
+
Start the VM before creating the VM backup to prevent the issue from occurring again. If you still choose to create the backup while the VM is stopped, change the state of the VM backup by running the following command:
0 commit comments