gabethecabbage / ansible-role-zfs

Ansible role installs and enables the ZFSForLinux kernel module driver for RHEL/Ubuntu
2 stars 3 forks source link

Not upgraded to be compatible with centos 7.4 #1

Open fire opened 6 years ago

fire commented 6 years ago

zpool list does not work

gabethecabbage commented 6 years ago

Hi fire, What OS are you experiencing issues on?

For both RedHat and Ubuntu, this role deploys zfs from repositories I don't maintain (Ubuntu-universe and EPEL-ZfsOnLinux respectively). Updates to zfs will come from those channels.

To the best of my knowledge, both are currently packaging maximum ZFS 6.5 (for CentOS 7/Ubuntu Artful)

fire commented 6 years ago

Oops I meant centos 7.4 It uses zfs 0.7.6 as stable.

fire commented 6 years ago

https://github.com/zfsonlinux/zfs/wiki/RHEL-and-CentOS Theres a seperate 7.3 vs a 7.4 rpm

There was a breaking change between rhel 7.3 and rhel 7.4.

It required a rpm database flush.

gabethecabbage commented 6 years ago

Oh wow, thanks, will test tonight and update when things are working

fire commented 6 years ago

Ping!