Skip to content

Commit fb79370

Browse files
authored
fix disk driver type in manager backup init template (#131)
1 parent f6d3f9e commit fb79370

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

catalyst_sdwan_lab/data/cml_lab_definition/backup/manager-cloud-init.j2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#cloud-config
22
fs_setup:
3-
- device: "/dev/sdb"
3+
- device: "/dev/vdb"
44
partition: "none"
55
filesystem: "ext4"
66
mounts:
7-
- [ sdb, /opt/data ]
7+
- [ vdb, /opt/data ]
88
write_files:
99
- path: /etc/default/personality
1010
content: "vmanage\n"

0 commit comments

Comments
 (0)