Add explanations re:Storage Repositories to the Xen-API overview#7101
Open
shindere wants to merge 1 commit into
Open
Add explanations re:Storage Repositories to the Xen-API overview#7101shindere wants to merge 1 commit into
shindere wants to merge 1 commit into
Conversation
Signed-off-by: Seb Hinderer <sebastien.hinderer@vates.tech>
minglumlu
reviewed
May 29, 2026
| - Next, we need to specify the UUID of the Storage Repository where the VM's | ||
| disks will be instantiated. We have to put this in the `sr` attribute in | ||
| - Next, we need to specify where the VM's disks will be stored by | ||
| default. We do so by putting `my_sr_ref` in the `sr` attribute in |
Member
There was a problem hiding this comment.
I haven't verified it. But from the code, it seems indeed it is UUID.
https://github.com/xapi-project/xen-api/blob/master/ocaml/xapi/xapi_templates.ml#L128
gthvn1
requested changes
Jun 1, 2026
gthvn1
left a comment
Contributor
There was a problem hiding this comment.
LGTM, just need to check if it is a Ref or a UUID that you need to provide for the SR when modifying the other-config. It looks like it is a UUID.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The description of how to install a VM through the Xen API didmention storage repositories but only in passing. This PR proposes to fully introduce them before moving on to the installation of VMs.