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
In the IDL the type sr (for an attached SR) should probably be marked as abstract. We should return it from SR.attach, store it away somewhere and resupply it later.
For the python boilerplate this probably corresponds to using pickle to store away the result in the boilerplate. The xapi-storage-service could persist a mapping of SR.uri to type sr on disk.
The text was updated successfully, but these errors were encountered:
In the IDL the
type sr
(for an attached SR) should probably be marked as abstract. We should return it fromSR.attach
, store it away somewhere and resupply it later.For the python boilerplate this probably corresponds to using
pickle
to store away the result in the boilerplate. Thexapi-storage-service
could persist a mapping ofSR.uri
totype sr
on disk.The text was updated successfully, but these errors were encountered: