Devserver uses /datacube for arbitrary directories,
for example to serve Git repositories.
On a VM, it's intended to be used to a separate disk than /.
On baremetal, it lives on the same raid of disks than /.
Ref T1537.
Differential D3059
Create ZFS filesystem for /datacube on devserver dereckson on Apr 27 2023, 17:35. Authored by Tags None Referenced Files
Subscribers None
Details
Devserver uses /datacube for arbitrary directories, On a VM, it's intended to be used to a separate disk than /. Ref T1537. Deploy on WindRiver
Diff Detail
Event TimelineComment Actions mount on WindRiver correctly gives arcology/datacube on /datacube (zfs, local, noatime, nfsv4acls) Complector $ salt windriver state.apply roles/devserver/datacube windriver: ---------- ID: /datacube Function: file.directory Result: True Comment: Directory /datacube updated Started: 17:36:25.064221 Duration: 8.128 ms Changes: ---------- /datacube: ---------- mode: 0711 mode: 0711 ---------- ID: arcology/datacube Function: zfs.filesystem_present Result: True Comment: filesystem arcology/datacube was created Started: 17:36:25.073127 Duration: 82.425 ms Changes: ---------- arcology/datacube: ---------- compression: zstd-7 mountpoint: /datacube Summary for windriver ------------ Succeeded: 2 (changed=2) Failed: 0 ------------ Total states run: 2 Total run time: 90.553 ms |