summaryrefslogtreecommitdiffstats
path: root/docs/lvm_sanity_checks.txt
blob: 967d17bd03ab4fa65c6d767aac3c9d0648bd96d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Updated June 11, 2002
---------------------

Current list of things we check for (good for regression testing):

- That selected PE is smaller than any PV in VG.
- That size requests for LV are a multiple of the PE.
- That maximum LV for a given PE is bigger than any currently defined LV in VG.
- That if you change the PE, all the reclamped LV will fit in VG.
- That VG_name+LV_name is unique for all VG.
- That mount points are used only once.
- Give warning if more than 10% of a PV is lost because of the PE selected.
- That the bootable partition is not a LV.