Skip to content
  • Iustin Pop's avatar
    Fix handling of failures in create instance disks · 7d81697f
    Iustin Pop authored
    Commit 2302 only modified _CreateBlockDevOnPrimary to the new style
    result, but _CreateBlockDevOnSecondary was forgotten. After the merger
    of the two functions, _CreateBlockDevOnSecondary was taken as template
    so we checked against old-style values, thus completely breaking error
    handling.
    
    Reviewed-by: imsnah
    7d81697f