Page MenuHomeDevCentral

Create separate volumes for datacubes
ClosedPublic

Authored by dereckson on Apr 27 2023, 20:35.
Tags
None
Referenced Files
F41295368: D3061.diff
Mon, Aug 3, 20:32
Unknown Object (File)
Sat, Jul 25, 19:39
Unknown Object (File)
Sat, Jul 25, 04:02
Unknown Object (File)
Sun, Jul 19, 00:01
Unknown Object (File)
Sat, Jul 18, 19:15
Unknown Object (File)
Sat, Jul 18, 16:18
Unknown Object (File)
Wed, Jul 15, 16:50
Unknown Object (File)
Wed, Jul 15, 16:26
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.