Skip to content

Commit

Permalink
Update storage.py
Browse files Browse the repository at this point in the history
  • Loading branch information
SRIKKANTH committed Sep 4, 2024
1 parent b3ab7d6 commit c0c8d5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions microsoft/testsuites/core/storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,7 @@ def _hot_add_disk_serial(
assert node.capability.disk
# assert isinstance(node.capability.disk.max_data_disk_count, int)
# max_data_disk_count = node.capability.disk.max_data_disk_count
max_data_disk_count = 24
max_data_disk_count = 32
log.debug(f"max_data_disk_count: {max_data_disk_count}")

# get the number of data disks already added to the vm
Expand Down Expand Up @@ -731,7 +731,7 @@ def _hot_add_disk_parallel(
assert node.capability.disk
# assert isinstance(node.capability.disk.max_data_disk_count, int)
# max_data_disk_count = node.capability.disk.max_data_disk_count
max_data_disk_count = 24
max_data_disk_count = 32
log.debug(f"max_data_disk_count: {max_data_disk_count}")

# get the number of data disks already added to the vm
Expand Down

0 comments on commit c0c8d5c

Please sign in to comment.