Replies: 1 comment 1 reply
-
|
@Luskan777 , If you are on 4.21.0, I think support for restore to ceph primary storage is added on version 4.22. Refer the following PR. #11684 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
problem
Hello, I'm using NAS backup, and I'm having trouble restoring backups to the primary storage Ceph RBD.
Currently, the documentation states that the Ceph primary storage type is supported, but I have doubts as to whether it is actually supported, or if the documentation refers to CephFS.
I can perform the backup normally, which leads me to believe that it is indeed supported; however, when restoring the backup, it returns the following errors:
KVM agent logs:
If we look closely at the command it is trying to execute to restore the backup, we find the following command:
It seems that it is trying to restore the volume to a primary file system-based storage (NFS, ShareMountPoint, LocalStorage...)
We can confirm this because the path /mnt
/39eb8eaf-5196-35bf-8758-ddad77f491e9/f20043f7-1bf9-4bc2-98b1-b8e00cf5b97f has the ID of my primary storage (39eb8eaf-5196-35bf-8758-ddad77f491e9)
versions
Version: 4.21.0
Agents: KVM (Ubuntu 22)
Zone Type: Advanced Network
Primary Storage: Ceph RBD
Secondary Storage: NFS
The steps to reproduce the bug
...
What to do about it?
Restore backups of Ceph RBD-based volumes.
Beta Was this translation helpful? Give feedback.
All reactions