Skip to content

Commit

Permalink
Reorder script arguments
Browse files Browse the repository at this point in the history
Signed-off-by: Luciano Lo Giudice <[email protected]>
  • Loading branch information
lmlg committed Sep 28, 2023
1 parent 03816e1 commit 0a15c20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/scripts/actionutils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ function add_encrypted_osds() {
sudo mknod -m 0660 "/dev/sdi${l}" b 7 "${data_minor}"
sudo mknod -m 0660 "/dev/sdi${l}x" b 7 "${wal_minor}"
sudo mknod -m 0660 "/dev/sdi${l}y" b 7 "${db_minor}"
sudo microceph disk add --wipe "/dev/sdi${l}" --encrypt --wal-device "/dev/sdi${l}x" --wal-encrypt --wal-wipe --db-device "/dev/sdi${l}y" --db-wipe --db-encrypt
sudo microceph disk add "/dev/sdi${l}" --wipe --encrypt --wal-device "/dev/sdi${l}x" --wal-wipe --wal-encrypt --db-device "/dev/sdi${l}y" --db-wipe --db-encrypt
done

# Wait for OSDs to become up
Expand Down

0 comments on commit 0a15c20

Please sign in to comment.