====== ZFS ======
===== Monter un pool ZFS =====
#Chercher le pool
lsblk -f
#Le monter
zpool import -R /mnt mon-pool
===== Renommer un pool ZFS =====
#Vérifier le nom d'origine du pool
zpool status -v
#Exporter le pool
zpool export old-name
#Importer le pool sous un nom différent
zpool import old-name new-name
#Valider qu'il a bien changer de nom
zpool status -v
===== Ressources ZFS =====
* Chez Proxmox : https://pve.proxmox.com/wiki/ZFS_on_Linux
* https://linuxhint.com/getting-started-with-zfs-on-ubuntu/
* Petit monitoring : https://github.com/rdlugosz/zfs-check
* https://www.thegeekdiary.com/zfs-tutorials-creating-zfs-pools-and-file-systems/
* https://hiliev.eu/blog/recovering-datasets-from-broken-zfs-raidz-pools.html
* https://www.bidon.ca/fr/notes/zfs-linux
* http://jrs-s.net/2015/02/06/zfs-you-should-use-mirror-vdevs-not-raidz/
* https://blog.netapsys.fr/petite-introduction-a-zfs/
* https://www.reddit.com/r/linux/comments/32cu9w/zfs_vs_btrfs/
* https://askubuntu.com/questions/305830/replacing-a-dead-disk-in-a-zpool
* https://tekwiki.beylix.co.uk/index.php/Proxmox_%2B_ZFS_with_SSD_caching:_Setup_Guide
* https://forum.proxmox.com/threads/cant-delete-vm-disk-from-zfs-storage.22940/
* https://forum.proxmox.com/threads/zfs-zed-d-not-sending-email.28916/
* ZFS / RAIDZ Capacity Calculator : http://wintelguy.com/zfs-calc.pl
* https://www.servethehome.com/fixing-proxmox-ve-cannot-import-rpool-zfs-boot-issue/