• R
    Revert "logical: Only raw volumes are supported" · 139a3197
    Roman Bogorodskiy 提交于
    This reverts commit 6682d621.
    
    The "if (vol->target.format != VIR_STORAGE_FILE_RAW)" check in the
    createVol backend. This check is bogus because virStorageVolDefParseXML()
    in conf/storage_conf.c sets target.format only if volOptions in
    virStoragePoolTypeInfo has formatFromString set, and that's not the
    case the logical backend.
    
    So the check always fails and breaks volume creation.
    139a3197
storage_backend_logical.c 33.6 KB