• C
    Currently, you can define a logical storage pool with something like: · c6f0a7b2
    Chris Lalancette 提交于
    <pool type='logical'>
    	<source>
    		<name>MyVG</name>
    		<device name='/dev/sdb'/>
    ...
    
    However, dumping out the XML for this same storage pool (with, say, virsh
    pool-dumpxml), gives:
    
    <pool type='logical'>
    	<source>
    		<name>MyVG</name>
    		<device name='/dev/sdb'>
    		</device>
    
    
    To make this more idempotent, do the <device name='/dev/sdb'/> form by default,
    and only do the <device>...</device> form if .nfreeExtent is defined for the
    storage pool.
    Signed-off-by: NChris Lalancette <clalance@redhat.com>
    c6f0a7b2
可在Tags中查看这些版本中当前仓库的状态.
ChangeLog 405.0 KB