ATM only storage API server is deployed.
Description
Description
Status | Assigned | Task | ||
---|---|---|---|---|
Migrated | gitlab-migration | T239 preserve at least 2 copies of each content object | ||
Migrated | gitlab-migration | T240 content archiver | ||
Migrated | gitlab-migration | T381 HTTP client/server version of swh.storage.objstorage | ||
Migrated | gitlab-migration | T405 Deploying objstorage API server |
Event Timeline
Comment Actions
Note that there are at least 2 separate sub-tasks here, with potentially different priorities:
- deploying the objstorage API server on uffizi (the master object storage)
- deploying the objstorage API server on banco (the slave object storage)
I'm not sure if the archiver @qcampos is developing uses objstorage for both read and write. If so, both tasks are at the same priority; if not depoying on banco (for the write end of the archival) is more urgent.
Comment Actions
The archiver uses objstorage only for writing, and storage for reading.
However, it could be replaced by only an objstorage + database for reading as well, and may possibly be an improvement as the storage is an unnecessary intermediate layer.