-
Jeff Cody authored
Currently, after a live snapshot of a drive, the image that has been 'demoted' to be below the new active layer remains r/w. This patch reopens it read-only. Note that we do not check for error on the reopen(), because we will not abort the snapshots if the reopen fails. This patch depends on the bdrv_reopen() series. Signed-off-by:
Jeff Cody <jcody@redhat.com>
Signed-off-by:
Kevin Wolf <kwolf@redhat.com>Jeff Cody authoredCurrently, after a live snapshot of a drive, the image that has been 'demoted' to be below the new active layer remains r/w. This patch reopens it read-only. Note that we do not check for error on the reopen(), because we will not abort the snapshots if the reopen fails. This patch depends on the bdrv_reopen() series. Signed-off-by:
Jeff Cody <jcody@redhat.com>
Signed-off-by:
Kevin Wolf <kwolf@redhat.com>
Loading