Skip to content

Commit

Permalink
Fix disk storage device name
Browse files Browse the repository at this point in the history
Signed-off-by: Florent Poinsard <[email protected]>
  • Loading branch information
frouioui committed Oct 28, 2024
1 parent 70e2179 commit 2a4d2df
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 2a4d2df

Please sign in to comment.