Skip to content
  • Dimitris Bliablias's avatar
    Introduce the Gluster storage type · ba550291
    Dimitris Bliablias authored
    
    
    Currently, the 'gluster' and 'sharedfile' disk templates are both mapped
    to the Shared File storage type. This compromise causes the Gluster block
    devices to be interpreted in the config as 'sharedfile' devices, instead
    of 'gluster', and subsequently to be wrongly handled as Shared File
    disks. This behavior, currently makes the 'gluster' disk template not
    functional.
    
    This patch, fixes this issue by introducing the Gluster storage type,
    which will be exclusively used by the 'gluster' disk template.
    
    Signed-off-by: default avatarDimitris Bliablias <bl.dimitris@gmail.com>
    Signed-off-by: default avatarPetr Pudlak <pudlak@google.com>
    Reviewed-by: default avatarPetr Pudlak <pudlak@google.com>
    ba550291