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
An attempt to restore a VM from restic backup fails with the error message as below:
Wed May 7 09:04:49 2025 [Z0][TrM][E]: datastore_action: [STDERR] "/var/lib/one/remotes/datastore/restic/restic.rb:373:in `parse_paths': Fatal: unable to open config file: stat /var/lib/one/datastores/100/1/config: no such file or directory (StandardError)\nIs there a repository at the following location?\n/var/lib/one/datastores/100/1\n from /var/lib/one/remotes/datastore/restic/restic.rb:239:in `read_document'\n from /var/lib/one/remotes/tm/lib/../../datastore/restic/ls:114:in `<main>'\n"
Wed May 7 09:04:49 2025 [Z0][TrM][I]: Error restoring VM disks: cannot list backup contents
To Reproduce
Instantiate the VM
Trigger a backup action:
onevm backup --schedule now -d <backup_ds_id> <vm_id>
Power off the VM:
onevm poweroff <vm_id>
Restore the VM from backup:
onevm restore <vm_id> <backup_id>
Expected behavior
The VM should be restored from the backup successfully.
Details
Affected Component: Core
Version: 6.10.3 and most likely development
Progress Status
Code committed
Testing - QA (create a microenv for this scenario)
Documentation (Release notes - resolved issues, compatibility, known issues)
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Description
An attempt to restore a VM from restic backup fails with the error message as below:
To Reproduce
Instantiate the VM
Trigger a backup action:
Power off the VM:
Restore the VM from backup:
Expected behavior
The VM should be restored from the backup successfully.
Details
Progress Status
The text was updated successfully, but these errors were encountered: