Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Amazon Linux 2023 ami-0c4c4bd6cf0c5fe52

[root@ip-172-31-28-244 ec2-user]# cat /etc/os-release

...

dnf install -y zfs

/sbin/modprobe zfs

Amazon Linux 2018 ami-0b5ded3495f46c449

[root@ip-172-31-18-142 ec2-user]# cat /etc/os-release

...

Install zfs: yum install zfs

/sbin/modprobe zfs

Rh9

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

...

dnf install zfs

/sbin/modprobe zfs

Rh8 

[root@ip-172-31-30-1 ec2-user]# cat /etc/redhat-release

...

dnf install zfs

reboot

/sbin/modprobe zfs

Rh7

[root@ip-172-31-22-232 ec2-user]# cat /etc/redhat-release

...

yum install zfs

/sbin/modprobe zfs

Centos7
[root@ip-172-31-26-84 centos]# cat /etc/redhat-release

CentOS Linux release 7.7.1908 (Core)

...

yum install zfs

reboot

/sbin/modprobe zfs

Centos 8
[root@ip-172-31-28-124 cloud-user]# cat /etc/redhat-release

CentOS Stream release 8

[root@ip-172-31-28-124 cloud-user]# uname -a

...

dnf install zfs

reboot

/sbin/modprobe zfs

Centos9 ami-049842bfd58f656fb ?????

[root@ip-172-31-20-135 ec2-user]# cat /etc/redhat-release

CentOS Stream release 9

[root@ip-172-31-20-135 ec2-user]# uname -a

Linux ip-172-31-20-135.eu-central-1.compute.internal 5.14.0-229.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jan 5 15:30:18 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux

...

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

...

OL7 ami-09652893c513d8fa8

[root@ip-172-31-27-243 ec2-user]# cat /etc/os-release

...