Skip to content

Commit

Permalink
Make Windows build skip BlockMode code.
Browse files Browse the repository at this point in the history
PVC block mode backup and restore introduced some OS specific
system calls. Those calls are not available for Windows, so
add both non Windows version and Windows version code, and
return error for block mode on the Windows platform.

Signed-off-by: Xun Jiang <jxun@vmware.com>
  • Loading branch information
Xun Jiang authored and sseago committed Aug 22, 2024
1 parent 61ba2f6 commit 0071ebc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions changelogs/unreleased/6986-blackpiglet
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add both non-Windows version and Windows version code for PVC block mode logic.

0 comments on commit 0071ebc

Please sign in to comment.