Skip to content

Instantly share code, notes, and snippets.

@jtexp
Created March 3, 2017 22:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jtexp/95d6eb10dae731e7305d9193715c5167 to your computer and use it in GitHub Desktop.
Save jtexp/95d6eb10dae731e7305d9193715c5167 to your computer and use it in GitHub Desktop.
Something wrong with my zfs
865 zfs status
866 /sbin/modprobe zfs
867 sudo yum update -y
868 dkms status
869 dkms remove -m zfs -v 0.6.5.8 -all
870 dkms remove -m zfs -v 0.6.5.8 --all
871 dkms remove -m spl -v 0.6.5.8 --all
872 ls /lib/modules/3.10.0-327.el7.x86_64/extra/
873 ls /lib/modules/3.10.0-327.el7.x86_64/weak-updates/
874 ls -al /lib/modules/3.10.0-327.el7.x86_64/weak-updates/
875 rm -rf /lib/modules/*/weak-updates/*
876 rm -rf /lib/modules/*/extra/*
877 yum reinstall spl zfs
878 dkms add -m spl -v 0.6.5.8
879 dkms add -m zfs -v 0.6.5.8
880 dkms install -m spl -v 0.6.5.8
881 /sbin/modprobe spl
882 /sbin/modprobe zfs
883 dkms install -m zfs -v 0.6.5.8
884 /sbin/modprobe zfs
885 zpool status
886 zpool import array
887 zpool status
888 zpool import archive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment