Skip to content

Commit

Permalink
Merge pull request #3831 from chunfuwen/add_blockio_discard_granulari…
Browse files Browse the repository at this point in the history
…ty_support_in_disk

Add discard_granularity attribute in blockio section
  • Loading branch information
dzhengfy authored Jan 28, 2024
2 parents ca5c143 + 4740449 commit fe65ef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion virttest/libvirt_xml/devices/disk.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class Disk(base.TypedDeviceBase):
alias:
dict, keys: name
blockio:
dict, keys: logical_block_size, physical_block_size
dict, keys: logical_block_size, physical_block_size, discard_granularity
geometry:
dict, keys: cyls, heads, secs, trans
address:
Expand Down

0 comments on commit fe65ef1

Please sign in to comment.