Skip to content

Commit

Permalink
Remove SR_PROBE from ZFS capabilities (#36)
Browse files Browse the repository at this point in the history
The probe method is not implemented so we
shouldn't advertise it.

Signed-off-by: BenjiReis <[email protected]>
  • Loading branch information
benjamreis authored and Wescoeur committed Oct 25, 2023
1 parent a489f6a commit 0ddf458
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/ZFSSR.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
import xs_errors

CAPABILITIES = [
'SR_PROBE',
'SR_UPDATE',
'VDI_CREATE',
'VDI_DELETE',
Expand Down

0 comments on commit 0ddf458

Please sign in to comment.