Page MenuHomeDevCentral

Build recent ZFS on Scaleway / Dedibox rescue console
ClosedPublic

Authored by dereckson on Wed, Sep 17, 19:08.
Tags
None
Referenced Files
F11739247: D3686.id9540.diff
Thu, Sep 18, 10:28
F11737366: D3686.id9539.diff
Thu, Sep 18, 06:47
F11736632: D3686.diff
Thu, Sep 18, 05:39
F11736233: D3686.id9538.diff
Thu, Sep 18, 04:55
Subscribers
None

Details

Reviewers
dereckson
Maniphest Tasks
Unknown Object (Maniphest Task)
Commits
rOPSd15faad404a4: Build recent ZFS on Scaleway / Dedibox rescue console
Summary

Scaleway / Online still uses Ubuntu 20.04 (Focal Fossa) for rescue console.

ZFS is installed there, but it's an older version than FreeBSD current one.
That means we can't mount ZFS on rescue console.

This script automates the build of a fresh OpenZFS version,
we can run it at rescue console boot time to mount disks.

Ref T2110

Test Plan

Tested on Ubuntu 20.04.6 LTS (Focal Fossa)

Diff Detail

Repository
rOPS Nasqueron Operations
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dereckson created this revision.
This revision is now accepted and ready to land.Wed, Sep 17, 19:08

This script is from a recovery operation in April 2025, but it could be interesting to keep it.

When I also had to install recent ZFS on Fedora rescue live CD this week-end on a workstation,
I remembered we had this for Ubuntu and that it would be nice to save it for future reference.