diff --git a/HowtoLVM.md b/HowtoLVM.md index 642808a7..b7fe038e 100644 --- a/HowtoLVM.md +++ b/HowtoLVM.md @@ -357,13 +357,6 @@ 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 @@ -429,6 +422,13 @@ Resizing the filesystem on /dev/mapper/myvmtest-thirdlvmvol to 2829901824 (1k) b # lvresize -r -l+100%FREE /dev/mylvmtest/thirdlvmvol ~~~ +> Pour un système de fichier XFS, on utilisera `xfs_growfs` au lieu de `resize2fs` ou `lvresize -r` : +> +> ~~~ { .sh } +> lvextend -L+10G /dev/mapper/vg0-data +> xfs_growfs /srv/data +> ~~~ + ### Réduire la taille d'un LV `lvreduce` peut se charger de réduire le système de fichier sous-jacent