• P
    storage: Add gluster pool filter and fix virsh pool listing · b560946c
    Peter Krempa 提交于
    Recent addition of the gluster pool type omitted fixing the virsh and
    virConnectListAllStoragePool filters. A typecast of the converting
    function in virsh showed that also the sheepdog pool was omitted in the
    command parser.
    
    This patch adds gluster pool filtering support and fixes virsh to
    properly convert all supported storage pool types. The added typecast
    should avoid doing such mistakes in the future.
    b560946c
virsh-pool.c 55.3 KB