Skip to content

Commit

Permalink
rublk: support recovery for qcow2 target
Browse files Browse the repository at this point in the history
Signed-off-by: Ming Lei <[email protected]>
  • Loading branch information
ming1 committed Nov 17, 2024
1 parent 61d2bc1 commit 0769aef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ fn ublk_recover_work(opt: args::UblkArgs) -> Result<i32, UblkError> {
"loop" => r#loop::ublk_add_loop(ctrl, None, &comm),
"null" => null::ublk_add_null(ctrl, None, &comm),
"zoned" => zoned::ublk_add_zoned(ctrl, None, &comm),
"qcow2" => qcow2::ublk_add_qcow2(ctrl, None, &comm),
&_ => todo!(),
}
}
Expand Down

0 comments on commit 0769aef

Please sign in to comment.