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
The whole module should be split in 2 parts: one 'core' driver, srb, to which back-ends (e.g. srb-cdmi) can register (or loaded by srb when it's requested to use an unknown endpoint). This will provide a clear separation between the block access layer and the networking code.
Some code, e.g. HTTP handling, can remain inside srb (and shared between back-ends).
The text was updated successfully, but these errors were encountered:
Related to the changes described in https://github.com/scality/RestBlockDriver/blob/sysfs-redesign/Documentation/sysfs-interface.rst and the work started in #84.
The whole module should be split in 2 parts: one 'core' driver,
srb
, to which back-ends (e.g.srb-cdmi
) can register (or loaded bysrb
when it's requested to use an unknown endpoint). This will provide a clear separation between the block access layer and the networking code.Some code, e.g. HTTP handling, can remain inside
srb
(and shared between back-ends).The text was updated successfully, but these errors were encountered: