frostfs-node/pkg/local_object_storage/blobovnicza
Evgenii Stratonikov 73f8bb3e5f [#1523] shard: Store generic storage ID in metabase
Allow to extend blobstor with more storage sub-systems. Currently
objects stored in the FSTree have empty byte slice descriptor and object
from blobovnicza tree have the same id as earlier. Each such change in
the identifier formation should be accompanied with metabase version
increase.

Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
2022-08-22 13:14:19 +03:00
..
blobovnicza.go [#1559] local_object_storage: Provide readOnly flag to `Open` 2022-07-21 17:56:06 +03:00
blobovnicza_test.go [#1520] shard: Ignore errors on metabase refill 2022-06-21 17:25:28 +03:00
control.go [#1463] blobovnicza: Determine db size via `os.Stat` 2022-06-03 13:42:54 +03:00
delete.go [#1460] blobovnicza: Do not use pointers as the results 2022-06-06 18:03:12 +03:00
errors.go [#1320] English Check 2022-05-11 10:40:02 +03:00
get.go [#1460] blobovnicza: Do not use pointers as the results 2022-06-06 18:03:12 +03:00
id.go [#1523] shard: Store generic storage ID in metabase 2022-08-22 13:14:19 +03:00
iterate.go [#1520] shard: Ignore errors on metabase refill 2022-06-21 17:25:28 +03:00
iterate_test.go [#1418] blobovnicza: Do not use pointers as parameters 2022-06-03 07:35:17 +03:00
put.go [#1460] blobovnicza: Do not use pointers as the results 2022-06-06 18:03:12 +03:00
sizes.go [#1094] blobovnicza: calculate size in `Init` properly 2022-01-31 12:36:40 +03:00
sizes_test.go [#216] blobovnicza: Implement main methods and logic 2020-12-11 17:19:37 +03:00