
Parameter Name | Description | Type |
|
|
|
total physical size of the SR, in bytes | read only | |
|
|
|
type | type of the SR, used to specify the SR | read only |
| backend driver to use |
|
|
|
|
the type of the SR's content. Used to | read only | |
| distinguish ISO libraries from other SRs. |
|
| For storage repositories that store a |
|
| library of ISOs, the |
|
| must be set to iso. In other cases, Citrix |
|
| recommends that this be set either to |
|
| empty, or the string user. |
|
|
|
|
shared | True if this SR is capable of being | read/write |
| shared between multiple XenServer |
|
| hosts; False otherwise |
|
|
|
|
list of key/value pairs that specify | read/write map parameter | |
| additional configuration parameters for |
|
| the SR . |
|
|
|
|
host | The storage repository host name | read only |
|
|
|
sum of | read only | |
| this storage repository (in bytes) |
|
|
|
|
SM dependent data | read only map parameter | |
|
|
|
blobs | binary data store | read only |
|
|
|
sr-create
Creates an SR on the disk, introduces it into the database, and creates a PBD attaching the SR to a XenServer host. If shared is set to true, a PBD is created for each XenServer host in the pool; if shared is not specified or set to false, a PBD is created only for the XenServer host specified with
The exact
sr-destroy
sr-destroy uuid=<sr_uuid>
Destroys the specified SR on the XenServer host.
sr-forget
sr-forget uuid=<sr_uuid>
The xapi agent forgets about a specified SR on the XenServer host, meaning that the SR is detached and you cannot access VDIs on it, but it remains intact on the source media (the data is not lost).
175