summaryrefslogtreecommitdiffstats
path: root/docs/lvm_sanity_checks.txt
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2002-06-12 01:55:30 +0000
committerMike Fulbright <msf@redhat.com>2002-06-12 01:55:30 +0000
commite6a8c3957720b2599823497c178fae9c4e635ea6 (patch)
tree77b75efc3f7294d164dae1012d904acbe4a72ccb /docs/lvm_sanity_checks.txt
parenta660958cb61e4899770c198a6fe46c450a78f6cb (diff)
downloadanaconda-e6a8c3957720b2599823497c178fae9c4e635ea6.tar.gz
anaconda-e6a8c3957720b2599823497c178fae9c4e635ea6.tar.xz
anaconda-e6a8c3957720b2599823497c178fae9c4e635ea6.zip
added file with things you cant do with LVM
Diffstat (limited to 'docs/lvm_sanity_checks.txt')
-rw-r--r--docs/lvm_sanity_checks.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/lvm_sanity_checks.txt b/docs/lvm_sanity_checks.txt
new file mode 100644
index 000000000..967d17bd0
--- /dev/null
+++ b/docs/lvm_sanity_checks.txt
@@ -0,0 +1,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.