Kaitlin Rupert <kaitlin@linux.vnet.ibm.com>
Sent by: libvirt-cim-bounces@redhat.com
06/24/2009 09:05 AM
Please respond to
List for discussion and development of libvirt CIM <libvirt-cim@redhat.com>
To
libvirt-cim@redhat.com
cc
Subject
[Libvirt-cim] [PATCH] Add support for logical pools to SDC
# HG changeset patch
# User Kaitlin Rupert <karupert@us.ibm.com>
# Date 1245859136 25200
# Node ID 7e50d31dd6029a354469d8b1ade7b705f02b5e1c
# Parent 983e35ff6034988d958ec4425d3419906b5c516a
Add support for logical pools to SDC
There isn't much that needs to be done for logical pools. The user will
need to specify the Path as something like: "/dev/VolGroup01"
When calling CreateChildResourcePool(), the user will also need to specify
the ElementName as an existing LVM volume group, like: "VolGroup01". This is
different from the other pools (which any name for ElementName can be used).