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)
Thu, Dec 26, 01:36
Unknown Object (File)
Thu, Dec 26, 01:36
Unknown Object (File)
Thu, Dec 26, 01:08
Unknown Object (File)
Wed, Dec 25, 23:51
Unknown Object (File)
Tue, Dec 17, 22:27
Unknown Object (File)
Mon, Dec 16, 21:36
Unknown Object (File)
Sat, Dec 14, 14:05
Unknown Object (File)
Fri, Dec 13, 01:33
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