Page MenuHomeDevCentral

Create datacube for xcombelle on devserver role
ClosedPublic

Authored by dereckson on May 12 2023, 22:35.
Tags
None
Referenced Files
F8581705: D3088.id7885.diff
Fri, May 16, 20:59
Unknown Object (File)
Fri, May 16, 05:55
Unknown Object (File)
Fri, May 16, 03:36
Unknown Object (File)
Thu, May 15, 21:34
Unknown Object (File)
Tue, May 13, 05:28
Unknown Object (File)
Fri, May 9, 21:36
Unknown Object (File)
Thu, May 1, 14:59
Unknown Object (File)
Tue, Apr 29, 13:59
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 Not Applicable
Unit
Tests Not Applicable

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