Page MenuHomeDevCentral

Create datacube for xcombelle on devserver role
ClosedPublic

Authored by dereckson on May 12 2023, 22:35.
Tags
None
Referenced Files
F7435083: D3088.id7885.diff
Sat, Apr 26, 17:09
Unknown Object (File)
Fri, Apr 25, 03:18
Unknown Object (File)
Mon, Apr 21, 01:26
Unknown Object (File)
Tue, Apr 15, 01:31
Unknown Object (File)
Mon, Apr 14, 11:25
Unknown Object (File)
Mon, Apr 14, 05:29
Unknown Object (File)
Mon, Apr 14, 03:45
Unknown Object (File)
Sun, Apr 13, 21:14
Subscribers

Details

Summary

Similar to home directories, this configuration allows:

  • ZFS auto snapshots
  • user permissions on ZFS datasets

Ref T1537

Test Plan

Deploy on WindRiver, then:

  • ls -lh /datacube
  • check snapshot is created after 5 minutes

Diff Detail

Repository
rOPS Nasqueron Operations
Lint
Lint Passed
Unit
No Test Coverage
Branch
datacube-xcombelle
Build Status
Buildable 4878
Build 5159: arc lint + arc unit

Event Timeline

dereckson created this revision.

Snapshots work fine:

WindRiver
$ zfs list -t snapshot | grep auto | grep xcombelle
arcology/datacube/xcombelle@zfs-auto-snap_frequent-2023-05-12-22h40      64K      -       96K  -
arcology/datacube/xcombelle@zfs-auto-snap_frequent-2023-05-12-22h45     488K      -     4.71G  -
arcology/usr/home/xcombelle@zfs-auto-snap_monthly-2023-05-01-00h28        0B      -      128K  -
arcology/usr/home/xcombelle@zfs-auto-snap_weekly-2023-05-07-00h14         0B      -      128K  -
arcology/usr/home/xcombelle@zfs-auto-snap_daily-2023-05-12-00h07          0B      -      128K  -
arcology/usr/home/xcombelle@zfs-auto-snap_hourly-2023-05-12-22h00         0B      -      128K  -
arcology/usr/home/xcombelle@zfs-auto-snap_frequent-2023-05-12-22h45       0B      -      128K  -
This revision is now accepted and ready to land.May 12 2023, 22:48