Skip to content

Commit

Permalink
Use network-hdd-nonreplicated instead of network-hdd in eternal tests (
Browse files Browse the repository at this point in the history
  • Loading branch information
jkuradobery committed Sep 11, 2024
1 parent e3acdeb commit 727c461
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -197,9 +197,7 @@ def construct_bash_command(self, fio_bin: str, mount_path: str) -> str:
DiskCreateConfig(
size=93 * 80,
bs=4096,
# XXX replace with network-hdd-nonreplicated after it becomes
# supported @ Compute
type='network-hdd',
type='network-hdd-nonreplicated',
partition_index=1,
placement_group_name='eternal-3partition-pg',
placement_group_partition_count=3),
Expand All @@ -208,9 +206,7 @@ def construct_bash_command(self, fio_bin: str, mount_path: str) -> str:
DiskCreateConfig(
size=93 * 80,
bs=4096,
# XXX replace with network-hdd-nonreplicated after it becomes
# supported @ Compute
type='network-hdd',
type='network-hdd-nonreplicated',
partition_index=2,
placement_group_name='eternal-3partition-pg',
placement_group_partition_count=3),
Expand Down

0 comments on commit 727c461

Please sign in to comment.