Outils pour utilisateurs

Outils du site


infrastructure:proxmox_zfs

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
infrastructure:proxmox_zfs [2019/01/10 14:42] – [The PVE installer] rguyaderinfrastructure:proxmox_zfs [2023/04/04 13:24] (Version actuelle) ghusson
Ligne 41: Ligne 41:
 **RQ :** DO NOT use SWAP over ZFS ! **RQ :** DO NOT use SWAP over ZFS !
  
-  man zpool +<code bash> 
-  man zfs +man zpool 
-  vi /etc/sysctl.conf # vm.swappiness = 10 +man zfs 
-  apt-get install zfs-zed # mail notification +vi /etc/sysctl.conf # vm.swappiness = 10 
-  vi /etc/zfs/zed.d/zed.rc # change ZED_EMAIL_ADDR="root" if needed +apt-get install zfs-zed # mail notification 
 +vi /etc/zfs/zed.d/zed.rc # change ZED_EMAIL_ADDR="root" if needed 
 +</code>
 ==== Log and cache to SSD with existant zfs pool ==== ==== Log and cache to SSD with existant zfs pool ====
  
Ligne 61: Ligne 62:
 if ZFS is root FS, do : ''update-initramfs -u'' if ZFS is root FS, do : ''update-initramfs -u''
  
 +
 +==== Notes ====
 +
 +A dataset is a filesystme over a ZFS pool.
 +A ZVOL is a virtual logic volume.
 +Proxmox stores VM disks over a ZVOL and contener's disk over a dataset.
infrastructure/proxmox_zfs.1547131333.txt.gz · Dernière modification : 2019/01/10 14:42 de rguyader