aboutsummaryrefslogtreecommitdiff
path: root/doc/ideas.rst
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-06-02 16:18:41 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-06-03 10:47:00 -0700
commit0b80f0bf6082c689690aa9e2827e11a59e79f60c (patch)
tree8805deeead26d782849270f70c115de3bafc9633 /doc/ideas.rst
parentc140c2d2ca44a54b36c8f2660616926531580a1e (diff)
downloadconsfigurator-0b80f0bf6082c689690aa9e2827e11a59e79f60c.tar.gz
drop LVM-VOLUME-GROUP and make LVs TOP-LEVEL-VOLUMEs
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'doc/ideas.rst')
-rw-r--r--doc/ideas.rst11
1 files changed, 0 insertions, 11 deletions
diff --git a/doc/ideas.rst b/doc/ideas.rst
index 1c0df0e..688d040 100644
--- a/doc/ideas.rst
+++ b/doc/ideas.rst
@@ -9,17 +9,6 @@ Properties
- Custom Emacs indentation rules for ``DISK:VOLUMES`` (and so
``DISK:HAS-VOLUMES``), and reindent the examples in docstrings and manual.
-- Currently it wouldn't be easy to write a property which combines adding an
- LVM logical volume to the host's volumes, calling
- ``DISK:HOST-LOGICAL-VOLUMES-EXIST``, mounting the new volume and setting up
- a root filesystem for a virtual machine there. Ideally the new property
- would just be able to push the LV to the :VOLUMES hostattrs, but that is
- tricky because LVs are presently not TOP-LEVEL-VOLUMEs, instead contained
- within objects representing VGs. Perhaps we could lift LVs to the top
- level, with just a reference to the name of their VG, like we have with PVs.
- We would probably still want it to be possible to include VGs in the list of
- volumes, optionally, for specifying VG-level options like extent size.
-
Connections
-----------