feat(docs/backup_troubleshooting): SR_OPERATION_NOT_SUPPORTED (#5232)

Add SR_OPERATION_NOT_SUPPORTED error troubleshooting.
This commit is contained in:
tonyuh 2020-08-28 16:49:47 +07:00 committed by GitHub
parent b82aa1daa5
commit 7f9130470b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -83,3 +83,7 @@ To check your free space, enter your XOA and run `xoa check` to check free syste
This is happening when you have a _smart backup job_ that doesn't match any VMs. For example: you created a job to backup all running VMs. If no VMs are running on backup schedule, you'll have this message. This could also happen if you lost connection with your pool master (the VMs aren't visible anymore from Xen Orchestra).
Edit your job and try to see matching VMs or check if your pool is connected to XOA.
## Error: SR_OPERATION_NOT_SUPPORTED
This error can be caused by leaving any removable device (such as USB storage) attached to the VM that you are backing up or snapshotting, detach the device and retry. This can also be caused if you created a VM disk using the [RAW format](https://xcp-ng.org/docs/storage.html#using-raw-format).