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, Oct 31, 14:24
Unknown Object (File)
Fri, Oct 25, 21:16
Unknown Object (File)
Fri, Oct 25, 17:29
Unknown Object (File)
Mon, Oct 21, 08:09
Unknown Object (File)
Sun, Oct 20, 15:32
Unknown Object (File)
Sun, Oct 20, 15:16
Unknown Object (File)
Fri, Oct 18, 21:36
Unknown Object (File)
Mon, Oct 14, 04:16
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