Skip to content
  • John Snow's avatar
    c8b56501
    block/backup: Add mirror sync mode 'bitmap' · c8b56501
    John Snow authored
    
    
    We don't need or want a new sync mode for simple differences in
    semantics.  Create a new mode simply named "BITMAP" that is designed to
    make use of the new Bitmap Sync Mode field.
    
    Because the only bitmap sync mode is 'on-success', this adds no new
    functionality to the backup job (yet). The old incremental backup mode
    is maintained as a syntactic sugar for sync=bitmap, mode=on-success.
    
    Add all of the plumbing necessary to support this new instruction.
    
    Signed-off-by: default avatarJohn Snow <jsnow@redhat.com>
    Reviewed-by: default avatarMax Reitz <mreitz@redhat.com>
    Message-id: 20190709232550.10724-6-jsnow@redhat.com
    Signed-off-by: default avatarJohn Snow <jsnow@redhat.com>
    c8b56501
    block/backup: Add mirror sync mode 'bitmap'
    John Snow authored
    
    
    We don't need or want a new sync mode for simple differences in
    semantics.  Create a new mode simply named "BITMAP" that is designed to
    make use of the new Bitmap Sync Mode field.
    
    Because the only bitmap sync mode is 'on-success', this adds no new
    functionality to the backup job (yet). The old incremental backup mode
    is maintained as a syntactic sugar for sync=bitmap, mode=on-success.
    
    Add all of the plumbing necessary to support this new instruction.
    
    Signed-off-by: default avatarJohn Snow <jsnow@redhat.com>
    Reviewed-by: default avatarMax Reitz <mreitz@redhat.com>
    Message-id: 20190709232550.10724-6-jsnow@redhat.com
    Signed-off-by: default avatarJohn Snow <jsnow@redhat.com>
Loading