Skip to content

Commit

Permalink
Fix bugs in "Paired WAN" cloud-init YAML
Browse files Browse the repository at this point in the history
  • Loading branch information
samkumar committed Apr 24, 2021
1 parent 0acf08f commit 5f49e7e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion cloud-init-azure-paired.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ disk_setup:
layout: true
overwrite: true
fs_setup:
- device: ephemeral0
- device: ephemeral0.1
filesystem: ext4
mounts:
- [ ephemeral0 ]
- [ ephemeral0.1 ]
3 changes: 2 additions & 1 deletion cloud-init-gcp-paired.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ disk_setup:
layout: true
overwrite: true
fs_setup:
- device: /dev/nvme0n1
- device: /dev/nvme0n1p1
filesystem: ext4
mounts:
- [ /dev/nvme0n1 ]
- [ /dev/nvme0n1p1 ]

0 comments on commit 5f49e7e

Please sign in to comment.