Page MenuHomeDevCentral

Create datacube for xcombelle on devserver role
ClosedPublic

Authored by dereckson on May 12 2023, 22:35.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Nov 15, 15:23
Unknown Object (File)
Fri, Nov 15, 00:23
Unknown Object (File)
Thu, Nov 14, 20:20
Unknown Object (File)
Sun, Nov 10, 07:37
Unknown Object (File)
Sun, Nov 10, 02:51
Unknown Object (File)
Sun, Nov 10, 02:10
Unknown Object (File)
Sat, Nov 9, 22:41
Unknown Object (File)
Thu, Nov 7, 11:23
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