Page MenuHomeDevCentral

Create separate volumes for datacubes
ClosedPublic

Authored by dereckson on Apr 27 2023, 20:35.
Tags
None
Referenced Files
F10445708: D3061.diff
Tue, Jul 8, 02:25
Unknown Object (File)
Thu, Jun 26, 13:21
Unknown Object (File)
Thu, Jun 19, 18:22
Unknown Object (File)
Tue, Jun 17, 20:05
Unknown Object (File)
Tue, Jun 17, 06:37
Unknown Object (File)
Tue, Jun 17, 02:19
Unknown Object (File)
Mon, Jun 16, 09:27
Unknown Object (File)
Sun, Jun 15, 04:04
Subscribers
None

Details

Summary

That will ease ZFS backup with receive + send.

Ref T1537.

Test Plan

Deploy on WindRiver

Diff Detail

Repository
rOPS Nasqueron Operations
Lint
Lint Passed
Unit
No Test Coverage
Branch
main
Build Status
Buildable 4830
Build 5111: arc lint + arc unit

Event Timeline

dereckson created this revision.
This revision is now accepted and ready to land.Apr 27 2023, 20:41
This revision was automatically updated to reflect the committed changes.
Complector
$ salt windriver state.apply roles/devserver/datacube
[…]
----------
          ID: arcology/datacube/git
    Function: zfs.filesystem_present
      Result: True
     Comment: filesystem arcology/datacube/git was created
     Started: 20:37:56.239571
    Duration: 98.386 ms
     Changes:
              ----------
              arcology/datacube/git:
                  ----------
                  compression:
                      zstd
                  mountpoint:
                      /datacube/git
[…]

zstd offers already a good compression ratio with a correct speed. Copy data in zstd-7 was slow, for a final compression rate of < 1.1, so if most datacube content is already compressed, it's not worthwhile to seek best compression ratio.