Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Veeam snapshots are not working #20

Open
timansky opened this issue Jan 21, 2025 · 0 comments · May be fixed by #21
Open

Veeam snapshots are not working #20

timansky opened this issue Jan 21, 2025 · 0 comments · May be fixed by #21

Comments

@timansky
Copy link
Collaborator

Dublicate Issue
See https://forum.proxmox.com/threads/purestorage-flasharray-proxmox-va-multipath.158584/post-739376

TASK ERROR: Error :: PureStorage API :: Snapshot volume failed. => Trace: ==> Code: 400 ==> Message: {   "errors" => [     {       "context" => "snap-veeam_d04ef44c108e08e86b2bb0f71f",       "message" => "Snapshot suffix must be between 1 and 63 characters (alphanumeric and '-') in length and begin and end with a letter or number. The suffix must include at least one letter or '-'."     }   ] }

Apparently, Pure FA does not allow underscores ("_") in the snapshot names, but this is what Veeam supplies.

An easy fix to this [on the plugin's end] would be to auto-replace "_" with "-" when doing any snapshot operations.

@amulet1 amulet1 linked a pull request Jan 21, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant