openzfs / openzfs-docs

OpenZFS Documentation
https://openzfs.github.io/openzfs-docs/
135 stars 194 forks source link

Fedora ZFS repo 404 for fedora/zfs-release-2-2.fc38.noarch.rpm #431

Closed chrisjsimpson closed 1 year ago

chrisjsimpson commented 1 year ago

Testing latest Fedora root zfs docs

Input:

dnf install -y https://zfsonlinux.org/fedora/zfs-release-2-2$(rpm --eval "%{dist}").noarch.rpm

Produces:

Status code: 404 for https://zfsonlinux.org/fedora/zfs-release-2-2.fc38.noarch.rpm

Context: https://github.com/openzfs/openzfs-docs/blob/4fb5fb694f44c81639d28c1b73fce2093e7ccac4/docs/Getting%20Started/Fedora/index.rst#:~:text=nodeps%20zfs%2Dfuse-,Add%20ZFS%20repo%3A,-dnf%20install%20%2Dy

For those that don't know (me) the noarch rpms appear to be listed here: https://github.com/zfsonlinux/zfsonlinux.github.com/tree/master/fedora which possibly explains the 404

Possibly related

https://github.com/openzfs/zfs/issues/14725

Is it viable to go install an earlier build and/or perhaps a build for that version not mirrored?

ghost commented 1 year ago

Yes, it would be safe to use fc37 as a stop-gap solution.

dnf install -y https://zfsonlinux.org/fedora/zfs-release-2-2.fc38.noarch.rpm

I think I will downgrade Fedora back to 37 in the guide for the time being.

ghost commented 1 year ago

Also see this comment if you are planning to use Fedora 37 zfs repo on Fedora 38.

chrisjsimpson commented 1 year ago

Downgraded docs tested with success https://github.com/openzfs/openzfs-docs/pull/432#issuecomment-1519184911