You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We call `SR.stat` on already-attached SRs, so should provide the attached
URI. For example if an SR is created at
iscsi://target/iqn/disk
the `SR.attach` will return a local path like
file:///var/run/sr-mount/foo
We then call `SR.stat` with `file:///var/run/sr-mount/foo`. This makes
it easy to query the SR attributes such as
- free space
- name
etc
Signed-off-by: David Scott <[email protected]>
0 commit comments