diff --git a/HowtoLVM.md b/HowtoLVM.md index 8bf52649..642808a7 100644 --- a/HowtoLVM.md +++ b/HowtoLVM.md @@ -357,6 +357,13 @@ Resizing the filesystem on /dev/vg00/lvmirror to 53739520 (4k) blocks. The filesystem on /dev/vg00/lvmirror is now 53739520 blocks long. ~~~ +> Pour un système de fichier XFS, on utilisera `xfs_growfs` au lieu de `resize2fs` : +> +> ~~~ { .sh } +> lvextend -L+10G /dev/mapper/vg0-data +> xfs_growfs /srv/data +> ~~~ + ## FAQ ### Supprimer une partition LVM d'un VG