1be67cd storage: Fix logical pool fmt type

2 files Authored by Erik Skultety 9 years ago, Committed by John Ferlan 9 years ago,
    storage: Fix logical pool fmt type
    
    According to our documentation logical pool supports formats 'auto' and
    'lvm2'. However, in storage_conf.c we previously defined storage pool
    formats: unknown, lvm2. Due to backward compatibility reasons
    we must continue refer to pool format type 'unknown' instead of 'auto'.
    
    Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1123767
    
        
file modified
+1 -1
file modified
+3 -7