Refactor blobstor configuration #618

Closed
opened 2025-12-28 17:20:03 +00:00 by sami · 1 comment
Owner

Originally created by @fyrchik on GitHub (Jun 16, 2022).

Make blobstor configuration contain multiple same-level "blobstors", each with it's own policy.

blobstor:
  -  type: blobovnicza.tree
     path: /srv/neofs/small0
     size: 4g
     depth: 1
     width: 4
     opened_cache_capacity: 50
     policy:
       max_object_size: 1024k
  -  type: fstree
     path: /srv/neofs/big0
     compress: true
     perm: 0644
     depth: 5
Originally created by @fyrchik on GitHub (Jun 16, 2022). Make blobstor configuration contain multiple same-level "blobstors", each with it's own policy. ``` blobstor: - type: blobovnicza.tree path: /srv/neofs/small0 size: 4g depth: 1 width: 4 opened_cache_capacity: 50 policy: max_object_size: 1024k - type: fstree path: /srv/neofs/big0 compress: true perm: 0644 depth: 5 ``` - [x] #1523 - [x] #1524 - [x] #1525 - [x] #1526 - [x] #1527 - [x] #1528
sami 2025-12-28 17:20:03 +00:00
  • closed this issue
  • added the
    epic
    U3
    labels
Author
Owner

@roman-khimov commented on GitHub (Dec 21, 2023):

In general, superseded by #2497. Some inner ones can still be useful though.

@roman-khimov commented on GitHub (Dec 21, 2023): In general, superseded by #2497. Some inner ones can still be useful though.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
nspcc-dev/neofs-node#618
No description provided.