• E
    phyp: fix logic error on volume creation · 93d4585e
    Eric Blake 提交于
    The phyp code claims that it wants a non-zero value, but actually
    enforces a capacity of zero.  It has been this way since commit
    ebc46fea in June 2010.  Bummer that it has my name as the committer
    - I guess I should have been much more stubborn about not blindly
    taking someone else's 1600-line patch.
    
    * src/phyp/phyp_driver.c (phypStorageVolCreateXML): Use correct
    logic.
    Signed-off-by: NEric Blake <eblake@redhat.com>
    93d4585e
phyp_driver.c 108.1 KB