Skip to content

Commit

Permalink
Merge pull request #609 from vitessio/fix-disk-storage-device-name
Browse files Browse the repository at this point in the history
Fix disk storage device name
  • Loading branch information
frouioui authored Oct 28, 2024
2 parents 70e2179 + 2a4d2df commit de60466
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions ansible/macrobench_sharded_inventory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ all:
hosts:
DEVICE_IP_0:
storage_device:
device: nvme0n1
partition: nvme0n1p1
device: nvme1n1
partition: nvme1n1p1
vars:
arewefastyet_git_repo: "https://github.com/vitessio/arewefastyet.git"
arewefastyet_git_version: "main"
Expand Down
4 changes: 2 additions & 2 deletions ansible/macrobench_unsharded_inventory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ all:
hosts:
DEVICE_IP_0:
storage_device:
device: nvme0n1
partition: nvme0n1p1
device: nvme1n1
partition: nvme1n1p1
vars:
arewefastyet_git_repo: "https://github.com/vitessio/arewefastyet.git"
arewefastyet_git_version: "main"
Expand Down
4 changes: 2 additions & 2 deletions ansible/microbench_inventory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ all:
hosts:
DEVICE_IP_0:
storage_device:
device: nvme0n1
partition: nvme0n1p1
device: nvme1n1
partition: nvme1n1p1
children:
microbench:
hosts:
Expand Down

0 comments on commit de60466

Please sign in to comment.