Skip to content

Commit

Permalink
feat: add sanoid deps (blue-build#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
bsherman authored Apr 29, 2023
1 parent 638aca7 commit 8c781cf
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ WARNING: This image has **not** been heavily tested, though the underlying compo
- [duperemove](https://github.com/markfasheh/duperemove)
- moby-engine(docker), docker-compose and podman-compose
- [mergerfs](https://github.com/trapexit/mergerfs)
- sanoid/syncoid dependencies - see below for details
- [tailscale](https://tailscale.com) and [wireguard-tools](https://www.wireguard.com)
- [tmux](https://github.com/tmux/tmux/wiki/Getting-Started)
- [ZFS](https://openzfs.github.io/openzfs-docs/Getting%20Started/Fedora/index.html)
Expand Down Expand Up @@ -73,6 +74,12 @@ Users may use [distrobox](https://github.com/89luca89/distrobox) to run images o

It's a good idea to become familar with the [Fedora CoreOS Documentation](https://docs.fedoraproject.org/en-US/fedora-coreos/) as well as the [CoreOS rpm-ostree docs](https://coreos.github.io/rpm-ostree/). Note especially, this image is only possible due to [ostree native containers](https://coreos.github.io/rpm-ostree/container/).

### Sanoid/Syncoid

sanoid/syncoid is a great tool for manual and automated snapshot/transfer of ZFS datasets. However, there is not a current stable RPM, rather they provide [instructions on installing via git](https://github.com/jimsalterjrs/sanoid/blob/master/INSTALL.md#centos).

`ucore` has pre-install all the (lightweight) required dependencies (perl-Config-IniFiles perl-Data-Dumper perl-Capture-Tiny perl-Getopt-Long lzop mbuffer mhash pv), such that a user wishing to use sanoid/syncoid only need install the "sbin" files and create configuration/systemd units for it.

### ZFS

The ZFS kernel module and tools are pre-installed, but like other services, ZFS is not pre-configured to load on default.
Expand Down
6 changes: 6 additions & 0 deletions main/packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,14 @@
"distrobox",
"duperemove",
"firewalld",
"lzop",
"mbuffer",
"mhash",
"perl-Capture-Tiny",
"perl-Config-IniFiles",
"podman",
"podman-compose",
"pv",
"tailscale",
"tmux",
"vim",
Expand Down

0 comments on commit 8c781cf

Please sign in to comment.