Skip to content

Commit

Permalink
example-server: s/vdc/vdb/
Browse files Browse the repository at this point in the history
  • Loading branch information
astro committed Sep 7, 2023
1 parent fcd0f18 commit 0e7f7d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example-server.nix
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
osds = [ {
id = instance;
fsid = "8e4ae689-5c15-4381-bd75-19de743378e${toString instance}";
path = "/dev/vdc";
path = "/dev/vdb";
deviceClass = "ssd";
keyfile = toString (./example + "/osd.${toString instance}.keyring");
} ];
Expand Down

0 comments on commit 0e7f7d3

Please sign in to comment.