Page MenuHomeDevCentral

Create ZFS datasets for /var/home-wwwroot
ClosedPublic

Authored by dereckson on Sep 30 2024, 17:46.
Tags
None
Referenced Files
F11722667: D3473.id.diff
Tue, Sep 16, 04:20
Unknown Object (File)
Sun, Sep 14, 17:12
Unknown Object (File)
Sun, Sep 14, 12:37
Unknown Object (File)
Sat, Sep 13, 14:19
Unknown Object (File)
Sat, Sep 13, 09:00
Unknown Object (File)
Sat, Sep 13, 05:27
Unknown Object (File)
Fri, Sep 12, 12:36
Unknown Object (File)
Fri, Sep 12, 06:57
Subscribers
None

Details

Summary

UNIX server convention is to serve on HTTP /~<username>
from /home/<username>/public_html directories.

On the devserver role, to allow to use chmod 700 in /home, nginx is configured
to serve user directories from the /var/home-wwwroot directory.

That creates a difference:

  • home directories are ZFS datasets, with automatic snapshots
  • web directories were regular all in the arcology/var ZFS dataset

This change creates arcology/var/home-wwwroot/<username> datasets with the same
permissions than user directories. Users can so create and manage snapshots.

The automatic provisionning of public_html in /home allows also to directly
use the public_html folder, without any root configuration.

This is a follow-up for e85e5bbf14ee.

Test Plan

Deployed on WindRiver

Diff Detail

Repository
rOPS Nasqueron Operations
Lint
Lint Errors
SeverityLocationCodeMessage
Errorroles/devserver/webserver-home/files/setup-web-home.py:57E999flake8 E999
Unit
No Test Coverage
Branch
var-home-wwwroot-zfs
Build Status
Buildable 5526
Build 5807: arc lint + arc unit

Event Timeline

dereckson created this revision.
This revision is now accepted and ready to land.Sep 30 2024, 17:50
This revision was landed with ongoing or failed builds.Sep 30 2024, 17:51
This revision was automatically updated to reflect the committed changes.